]> git.baikalelectronics.ru Git - kernel.git/commit
omap1: DMA: move LCD related code from plat-omap to mach-omap1
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Sat, 12 Dec 2009 00:16:33 +0000 (16:16 -0800)
committerTony Lindgren <tony@atomide.com>
Sat, 12 Dec 2009 00:16:33 +0000 (16:16 -0800)
commitb9ca17224d355ccc5cc0cbbc6474b80b49065ff3
treecc38265982b60e93f5271ca7578e00161046c30e
parent6cb13107a9bd59840acc84795d8b34dd0ebd1da9
omap1: DMA: move LCD related code from plat-omap to mach-omap1

All of the LCD DMA code in plat-omap/dma.c appears to be OMAP1-only (and
apparently only is available on a subset of OMAP1 chips).

Move this code to mach-omap1/lcd_dma.c.

Tested on OMAP1510 Amstrad Delta.
Compile-tested with omap_generic_2420_defconfig.

Reported-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Reviewed-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/Makefile
arch/arm/mach-omap1/include/mach/lcd_dma.h [new file with mode: 0644]
arch/arm/mach-omap1/lcd_dma.c [new file with mode: 0644]
arch/arm/plat-omap/dma.c
arch/arm/plat-omap/include/plat/dma.h