All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Support TI LMU devices
@ 2017-02-28  6:45 Milo Kim
  2017-02-28  6:45 ` [PATCH 1/2] Documentation: dt-bindings: mfd: add TI LMU device binding information Milo Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Milo Kim @ 2017-02-28  6:45 UTC (permalink / raw)
  To: Lee Jones; +Cc: Rob Herring, Tony Lindgren, linux-kernel, Milo Kim

Back from 2015! TI LMU core driver got acked but few more efforts
were required like backlight, LEDs and others.
Recently, Tony Lindgren has been working on porting mainline Linux on 
Droid 4 xt894. One of LMU devices - LM3532 is used for LCD backlight on 
that device. I hope this patch-set would be helpful.

TI Lighting Management Unit drivers support lighting devices below.

         Enable pin  Backlight  HW fault monitoring  LEDs   Regulators
         ----------  ---------  -------------------  ----  ------------
LM3532       o           o               x            x         x
LM3631       o           o               x            x    5 regulators
LM3632       o           o               x            x    3 regulators
LM3633       o           o               o            o         x
LM3695       o           o               x            x         x
LM3697       o           o               o            x         x

This patch-set includes only MFD part. Other subsystem drivers will be sent
separately.

  ti-lmu-backlight: Backlight subsystem
  ti-lmu-fault-monitor: Misc driver
  leds-lm3633: LED subsystem

Updates from v2:
  Submit acked patches to get merged quickly.

Milo Kim (2):
  Documentation: dt-bindings: mfd: add TI LMU device binding information
  mfd: add TI LMU driver

 Documentation/devicetree/bindings/mfd/ti-lmu.txt | 243 ++++++++++++++++++++
 drivers/mfd/Kconfig                              |  12 +
 drivers/mfd/Makefile                             |   2 +
 drivers/mfd/ti-lmu.c                             | 259 +++++++++++++++++++++
 include/linux/mfd/ti-lmu-register.h              | 280 +++++++++++++++++++++++
 include/linux/mfd/ti-lmu.h                       |  87 +++++++
 6 files changed, 883 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/ti-lmu.txt
 create mode 100644 drivers/mfd/ti-lmu.c
 create mode 100644 include/linux/mfd/ti-lmu-register.h
 create mode 100644 include/linux/mfd/ti-lmu.h

-- 
2.11.0

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

end of thread, other threads:[~2017-03-14 16:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28  6:45 [PATCH v3 0/2] Support TI LMU devices Milo Kim
2017-02-28  6:45 ` [PATCH 1/2] Documentation: dt-bindings: mfd: add TI LMU device binding information Milo Kim
2017-03-01  0:37   ` Tony Lindgren
2017-03-14 16:44   ` Lee Jones
2017-02-28  6:45 ` [PATCH 2/2] mfd: add TI LMU driver Milo Kim
2017-03-01  0:44   ` Tony Lindgren
2017-03-14 16:44   ` Lee Jones
2017-03-01  0:36 ` [PATCH v3 0/2] Support TI LMU devices Tony Lindgren

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.