WSL2-Linux-Kernel/drivers/video/fbdev/omap2/displays-new
Tomi Valkeinen 7a16360d56 OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES
DISPC can drive data lines either on rising or falling pixel clock edge,
which can be configured by the user.

Sync lines can also be driven on rising or falling pixel clock edge, but
additionally the HW can be configured to drive the sync lines on
opposite clock edge from the data lines.

This opposite edge setting does not make any sense, as the same effect
can be achieved by just setting the sync lines to be driven on the other
edge compared to the data lines. It feels like some kind of backward
compatibility option, even if all DSS versions seem to have the same
implementation.

To simplify the code and configuration of the signals, and to make the
dispc timings more compatible with what is used on other platforms,
let's just remove the whole opposite-edge support.

The drivers that used OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES setting are
changed so that they use the opposite setting from the data edge.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2015-02-26 12:15:11 +02:00
..
Kconfig video: omapdss: Add opa362 driver 2015-01-13 12:53:15 +02:00
Makefile video: omapdss: Add opa362 driver 2015-01-13 12:53:15 +02:00
connector-analog-tv.c fbdev: omap2: Fix typo in tvc_probe_pdata 2015-01-13 13:27:08 +02:00
connector-dvi.c OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES 2015-02-26 12:15:11 +02:00
connector-hdmi.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
encoder-opa362.c video: omapdss: Add opa362 driver 2015-01-13 12:53:15 +02:00
encoder-tfp410.c OMAPDSS: TFP410: fix input sync signals 2015-02-26 12:15:11 +02:00
encoder-tpd12s015.c OMAPDSS: encoder-tpd12s015: Fix race issue with LS_OE 2015-02-04 12:32:04 +02:00
panel-dpi.c Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next 2014-11-03 19:53:56 -08:00
panel-dsi-cm.c Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next 2014-11-03 19:53:56 -08:00
panel-lgphilips-lb035q02.c OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES 2015-02-26 12:15:11 +02:00
panel-nec-nl8048hl11.c OMAPDSS: set suppress_bind_attrs 2014-10-22 11:07:07 +03:00
panel-sharp-ls037v7dw01.c OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES 2015-02-26 12:15:11 +02:00
panel-sony-acx565akm.c OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES 2015-02-26 12:15:11 +02:00
panel-tpo-td028ttec1.c OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES 2015-02-26 12:15:11 +02:00
panel-tpo-td043mtea1.c OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES 2015-02-26 12:15:11 +02:00