devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] regulator: merge s2mps11 and s2mpa01 drivers
@ 2014-05-26 13:20 Krzysztof Kozlowski
  2014-05-26 13:20 ` [PATCH 1/3] regulator: s2mps11: Refactor setting ramp delay Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2014-05-26 13:20 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Sangbeom Kim, Lee Jones, Sachin Kamat,
	linux-kernel
  Cc: linux-samsung-soc, Tomasz Figa, Kyungmin Park, Marek Szyprowski,
	Bartlomiej Zolnierkiewicz, devicetree, Krzysztof Kozlowski

Hi,


The patchset merges s2mpa01 regulator driver into s2mps11. As a result
the s2mps11 supports:
 - S2MPA01
 - S2MPS11
 - S2MPS14

These PMIC-s are very similar to each other and they are often used
along with Samsung's Exynos SoCs. Merging this into one driver has
two benefits:
 - less code duplication,
 - one PMIC driver can be used in common Exynos default config.


The patchset was tested on Arndale Octa board with S2MPS11 PMIC. I am
kindly asking for testing on some board with S2MPA01.

Patches are rebased against current Mark Brown's regulator tree:
v3.15-rc5-41-g7c603c1c9e33


Best regards,
Krzysztof


Krzysztof Kozlowski (3):
  regulator: s2mps11: Refactor setting ramp delay
  regulator: s2mps11: Merge S2MPA01 driver
  regulator: s2mpa01: Remove driver because it was merged into s2mps11

 Documentation/devicetree/bindings/mfd/s2mpa01.txt |  90 ----
 Documentation/devicetree/bindings/mfd/s2mps11.txt | 106 +++--
 drivers/regulator/Kconfig                         |  11 +-
 drivers/regulator/Makefile                        |   1 -
 drivers/regulator/s2mpa01.c                       | 482 ---------------------
 drivers/regulator/s2mps11.c                       | 483 +++++++++++++++++-----
 6 files changed, 454 insertions(+), 719 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mfd/s2mpa01.txt
 delete mode 100644 drivers/regulator/s2mpa01.c

-- 
1.9.1

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

end of thread, other threads:[~2014-05-27  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 13:20 [PATCH 0/3] regulator: merge s2mps11 and s2mpa01 drivers Krzysztof Kozlowski
2014-05-26 13:20 ` [PATCH 1/3] regulator: s2mps11: Refactor setting ramp delay Krzysztof Kozlowski
2014-05-27  6:26   ` Yadwinder Singh Brar
2014-05-27  6:57     ` Krzysztof Kozlowski
2014-05-26 13:20 ` [PATCH 2/3] regulator: s2mps11: Merge S2MPA01 driver Krzysztof Kozlowski
     [not found]   ` <1401110423-5647-3-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-27  6:30     ` Yadwinder Singh Brar
2014-05-27  7:56       ` Krzysztof Kozlowski
2014-05-27  8:46         ` Yadwinder Singh Brar
     [not found] ` <1401110423-5647-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-26 13:20   ` [PATCH 3/3] regulator: s2mpa01: Remove driver because it was merged into s2mps11 Krzysztof Kozlowski

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