linux_dsm_epyc7002/drivers/video/omap2/displays
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
..
Kconfig OMAPDSS: TFP410: rename dvi -> tfp410 2012-05-09 10:51:05 +03:00
Makefile OMAPDSS: TFP410: rename dvi files to tfp410 2012-05-09 10:51:05 +03:00
panel-acx565akm.c video: convert drivers/video/* to use module_spi_driver() 2012-01-28 20:59:38 +00:00
panel-generic-dpi.c OMAPDSS: add Innolux AT080TN52 display support 2012-02-21 09:39:50 +02:00
panel-lgphilips-lb035q02.c video: convert drivers/video/* to use module_spi_driver() 2012-01-28 20:59:38 +00:00
panel-n8x0.c video: Remove redundant spi driver bus initialization 2011-12-03 22:05:56 +00:00
panel-nec-nl8048hl11-01b.c video: convert drivers/video/* to use module_spi_driver() 2012-01-28 20:59:38 +00:00
panel-picodlp.c OMAPDSS: picodlp: add missing #include <linux/module.h> 2011-10-04 11:45:29 +03:00
panel-picodlp.h OMAP: DSS2: Add picodlp panel driver 2011-09-14 18:08:23 +03:00
panel-sharp-ls037v7dw01.c OMAP: DSS2: use __exit for selected panel drivers 2011-05-11 14:19:26 +03:00
panel-taal.c OMAPDSS: DSI: implement generic DSI pin config 2012-05-09 10:53:05 +03:00
panel-tfp410.c OMAPDSS: TFP410: rename dvi files to tfp410 2012-05-09 10:51:05 +03:00
panel-tpo-td043mtea1.c Merge branch 'for-3.4' of git://gitorious.org/linux-omap-dss2/linux into fbdev-next 2012-03-20 08:49:51 +00:00