]> git.openfabrics.org - ~emulex/infiniband.git/commit
OMAPDSS: RFBI: Maitain copy of rfbi timings in driver data
authorArchit Taneja <archit@ti.com>
Mon, 13 Aug 2012 16:53:29 +0000 (22:23 +0530)
committerArchit Taneja <archit@ti.com>
Thu, 16 Aug 2012 12:39:41 +0000 (18:09 +0530)
commit6e883324b2ef9971ec208da2bf2f49268c36f2bb
tree8c9714be88beaa8bb8411eaf35f8098e65f8bcf6
parent0b3ffe397ab2cfae526568880ab4621ff8f113c9
OMAPDSS: RFBI: Maitain copy of rfbi timings in driver data

The RFBI driver currently relies on the omap_dss_device struct to receive the
rfbi specific timings requested by the panel driver. This makes the RFBI
interface driver dependent on the omap_dss_device struct.

Make the RFBI driver data maintain it's own rfbi specific timings field. The
panel driver is expected to call omapdss_rfbi_set_interface_timings() to
configure the rfbi timings before the interface is enabled.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/displays/panel-n8x0.c
drivers/video/omap2/dss/rfbi.c
include/video/omapdss.h