summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bangaragiri G [Tue, 10 Jan 2012 11:23:52 +0000]
sound:lpc313x:lpc315x audio analog die CODEC fixes
The lpc315x analog die CODEC power down & power up sequence
is changed to solve the continous audio playback issue
Signed-off-by: Bangaragiri G <bangaragiri.g@nxp.com>
Bangaragiri G [Tue, 10 Jan 2012 11:13:55 +0000]
arm:lpc313x: NAND Flash driver DMA buffer mapping fixes
The kmalloced user buffer will be dma mapped using
dma_map_single. For vmalloced buffers, the data is transfered
using driver DMA buffer.
Signed-off-by: Bangaragiri G <bangaragiri.g@nxp.com>
Bangaragiri G [Tue, 10 Jan 2012 10:56:11 +0000]
arm:lpc313x: UART DMA support fixes
The DMA buffer allocation/deallocation fixed. The receive
function SW timer handling is fixed. The clock divider calculation
fixed when console support disabled
Signed-off-by: Bangaragiri G <bangaragiri.g@nxp.com>
Bangaragiri G [Tue, 13 Sep 2011 17:23:57 +0000]
arm:lpc313x:NAND Flash & SD/MMC DMA fixes
Both NAND Flash & SD/MMC drivers were using SOFTIRQ.
This patch fixes the issues. The DMA SG channel request
function in DMA driver is updated to have callbacks
functions for both the channels
Signed-off-by: Bangaragiri G <bangaragiri.g@nxp.com>
Bangaragiri G [Tue, 5 Apr 2011 09:27:02 +0000]
sdio:lpc313x:Enable SDIO for LPC313x in MMC driver
Enables the SDIO interfacing capability in LPC313X
MMC driver
Signed-off-by: Daniel Widyanto <daniel.widyanto@nxp.com>
Bangaragiri G [Thu, 3 Mar 2011 03:56:35 +0000]
ARM:LPC313X:Fixing USB Gadget zero driver test failure
This patch fixes the Linux USB Tests using Gadget zero driver.
The BULK OUT transfers, Control transfers and Halt tests are
failing. This patch fixes these issues.
Signed-off-by: Bangaragiri G <bangaragiri.g@nxp.com>
Bangaragiri G [Tue, 8 Feb 2011 08:30:31 +0000]
ARM: LPC315X: LPC315X Analog CODEC driver
This patch consists of ALSA Audio CODEC driver for
CODEC present in Analog Die in NXP LPC315X MCU.
Signed-off-by: Bangaragiri G <bangaragiri.g@nxp.com>
Srinivas Bakki [Mon, 7 Feb 2011 10:15:50 +0000]
ARM: LPC313X: Correcting the watchdog settings. The MR1 should be set to generate reset over watchdog.
Signed-off-by: Daniel Widyanto <daniel.widyanto@nxp.com>
Srinivas Bakki [Mon, 7 Feb 2011 10:14:19 +0000]
ARM: LPC313X: Fix WATCHDOG_NOWAYOUT feature. If CONFIG_WATCHDOG_NOWAYOUT is set, the watchdog will not be stopped even though the driver device file has been released.
Signed-off-by: Daniel Widyanto <daniel.widyanto@nxp.com>
Srinivas Bakki [Mon, 7 Feb 2011 10:12:04 +0000]
ARM: LPC313X: Fix watchdog boot status (whether last boot was caused by watchdog or not)
Signed-off-by: Daniel Widyanto <daniel.widyanto@nxp.com>
Srinivas Bakki [Mon, 7 Feb 2011 10:01:51 +0000]
ARM: LPC313X: Fix the coding style according to Linux specification
Signed-off-by: Daniel Widyanto <daniel.widyanto@nxp.com>
Srinivas Bakki [Mon, 7 Feb 2011 10:00:03 +0000]
ARM: LPC313X: Removing watchdog IRQ from the driver. The watchdog will reset the MCU directly, no IRQ nor IRQ handler is needed.
Signed-off-by: Widyanto <daniel.widyanto@nxp.com>
Srinivas Bakki [Mon, 7 Feb 2011 09:48:06 +0000]
ARM: LPC313X: Enable DEBUG and VERBOSE_DEBUG for the Watchdog driver
Signed-off-by: Daniel Widyanto <daniel.widyanto@nxp.com>
Durgesh Pattamatta [Tue, 13 Jul 2010 16:47:34 +0000]
Importing NXP's LPC313x R4 patchset.
Durgesh Pattamatta [Tue, 13 Jul 2010 16:43:03 +0000]
Check-in of basline 2.6.33 tree from kernel.org.