All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RESEND 0/8] tilcdc-panel: Backlight and GPIO devicetree support
@ 2014-09-02 12:51 Ezequiel Garcia
  2014-09-02 12:51 ` [PATCH/RESEND 1/8] drm/tilcdc: Fix the error path in tilcdc_load() Ezequiel Garcia
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Ezequiel Garcia @ 2014-09-02 12:51 UTC (permalink / raw)
  To: dri-devel, Dave Airlie

Dave,

I'm resending this, hoping it can be pushed for v3.18. The patchset was
ready for v3.17, but it got no maintainer feedback or review. Maybe it fell
through some crack?

Just for reference, here goes the details about this series and why it's
needed:

This patchset adds the required changes to support an optional backlight
and GPIO for the tilcdc panel driver.

There was some code to support a backlight, but it was broken and undocumented.
I've followed the nice implementation in panel-simple and added a similar
one here.

The enable GPIO is required to turn on and off devices with such capability.
Also here, I've followed panel-simple which looks correct.

In addition to this there are very minor cosmetic cleanups and a larger
fix for the error path in tilcdc's DRM driver .load error path.

Ezequiel Garcia (8):
  drm/tilcdc: Fix the error path in tilcdc_load()
  drm/tilcdc: panel: Add missing of_node_put
  drm/tilcdc: panel: Remove unused variable
  drm/tilcdc: panel: Spurious whitespace removal
  drm/tilcdc: panel: Use devm_kzalloc to simplify the error path
  drm/tilcdc: panel: Fix backlight devicetree support
  drm/tilcdc: panel: Set return value explicitly
  drm/tilcdc: panel: Add support for enable GPIO

 .../devicetree/bindings/drm/tilcdc/panel.txt       |  7 ++
 drivers/gpu/drm/tilcdc/tilcdc_drv.c                | 60 +++++++++++++++---
 drivers/gpu/drm/tilcdc/tilcdc_panel.c              | 74 +++++++++++++++++-----
 3 files changed, 114 insertions(+), 27 deletions(-)

-- 
2.0.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-09-17  0:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 12:51 [PATCH/RESEND 0/8] tilcdc-panel: Backlight and GPIO devicetree support Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 1/8] drm/tilcdc: Fix the error path in tilcdc_load() Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 2/8] drm/tilcdc: panel: Add missing of_node_put Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 3/8] drm/tilcdc: panel: Remove unused variable Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 4/8] drm/tilcdc: panel: Spurious whitespace removal Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 5/8] drm/tilcdc: panel: Use devm_kzalloc to simplify the error path Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 6/8] drm/tilcdc: panel: Fix backlight devicetree support Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 7/8] drm/tilcdc: panel: Set return value explicitly Ezequiel Garcia
2014-09-02 12:51 ` [PATCH/RESEND 8/8] drm/tilcdc: panel: Add support for enable GPIO Ezequiel Garcia
2014-09-03  6:08 ` [PATCH/RESEND 0/8] tilcdc-panel: Backlight and GPIO devicetree support Johannes Pointner
2014-09-03 11:08   ` Ezequiel Garcia
2014-09-15  7:50   ` Ezequiel Garcia
2014-09-15  7:59     ` Dave Airlie
2014-09-15 18:51       ` Ezequiel Garcia
2014-09-17  0:56         ` Dave Airlie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.