devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] mfd: sec-core: Add support S2MPS13 PMIC device
@ 2014-11-17  0:42 Chanwoo Choi
  2014-11-17  0:42 ` [PATCH 1/5] mfd: sec-core: Add support for S2MPS13 device Chanwoo Choi
                   ` (4 more replies)
  0 siblings, 5 replies; 27+ messages in thread
From: Chanwoo Choi @ 2014-11-17  0:42 UTC (permalink / raw)
  To: lee.jones, broonie, mturquette, a.zummo
  Cc: lgirdwood, sbkim73, sameo, geunsik.lim, inki.dae, kyungmin.park,
	linux-kernel, devicetree, Chanwoo Choi

This patchset adds Samsung S2MPS13 PMIC device driver in existing S2MPS11 PMIC
driver. The S2MPS13 has just the differnet number of regulator from existing
S2MPS14 PMIC and RTC/CLOCK IP of S2MPS13 is the same with S2MPS14. S2MPS13
PMIC has LDO[1-40] and BUCK[1-10] regulators.

Chanwoo Choi (5):
  mfd: sec-core: Add support for S2MPS13 device
  regulator: s2mps11: Add support S2MPS13 regulator device
  clk: s2mps11: Add the support for S2MPS13 PMIC clock
  rtc: s5m: Add the support for S2MPS13 RTC
  mfd: s2mps11: Add binding documentation for Samsung S2MPS13 PMIC

 Documentation/devicetree/bindings/mfd/s2mps11.txt |  22 +--
 drivers/clk/clk-s2mps11.c                         |  24 +++
 drivers/mfd/sec-core.c                            |  31 ++++
 drivers/mfd/sec-irq.c                             |  23 ++-
 drivers/regulator/Kconfig                         |  10 +-
 drivers/regulator/s2mps11.c                       | 102 +++++++++++-
 drivers/rtc/rtc-s5m.c                             |  15 +-
 include/linux/mfd/samsung/core.h                  |   2 +
 include/linux/mfd/samsung/s2mps13.h               | 186 ++++++++++++++++++++++
 9 files changed, 390 insertions(+), 25 deletions(-)
 create mode 100644 include/linux/mfd/samsung/s2mps13.h

-- 
1.8.5.5

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

end of thread, other threads:[~2014-11-18 10:01 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17  0:42 [PATCH 0/5] mfd: sec-core: Add support S2MPS13 PMIC device Chanwoo Choi
2014-11-17  0:42 ` [PATCH 1/5] mfd: sec-core: Add support for S2MPS13 device Chanwoo Choi
     [not found]   ` <1416184980-532-2-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-18  0:26     ` Sangbeom Kim
2014-11-18  8:22   ` Lee Jones
2014-11-18  8:33     ` Chanwoo Choi
2014-11-17  0:42 ` [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device Chanwoo Choi
     [not found]   ` <1416184980-532-3-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-17 10:12     ` Krzysztof Kozłowski
     [not found]       ` <5469CA11.3000409-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-18  0:57         ` Chanwoo Choi
2014-11-17 23:48     ` Mark Brown
2014-11-18  0:28     ` Sangbeom Kim
2014-11-18  8:17   ` Lee Jones
2014-11-18  8:41     ` Chanwoo Choi
2014-11-17  0:42 ` [PATCH 3/5] clk: s2mps11: Add the support for S2MPS13 PMIC clock Chanwoo Choi
2014-11-17 10:16   ` Krzysztof Kozłowski
     [not found]     ` <5469CAF9.6020700-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-18  1:06       ` Chanwoo Choi
2014-11-17  0:42 ` [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC Chanwoo Choi
     [not found]   ` <1416184980-532-5-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-17 10:19     ` Krzysztof Kozłowski
2014-11-18  1:14       ` Chanwoo Choi
     [not found]         ` <546A9D7D.7040207-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-18 10:01           ` Krzysztof Kozlowski
2014-11-18  0:38     ` Sangbeom Kim
2014-11-18  0:55       ` Chanwoo Choi
2014-11-18  8:25         ` Lee Jones
2014-11-18  8:53       ` Chanwoo Choi
2014-11-17  0:43 ` [PATCH 5/5] mfd: s2mps11: Add binding documentation for Samsung S2MPS13 PMIC Chanwoo Choi
     [not found]   ` <1416184980-532-6-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-11-17 10:20     ` Krzysztof Kozłowski
2014-11-18  0:40     ` Sangbeom Kim
2014-11-18  8:19     ` Lee Jones

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).