linux/drivers/video/omap2/dss
Tomi Valkeinen e4a9e94cc5 OMAPDSS: DSI: implement generic DSI pin config
In preparation for device tree, this patch changes how the DSI pins are
configured. The current configuration method is only doable with board
files and the configuration data is OMAP specific.

This patch moves the configuration data to the panel's platform data,
and the data can easily be given via DT in the future. The configuration
data format is also changed to a generic one which should be suitable
for all platforms.

The new format is an array of pin numbers, where the array items start
from clock + and -, then data1 + and -, and so on. For example:

{
	0,	// pin num for clock lane +
	1,	// pin num for clock lane -
	2,	// pin num for data1 lane +
	3,	// pin num for data1 lane -
	...
}

The pin numbers are translated by the DSI driver and used to configure
the hardware appropriately.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
2012-05-09 10:53:05 +03:00
..
apply.c OMAPDSS: APPLY: fix clearing shadow dirty flag with manual update 2012-03-13 15:46:21 +02:00
core.c OMAPDSS: register dss drivers in module init 2012-03-21 12:55:15 +00:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc.c ARM: global cleanups 2012-03-27 16:03:32 -07:00
dispc.h OMAPDSS: DISPC: Update Fir Coefficients 2012-01-02 08:51:29 +02:00
display.c OMAPDSS: DISPC: move fifo threhold calc to dispc.c 2012-01-25 13:46:19 +02:00
dpi.c ARM: omap: fix oops in drivers/video/omap2/dss/dpi.c 2012-02-09 17:56:53 +00:00
dsi.c OMAPDSS: DSI: implement generic DSI pin config 2012-05-09 10:53:05 +03:00
dss_features.c OMAPDSS: DISPC: Fix OMAP4 supported color formats 2012-03-06 14:08:16 +02:00
dss_features.h OMAPDSS: Add DSS feature for HDMI MCLK for audio 2012-02-21 09:40:11 +02:00
dss.c ARM: global cleanups 2012-03-27 16:03:32 -07:00
dss.h OMAPDSS: DISPC: move fifo threhold calc to dispc.c 2012-01-25 13:46:19 +02:00
hdmi_panel.c OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
hdmi.c OMAPDSS: HDMI: Add M2 divider while calculating clkout 2012-03-06 14:08:10 +02:00
Kconfig OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig 2011-09-30 16:16:19 +03:00
Makefile OMAPDSS: DISPC: Update Fir Coefficients 2012-01-02 08:51:29 +02:00
manager.c OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync functions 2012-03-06 14:08:30 +02:00
overlay.c OMAPDSS: APPLY: move simple_check functions 2012-01-02 08:51:26 +02:00
rfbi.c OMAPDSS: cleanup probe functions 2012-02-21 09:39:12 +02:00
sdi.c OMAPDSS: check the return value of dss_mgr_enable() 2011-12-02 08:54:54 +02:00
ti_hdmi_4xxx_ip.c Merge commit 'v3.3-rc6' 2012-03-06 13:20:31 +02:00
ti_hdmi_4xxx_ip.h OMAPDSS: HDMI: Move Avi-infoframe struct to hdmi_ip_data 2012-02-21 09:39:53 +02:00
ti_hdmi.h OMAPDSS: HDMI: Move Avi-infoframe struct to hdmi_ip_data 2012-02-21 09:39:53 +02:00
venc.c OMAPDSS: cleanup probe functions 2012-02-21 09:39:12 +02:00