]> git.baikalelectronics.ru Git - kernel.git/commit
Merge Misc DSS clean ups from Archit
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 07:18:33 +0000 (10:18 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 07:18:53 +0000 (10:18 +0300)
commita74b4bca2987d2201a7ad08d4bef341e1035b0ad
treecd5114edfeb1f1dd4ae30f886f176236c5e5eb84
parent8e0703cdb9bfdb56747363caf0fb5470280a3409
parent90f1ca2112b745bcfb998a2fbc2f95a32e303530
Merge Misc DSS clean ups from Archit

This series does the following things:

- Remove passive matrix LCD support: There are no panel drivers with
  passive matrix LCD drivers in DSS2. There are no passive matrix panels
  even available to test with DSS. Since no one is using passive matrix
  panels, stop trying to support it. It cleans up the DSS driver.

- Add some new fields to omap_video_timings: There were some standard
  panel timing fields missing from omap_video_timings. Namely
  Hsync/Vsync/DE levels and interlace. Add these to omap_video_timings
  to align it more with xorg modeline. Add some other OMAP DSS specific
  fields to omap_video_timings.

- Remove some hacks done because omap_video_timings didn't have the
  above fields.

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