video: move Versatile CLCD helpers
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 22 May 2014 21:25:14 +0000 (23:25 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 27 Jun 2014 08:15:22 +0000 (10:15 +0200)
commit11c32d7b6274cb0f554943d65bd4a126c4a86dcd
treef3cfc6a4c551273b5f754dd873a798792a3a88db
parente6dc195c1c69ea525f5001f72d666ac8342139e4
video: move Versatile CLCD helpers

This moves the Versatile-specific helper code and panel database
down into the drivers/video folder next to the CLCD driver
itself, preserving the config symbol but also moving the header
to platform data.

This is necessary to rid the Integrator of this final <plat/*>
inclusion dependency and get us one less user of the
plat-versatile folder.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: linux-fbdev@vger.kernel.org
Cc: Russell King <linux@arm.linux.org.uk>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
13 files changed:
arch/arm/mach-integrator/Kconfig
arch/arm/mach-integrator/integrator_cp.c
arch/arm/mach-realview/core.c
arch/arm/mach-versatile/core.c
arch/arm/mach-vexpress/ct-ca9x4.c
arch/arm/plat-versatile/Kconfig
arch/arm/plat-versatile/Makefile
arch/arm/plat-versatile/clcd.c [deleted file]
arch/arm/plat-versatile/include/plat/clcd.h [deleted file]
drivers/video/fbdev/Kconfig
drivers/video/fbdev/Makefile
drivers/video/fbdev/amba-clcd-versatile.c [new file with mode: 0644]
include/linux/platform_data/video-clcd-versatile.h [new file with mode: 0644]
This page took 0.028394 seconds and 5 git commands to generate.