All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mfd: sec: add S2MPS15 PMIC support
@ 2014-10-14  8:14 Thomas Abraham
  2014-10-14  8:14 ` [PATCH 1/2] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC Thomas Abraham
  2014-10-14  8:14 ` [PATCH 2/2] mfd: sec: Add support for S2MPS15 PMIC Thomas Abraham
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Abraham @ 2014-10-14  8:14 UTC (permalink / raw)
  To: lee.jones, devicetree-discuss; +Cc: kgene.kim, linux-kernel

Samsung's S2MPS15 PMIC is targetted to be used with Samsung's Exynos7 SoC.
The S2MPS15 PMIC is similar in functionality to S2MPS11/14 PMIC. It contains
27 LDO and 10 Buck regulators, RTC, three 32.768 KHz clock outputs and allows
programming these blocks via a I2C interface. This patch series adds initial
support for LDO/Buck regulators of S2MPS15 PMIC.

Thomas Abraham (2):
  dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC
  mfd: sec: Add support for S2MPS15 PMIC

 Documentation/devicetree/bindings/mfd/s2mps11.txt |   11 +-
 drivers/mfd/sec-core.c                            |   26 ++++
 include/linux/mfd/samsung/core.h                  |    1 +
 include/linux/mfd/samsung/s2mps15.h               |  161 +++++++++++++++++++++
 4 files changed, 196 insertions(+), 3 deletions(-)
 create mode 100644 include/linux/mfd/samsung/s2mps15.h


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

end of thread, other threads:[~2014-10-14 12:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14  8:14 [PATCH 0/2] mfd: sec: add S2MPS15 PMIC support Thomas Abraham
2014-10-14  8:14 ` [PATCH 1/2] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC Thomas Abraham
2014-10-14  8:43   ` Krzysztof Kozłowski
2014-10-14 12:38     ` Thomas Abraham
2014-10-14  8:14 ` [PATCH 2/2] mfd: sec: Add support for S2MPS15 PMIC Thomas Abraham
2014-10-14  8:41   ` Krzysztof Kozłowski
2014-10-14 12:40     ` Thomas Abraham

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.