]> git.karo-electronics.de Git - karo-tx-linux.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)
commite5310ed70dc2c06d9102424bb97ee3e68783394f
treecd5114edfeb1f1dd4ae30f886f176236c5e5eb84
parent3a5383a2373fd5bc5ebdd781c8ac89ab5d0cb8a4
parentbd5a7b11a0bfd172b4cd6ef3e01e6beb1753c3f1
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>