[PATCH 0/4] video: ARM CLCD: add support of an optional GPIO to enable panel

Vladimir Zapolskiy vz at mleia.com
Tue Dec 20 19:27:13 PST 2016


The changeset contains a number of cleanups, changed semantics of
init_panel() callback, which allows to simplify getting of panel
properties from panel device tree node, and a handling of optional
"enable-gpios" panel property, the latter is described in
display/panel/panel-dpi.txt device tree binding documentation, but
it has been unsupported by the ARM CLCD driver.

Vladimir Zapolskiy (4):
  video: ARM CLCD: sort included headers out alphabetically
  video: ARM CLCD: use panel device node for panel initialization
  video: ARM CLCD: use panel device node for getting backlight and mode
  video: ARM CLCD: add support of an optional GPIO to enable panel

 drivers/video/fbdev/amba-clcd-nomadik.c   |  9 +---
 drivers/video/fbdev/amba-clcd-nomadik.h   |  5 +-
 drivers/video/fbdev/amba-clcd-versatile.c | 14 ++----
 drivers/video/fbdev/amba-clcd-versatile.h |  5 +-
 drivers/video/fbdev/amba-clcd.c           | 80 +++++++++++++++++++------------
 include/linux/amba/clcd.h                 |  2 +
 6 files changed, 59 insertions(+), 56 deletions(-)

-- 
2.10.2




More information about the linux-arm-kernel mailing list