linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Marvell 88PM886 PMIC GPADC driver
@ 2025-08-28 22:17 Duje Mihanović
  2025-08-28 22:17 ` [PATCH 1/2] iio: adc: Add driver for Marvell 88PM886 PMIC ADC Duje Mihanović
  2025-08-28 22:17 ` [PATCH 2/2] mfd: 88pm886: Add GPADC cell Duje Mihanović
  0 siblings, 2 replies; 19+ messages in thread
From: Duje Mihanović @ 2025-08-28 22:17 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Karel Balej, Lee Jones
  Cc: David Wronek, phone-devel, ~postmarketos/upstreaming,
	linux-kernel, linux-iio, Duje Mihanović

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>
---
Duje Mihanović (2):
      iio: adc: Add driver for Marvell 88PM886 PMIC ADC
      mfd: 88pm886: Add GPADC cell

 MAINTAINERS                     |   5 +
 drivers/iio/adc/88pm886-gpadc.c | 352 ++++++++++++++++++++++++++++++++++++++++
 drivers/iio/adc/Kconfig         |  10 ++
 drivers/iio/adc/Makefile        |   1 +
 drivers/mfd/88pm886.c           |   1 +
 include/linux/mfd/88pm886.h     |  30 ++++
 6 files changed, 399 insertions(+)
---
base-commit: 1b237f190eb3d36f52dffe07a40b5eb210280e00
change-id: 20250827-88pm886-gpadc-81e2ca1d52ce

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


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

end of thread, other threads:[~2025-08-30 19:41 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 22:17 [PATCH 0/2] Marvell 88PM886 PMIC GPADC driver Duje Mihanović
2025-08-28 22:17 ` [PATCH 1/2] iio: adc: Add driver for Marvell 88PM886 PMIC ADC Duje Mihanović
2025-08-28 23:40   ` David Lechner
2025-08-29 15:20     ` Duje Mihanović
2025-08-29 15:52       ` David Lechner
2025-08-30  4:37     ` Andy Shevchenko
2025-08-30  4:41       ` Andy Shevchenko
2025-08-30 13:07         ` Duje Mihanović
2025-08-30 15:05           ` Andy Shevchenko
2025-08-30 19:41             ` Jonathan Cameron
2025-08-30 13:03       ` Duje Mihanović
2025-08-30 14:53         ` Andy Shevchenko
2025-08-30 16:29           ` Duje Mihanović
2025-08-29 16:27   ` Jonathan Cameron
2025-08-29 17:40     ` Duje Mihanović
2025-08-29 20:38       ` Karel Balej
2025-08-28 22:17 ` [PATCH 2/2] mfd: 88pm886: Add GPADC cell Duje Mihanović
2025-08-29 15:47   ` Andy Shevchenko
2025-08-29 20:30     ` Karel Balej

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