RE: [Linux-fbdev-devel] [PATCH 02/12] DSS: Display subsystem for OMAP2/3
From: Shah, Hardik <hidden>
Date: 2009-01-12 13:06:32
Also in:
linux-omap
-----Original Message----- From: linux-omap-owner@vger.kernel.org [mailto:linux-omap- owner@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Monday, January 12, 2009 6:32 PM To: Tomi Valkeinen Cc: linux-fbdev-devel@lists.sourceforge.net; linux-omap@vger.kernel.org Subject: Re: [Linux-fbdev-devel] [PATCH 02/12] DSS: Display subsystem for OMAP2/3 * Tomi Valkeinen [off-list ref] [090112 14:37]:quoted
Signed-off-by: Tomi Valkeinen <redacted> --- 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+++++++++++++++++++++++++++++quoted
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.hSorry, 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. Thanks and Regards, Hardik Shah
Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html