Merge "Apply LCD manager related parameters" from Archit
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 11:13:07 +0000 (14:13 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 11:13:07 +0000 (14:13 +0300)
The LCD interface drivers(DPI, DSI, RFBI, SDI) do some direct DISPC register
writes to configure LCD manager related fields. This series groups these fields
into a single struct, and let's the interface driver apply these parameters.

This allows us to:

- Check the LCD manager related parameters before applying them.
- Remove some omap_dss_device references as APPLY holds the applied parameters.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

Trivial merge