RE: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-06-26 Thread Shilimkar, Santosh
-Original Message- From: Shilimkar, Santosh Sent: Tuesday, May 12, 2009 6:11 PM To: linux-omap@vger.kernel.org Cc: Shilimkar, Santosh Subject: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers. This patch updates the platform dma.h with new dma request lines

Re: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-06-26 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090626 09:39]: -Original Message- From: Shilimkar, Santosh Sent: Tuesday, May 12, 2009 6:11 PM To: linux-omap@vger.kernel.org Cc: Shilimkar, Santosh Subject: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers

Re: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-06-26 Thread Paul Walmsley
: sDMA: Update the request lines and new registers. This patch updates the platform dma.h with new dma request lines for OMAP4 peripherals. Also additional hardware register of OMAP4 sDMA module are included. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com

RE: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-06-26 Thread Shilimkar, Santosh
/* */ /* Hardware registers for LCD DMA */ -- Tony, Can you also check this patch and UART4 patch: http://www.spinics.net/lists/linux-omap/msg14161.html If you ack these

Re: [PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-05-23 Thread Venkatraman S
On Tue, May 12, 2009 at 6:11 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: +#define OMAP_DMA4_CDP_REG(n)           (0x60 * (n) + 0xd0) +#define OMAP_DMA4_CNDP_REG(n)          (0x60 * (n) + 0xd4) +#define OMAP_DMA4_CCDN_REG(n)          (0x60 * (n) + 0xd8) + It would be consistent with

[PATCH] [RFC] OMAP4: sDMA: Update the request lines and new registers.

2009-05-12 Thread Santosh Shilimkar
This patch updates the platform dma.h with new dma request lines for OMAP4 peripherals. Also additional hardware register of OMAP4 sDMA module are included. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/plat-omap/include/mach/dma.h | 65