public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Marvell 88PM886 PMIC GPADC driver
@ 2025-09-11 12:43 Duje Mihanović
  2025-09-11 12:43 ` [PATCH v4 1/3] dt-bindings: mfd: 88pm886: Add #io-channel-cells Duje Mihanović
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Duje Mihanović @ 2025-09-11 12:43 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Karel Balej, Lee Jones, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: David Wronek, phone-devel, ~postmarketos/upstreaming,
	linux-kernel, linux-iio, devicetree, Duje Mihanović,
	Krzysztof Kozlowski

This series adds a driver for the GPADC found on the Marvell 88PM886
PMIC. The GPADC monitors various system voltages and is a prerequisite
for battery monitoring on boards using the PMIC.

Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
---
Changes in v4:
- More refactoring
- Update trailers
- Rebase on v6.17-rc5
- Link to v3: https://lore.kernel.org/r/20250905-88pm886-gpadc-v3-0-4601ad9ccb51@dujemihanovic.xyz

Changes in v3:
- Refactor driver according to comments
- Update trailers
- Rebase on v6.17-rc4
- Link to v2: https://lore.kernel.org/r/20250831-88pm886-gpadc-v2-0-759c1e14d95f@dujemihanovic.xyz

Changes in v2:
- Refactor driver according to comments
- Add binding patch
- Link to v1: https://lore.kernel.org/r/20250829-88pm886-gpadc-v1-0-f60262266fea@dujemihanovic.xyz

---
Duje Mihanović (3):
      dt-bindings: mfd: 88pm886: Add #io-channel-cells
      iio: adc: Add driver for Marvell 88PM886 PMIC ADC
      mfd: 88pm886: Add GPADC cell

 .../bindings/mfd/marvell,88pm886-a1.yaml           |   4 +
 MAINTAINERS                                        |   5 +
 drivers/iio/adc/88pm886-gpadc.c                    | 393 +++++++++++++++++++++
 drivers/iio/adc/Kconfig                            |  13 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/mfd/88pm886.c                              |   1 +
 include/linux/mfd/88pm886.h                        |  58 +++
 7 files changed, 475 insertions(+)
---
base-commit: 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c
change-id: 20250827-88pm886-gpadc-81e2ca1d52ce

Best regards,
-- 
Duje Mihanović <duje@dujemihanovic.xyz>


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

end of thread, other threads:[~2025-09-16 14:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11 12:43 [PATCH v4 0/3] Marvell 88PM886 PMIC GPADC driver Duje Mihanović
2025-09-11 12:43 ` [PATCH v4 1/3] dt-bindings: mfd: 88pm886: Add #io-channel-cells Duje Mihanović
2025-09-11 12:43 ` [PATCH v4 2/3] iio: adc: Add driver for Marvell 88PM886 PMIC ADC Duje Mihanović
2025-09-11 12:43 ` [PATCH v4 3/3] mfd: 88pm886: Add GPADC cell Duje Mihanović
2025-09-16 14:40   ` (subset) " Lee Jones
2025-09-13 13:47 ` [PATCH v4 0/3] Marvell 88PM886 PMIC GPADC driver Jonathan Cameron

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