devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Introduce support for Exynos7870's S2MPU05 PMIC and its regulators
@ 2025-02-03 20:36 Kaustabh Chakraborty
  2025-02-03 20:36 ` [PATCH 1/4] regulator: dt-bindings: add documentation for s2mpu05-pmic regulators Kaustabh Chakraborty
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Kaustabh Chakraborty @ 2025-02-03 20:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Liam Girdwood, Mark Brown, Rob Herring,
	Conor Dooley, Lee Jones
  Cc: Sergey Lisov, linux-kernel, linux-samsung-soc, devicetree,
	Kaustabh Chakraborty

Exynos7870 devices use Samsung S2MPU05 as its primary PMIC. Add support
for it in the existing PMIC driver. Additionally, also add support for
voltage regulators which can be accessed and controlled from the PMIC
itself.

Patches from two subsystems have been placed in a single series here as
header files and documentation YAML references have been shared.

This patch series is a part of Exynos7870 upstreaming.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
Kaustabh Chakraborty (2):
      regulator: dt-bindings: add documentation for s2mpu05-pmic regulators
      dt-bindings: mfd: samsung,s2mps11: add compatible for s2mpu05-pmic

Sergey Lisov (2):
      mfd: sec: add support for S2MPU05 PMIC
      regulator: s2mps11: Add support for S2MPU05 regulators

 .../devicetree/bindings/mfd/samsung,s2mps11.yaml   |  13 ++
 .../bindings/regulator/samsung,s2mpu05.yaml        |  44 ++++++
 drivers/mfd/sec-core.c                             |  12 ++
 drivers/mfd/sec-irq.c                              |  85 ++++++++++++
 drivers/regulator/Kconfig                          |   4 +-
 drivers/regulator/s2mps11.c                        |  92 ++++++++++++-
 include/linux/mfd/samsung/core.h                   |   1 +
 include/linux/mfd/samsung/irq.h                    |  44 ++++++
 include/linux/mfd/samsung/s2mpu05.h                | 152 +++++++++++++++++++++
 9 files changed, 444 insertions(+), 3 deletions(-)
---
base-commit: df4b2bbff898227db0c14264ac7edd634e79f755
change-id: 20250203-exynos7870-pmic-regulators-26512b79a29b

Best regards,
-- 
Kaustabh Chakraborty <kauschluss@disroot.org>


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

end of thread, other threads:[~2025-02-11 15:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 20:36 [PATCH 0/4] Introduce support for Exynos7870's S2MPU05 PMIC and its regulators Kaustabh Chakraborty
2025-02-03 20:36 ` [PATCH 1/4] regulator: dt-bindings: add documentation for s2mpu05-pmic regulators Kaustabh Chakraborty
2025-02-05  8:32   ` Krzysztof Kozlowski
2025-02-05 20:06     ` Kaustabh Chakraborty
2025-02-05 20:37       ` Krzysztof Kozlowski
2025-02-03 20:36 ` [PATCH 2/4] dt-bindings: mfd: samsung,s2mps11: add compatible for s2mpu05-pmic Kaustabh Chakraborty
2025-02-05  8:33   ` Krzysztof Kozlowski
2025-02-11 15:08   ` (subset) " Lee Jones
2025-02-03 20:36 ` [PATCH 3/4] mfd: sec: add support for S2MPU05 PMIC Kaustabh Chakraborty
2025-02-05  8:34   ` Krzysztof Kozlowski
2025-02-11 13:47   ` Lee Jones
2025-02-03 20:36 ` [PATCH 4/4] regulator: s2mps11: Add support for S2MPU05 regulators Kaustabh Chakraborty
2025-02-04 16:09   ` Mark Brown
2025-02-05  8:34   ` 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).