* Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> [090112 14:37]: > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> > --- > > arch/arm/plat-omap/Kconfig | 2 > arch/arm/plat-omap/Makefile | 2 > arch/arm/plat-omap/dss/Kconfig | 71 + > arch/arm/plat-omap/dss/Makefile | 6 > arch/arm/plat-omap/dss/dispc.c | 2113 +++++++++++++++++++++++++++++ > arch/arm/plat-omap/dss/display.c | 787 +++++++++++ > arch/arm/plat-omap/dss/dpi.c | 344 +++++ > arch/arm/plat-omap/dss/dss.c | 774 +++++++++++ > arch/arm/plat-omap/dss/dss.h | 274 ++++ > arch/arm/plat-omap/dss/sdi.c | 174 ++ > arch/arm/plat-omap/include/mach/display.h | 462 ++++++ > 11 files changed, 5009 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/plat-omap/dss/Kconfig > create mode 100644 arch/arm/plat-omap/dss/Makefile > create mode 100644 arch/arm/plat-omap/dss/dispc.c > create mode 100644 arch/arm/plat-omap/dss/display.c > create mode 100644 arch/arm/plat-omap/dss/dpi.c > create mode 100644 arch/arm/plat-omap/dss/dss.c > create mode 100644 arch/arm/plat-omap/dss/dss.h > create mode 100644 arch/arm/plat-omap/dss/sdi.c > create mode 100644 arch/arm/plat-omap/include/mach/display.h Sorry, no subdirectories allowed under arch/arm/*omap*. Please move these to live under drivers/video somewhere. Also, you should not need to use cpu_is_omapxxxx() macros under drivers, please separate out the low-level init to happen under arch/arm/*omap* and pass the necessary things to the driver in the platform_data. See how usb and mmc are doing it for example. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html