]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap1: move lcd_dma code into omapfb driver
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 Aug 2019 21:15:37 +0000 (23:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:00:45 +0000 (15:00 +0200)
commit8d164a8faed1649fafa3dd4f672eef2854892ebb
treec681025a4d3fc77b3f750a9c91e5b7b4b976e1e9
parent8bd578b7a1a165696c956a08e161d52c1220e5c2
ARM: omap1: move lcd_dma code into omapfb driver

The omapfb driver is split into platform specific code for omap1, and
driver code that is also specific to omap1.

Moving both parts into the driver directory simplifies the structure
and avoids the dependency on certain omap machine header files.

As mach/lcd_dma.h can not be included from include/linux/omap-dma.h
any more now, move the omap_lcd_dma_running() declaration into the
omap-dma header, which matches where it is defined.

Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 files changed:
arch/arm/mach-omap1/Makefile
arch/arm/mach-omap1/include/mach/lcd_dma.h [deleted file]
arch/arm/mach-omap1/include/mach/lcdc.h [deleted file]
arch/arm/mach-omap1/lcd_dma.c [deleted file]
drivers/video/fbdev/Makefile
drivers/video/fbdev/omap/Makefile
drivers/video/fbdev/omap/lcd_dma.c [new file with mode: 0644]
drivers/video/fbdev/omap/lcd_dma.h [new file with mode: 0644]
drivers/video/fbdev/omap/lcdc.c
drivers/video/fbdev/omap/lcdc.h
drivers/video/fbdev/omap/sossi.c
include/linux/omap-dma.h