]> Pileus Git - ~andy/linux/commit
OMAPDSS: Add N800 panel driver
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 21 Apr 2011 16:53:59 +0000 (19:53 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:17:30 +0000 (16:17 +0300)
commit562a060611de60d6cceecb8a71847216679eef2a
treee3f798ebba9cd3d9a0b88cf98c10b93a5ba7db88
parent8d49fe74f59ca6305b7131e202aa08ba7ddc1137
OMAPDSS: Add N800 panel driver

This is a driver for N800's display, ported from the old omapfb. This is
a slightly lighter version of the driver as not all features of the old
driver can be ported without big changes to DSS2, and also because some
of the HW features used in the old driver are unclear (e.g. the power
management part).

That said, the new driver works fine for basic use.

Architecturally the driver is not as neat as it could be. N800's display
HW consists of a display buffer chip and a panel, and ideally they would
be represented by separate, independent drivers. This is not currently
possible, and this driver contains both buffer chip and panel driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/displays/Kconfig
drivers/video/omap2/displays/Makefile
drivers/video/omap2/displays/panel-n8x0.c [new file with mode: 0644]
include/video/omap-panel-n8x0.h [new file with mode: 0644]