* Shah, Hardik <[email protected]> [090112 15:06]: > > > > -----Original Message----- > > From: [email protected] [mailto:linux-omap- > > [email protected]] On Behalf Of Tony Lindgren > > Sent: Monday, January 12, 2009 6:32 PM > > To: Tomi Valkeinen > > Cc: [email protected]; [email protected] > > Subject: Re: [Linux-fbdev-devel] [PATCH 02/12] DSS: Display subsystem for > > OMAP2/3 > > > > * Tomi Valkeinen <[email protected]> [090112 14:37]: > > > Signed-off-by: Tomi Valkeinen <[email protected]> > > > --- > > > > > > 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. > > > [Shah, Hardik] Hi Tony, > DSS library will be used by both V4L2 driver and the FBDEV driver. So will > you please suggest the ideal directory for the DSS library? Moving the DSS > library files under /drivers/video will break V4L2 will moving it under > /drivers/media/video/ will break fbdev.
How about drivers/video/omap/dss? You should be able to compile in the common modules even if CONFIG_FB is not set. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
