mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mfd: lp87565: Add lp87565 PMIC support
@ 2017-05-23 12:16 Keerthy
  2017-05-23 12:16 ` [PATCH v2 1/3] " Keerthy
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Keerthy @ 2017-05-23 12:16 UTC (permalink / raw)
  To: broonie, lee.jones, robh+dt
  Cc: j-keerthy, t-kristo, tony, mark.rutland, linux-omap,
	linux-kernel, devicetree, afd

The LP87565 chip is a power management IC for Portable Navigation Systems
    and Tablet Computing devices. It contains the following components:

     - Regulators.
     - Configurable General Purpose Output Signals(GPO).

PMIC interacts with the main processor through i2c. PMIC has
a bunch of regulatos (Step-Down DC-DC Converter Cores)
that can be programmed to be single phase or multi phase
regulators. PMIC also has a couple of GPOs(General Purpose Output
Signals).

The register sets and the individual bit fields of registers were
compared against lp87* PMICs. None were matching even close. Hence
came up with new drivers and is based on lp873x drivers. 

Keerthy (3):
  mfd: lp87565: Add lp87565 PMIC support
  regulator: lp87565: Add support for lp87565 PMIC      regulators
  regulator: tps65917: Add support for SMPS12

 Documentation/devicetree/bindings/mfd/lp87565.txt |  45 ++++
 drivers/mfd/Kconfig                               |  14 ++
 drivers/mfd/Makefile                              |   1 +
 drivers/mfd/lp87565.c                             | 101 ++++++++
 drivers/regulator/Kconfig                         |   8 +
 drivers/regulator/Makefile                        |   1 +
 drivers/regulator/lp87565-regulator.c             | 237 +++++++++++++++++++
 drivers/regulator/palmas-regulator.c              |  18 +-
 include/linux/mfd/lp87565.h                       | 271 ++++++++++++++++++++++
 include/linux/mfd/palmas.h                        |   2 +
 10 files changed, 695 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/lp87565.txt
 create mode 100644 drivers/mfd/lp87565.c
 create mode 100644 drivers/regulator/lp87565-regulator.c
 create mode 100644 include/linux/mfd/lp87565.h

-- 
1.9.1

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

end of thread, other threads:[~2017-05-30 10:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 12:16 [PATCH v2 0/3] mfd: lp87565: Add lp87565 PMIC support Keerthy
2017-05-23 12:16 ` [PATCH v2 1/3] " Keerthy
2017-05-30  9:23   ` Lee Jones
2017-05-30  9:54     ` Keerthy
2017-05-30 10:12       ` Lee Jones
2017-05-30 10:17         ` Keerthy
2017-05-23 12:16 ` [PATCH v2 2/3] regulator: lp87565: Add support for lp87565 PMIC regulators Keerthy
2017-05-24 17:42   ` Applied "regulator: lp87565: Add support for lp87565 PMIC regulators" to the regulator tree Mark Brown
2017-05-23 12:16 ` [PATCH v2 3/3] regulator: tps65917: Add support for SMPS12 Keerthy
2017-05-24 17:20   ` Mark Brown
2017-05-25  3:35     ` Keerthy
2017-05-25 16:24       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®