[PATCH 1/1] omap-hsmmc.c: re-organize dma line population

2010-05-11 Thread Madhvapathi Sriram
- This moves the dma line population from omap_hsmmc.c to plat-omap/devices.c - This is done to keep platform specific code inside the platform directory rather than the host driver - This makes the porting work across OMAP platforms easier Signed-off-by: Madhvapathi Sriram srira...@ti.com

Re: [PATCH 1/1] omap-hsmmc.c: re-organize dma line population

2010-05-11 Thread Grazvydas Ignotas
On Tue, May 11, 2010 at 11:32 AM, Madhvapathi Sriram srira...@ti.com wrote:  - This moves the dma line population from omap_hsmmc.c to plat-omap/devices.c  - This is done to keep platform specific code inside the platform directory   rather than the host driver  - This makes the porting work

Re: [PATCH 1/1] omap-hsmmc.c: re-organize dma line population

2010-05-11 Thread Venkatraman S
Madhvapathi Sriram srira...@ti.com wrote:  - This moves the dma line population from omap_hsmmc.c to plat-omap/devices.c  - This is done to keep platform specific code inside the platform directory   rather than the host driver  - This makes the porting work across OMAP platforms easier

Re: [PATCH 1/1] omap-hsmmc.c: re-organize dma line population

2010-05-11 Thread Tony Lindgren
* Madhvapathi Sriram srira...@ti.com [100511 02:26]: @@ -255,6 +256,52 @@ int __init omap_mmc_add(const char *name, int id, unsigned long base, res[0].flags = IORESOURCE_MEM; res[1].start = res[1].end = irq; res[1].flags = IORESOURCE_IRQ; + /* Populate DMA lines based