linux/drivers/video/omap2
Archit Taneja 7eab07e4cb OMAPDSS: tpo-td043 panel: handle gpios in panel driver
The tpo-td043mtea1 panel driver leaves gpio configurations to the
platform_enable and disable calls in the platform's board file. These should
happen in the panel driver itself.

Create a platform data struct for the panel, this contains the reset gpio
number used by the panel driver, this struct will be passed to the panel driver
as platform data. The driver will request and configure the reset gpio rather
than leaving it to platform callbacks in board files.

This will help in removing the need for the panel drivers to have platform
related callbacks.

Signed-off-by: Archit Taneja <archit@ti.com>
2013-04-03 15:21:08 +03:00
..
displays OMAPDSS: tpo-td043 panel: handle gpios in panel driver 2013-04-03 15:21:08 +03:00
dss omapdss: features: fix supported outputs for OMAP4 2013-03-22 10:14:32 +02:00
omapfb Revert "OMAPFB: simplify locking" 2012-12-13 13:19:05 +02:00
Kconfig ARM: OMAP: Fix drivers to depend on omap for internal devices 2012-12-16 15:23:37 -08:00
Makefile OMAP: remove vram allocator 2012-11-13 09:52:41 +02:00
vrfb.c video: Convert to devm_ioremap_resource() 2013-01-22 11:41:58 -08:00