On Tue, Jul 9, 2013 at 11:07 AM, Sathya Prakash M R <sathyap@xxxxxx> wrote: > From: Srinivas Pulukuru <srinivas.pulukuru@xxxxxx> > > Add driver for SIL9022 DPI-to-HDMI chip. > > Signed-off-by: Srinivas Pulukuru <srinivas.pulukuru@xxxxxx> > [sathyap@xxxxxx: Ported the driver from 2.6.32 based internal > kernel to v3.10 kernel] > Signed-off-by: Sathya Prakash M R <sathyap@xxxxxx> > --- > This patch was tested using the legacy OMAP3630 based Zoom3 platform. > There is no DT support for Zoom , hence board file changes > made locally were used for validation purpose. > Further, DT support will be added for a newer SOC which uses > the sil9022 HDMI interface chip. > > drivers/video/omap2/displays/Kconfig | 8 + > drivers/video/omap2/displays/Makefile | 1 + > drivers/video/omap2/displays/panel-sil9022.c | 1274 ++++++++++++++++++++++++++ > drivers/video/omap2/displays/panel-sil9022.h | 527 +++++++++++ > 4 files changed, 1810 insertions(+) > create mode 100644 drivers/video/omap2/displays/panel-sil9022.c > create mode 100644 drivers/video/omap2/displays/panel-sil9022.h What about making this driver more general. We've tested this HDMI chip on am335x and there are also Freescal based devices using this chip (http://www.genesi-tech.com/products/efika and kernel repo http://github.com/genesi/linux-legacy). Yegor -- 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