linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] backlight: Add TI LMU backlight driver
@ 2017-07-17 13:39 Sebastian Reichel
  2017-07-17 13:39 ` [PATCHv2 1/2] dt-bindings: backlight: add ti-lmu-backlight binding Sebastian Reichel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sebastian Reichel @ 2017-07-17 13:39 UTC (permalink / raw)
  To: Sebastian Reichel, Milo Kim, Lee Jones, Daniel Thompson,
	Rob Herring, Tony Lindgren
  Cc: Jingoo Han, Mark Rutland, linux-kernel, linux-fbdev, devicetree,
	linux-omap, Sebastian Reichel

Hi,

This adds backlight support for TI LMU devices. I updated the
patches from Milo Kim according to the comments from Daniel
Thompson and tested the result on Droid 4.

Changes since PATCHv1 [0]:
 * split dt-binding documentation in its own patch
 * move include/linux/mfd/ti-lmu-backlight.h to drivers/video/backlight/ti-lmu-backlight-data.h
 * replace LMU_BL_REG() with a normal struct
 * add "const" keyword to lots of internal structures
 * improve error handling
 * use atomic pwm api

[0] https://lkml.org/lkml/2017/3/19/265

-- Sebastian

Milo Kim (2):
  dt-bindings: backlight: add ti-lmu-backlight binding
  backlight: add TI LMU backlight driver

 .../bindings/leds/backlight/ti-lmu-backlight.txt   |  66 ++
 drivers/video/backlight/Kconfig                    |   7 +
 drivers/video/backlight/Makefile                   |   3 +
 drivers/video/backlight/ti-lmu-backlight-core.c    | 729 +++++++++++++++++++++
 drivers/video/backlight/ti-lmu-backlight-data.c    | 304 +++++++++
 drivers/video/backlight/ti-lmu-backlight-data.h    |  95 +++
 6 files changed, 1204 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/ti-lmu-backlight.txt
 create mode 100644 drivers/video/backlight/ti-lmu-backlight-core.c
 create mode 100644 drivers/video/backlight/ti-lmu-backlight-data.c
 create mode 100644 drivers/video/backlight/ti-lmu-backlight-data.h

-- 
2.13.2


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

end of thread, other threads:[~2017-09-07 11:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 13:39 [PATCHv2 0/2] backlight: Add TI LMU backlight driver Sebastian Reichel
2017-07-17 13:39 ` [PATCHv2 1/2] dt-bindings: backlight: add ti-lmu-backlight binding Sebastian Reichel
2017-07-24 16:58   ` Rob Herring
2017-07-27 10:29     ` Sebastian Reichel
2017-07-17 13:39 ` [PATCHv2 2/2] backlight: add TI LMU backlight driver Sebastian Reichel
2017-09-07 11:22   ` Daniel Thompson
2017-07-27 12:03 ` [PATCHv2 0/2] backlight: Add " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).