]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: generic dpi panel: remove uses of platform_enable/disable ops
authorArchit Taneja <archit@ti.com>
Tue, 12 Feb 2013 09:40:14 +0000 (15:10 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:46 +0000 (15:19 +0300)
commit8b28fd7a3b2161076b82425477e9b81c4b7fe4da
tree822099556b20270ab73eb7d404172ca372399243
parent1151926649bfa5864e48f34329f83e9cc59100ac
OMAPDSS: generic dpi panel: remove uses of platform_enable/disable ops

The generic dpi panel driver now sets the gpios required to configure the panel.
This was previously done in platform_enable/disable callbacks in board files.

All the board files using generic dpi panel now correctly pass the gpio related
information as platform data, which is needed by the panel driver to configure
the panel. Hence, the platform_enable/disable ops can be safely removed now.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/displays/panel-generic-dpi.c