linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: adc: Add Intel Dollar Cove TI PMIC ADC driver
@ 2025-07-21 15:06 Hans de Goede
  2025-07-21 15:06 ` [PATCH v2 1/2] iio: Improve iio_read_channel_processed_scale() precision Hans de Goede
  2025-07-21 15:06 ` [PATCH v2 2/2] iio: adc: Add Intel Dollar Cove TI PMIC ADC driver Hans de Goede
  0 siblings, 2 replies; 15+ messages in thread
From: Hans de Goede @ 2025-07-21 15:06 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hans de Goede, David Lechner, Nuno Sá, Andy Shevchenko,
	linux-iio, Linus Walleij

Hi,

Here is v2 of my patch to add an IIO driver for the Intel Dollar Cove TI
PMIC ADC. Unlike what I mentioned in the review email thread of v1 I'm
sending this out as a separate series rather then bundling it together
with the power-supply series which adds a consumer of the ADC value:
https://lore.kernel.org/linux-pm/20250721122605.46724-1-hansg@kernel.org/
(in hindsight I think it is better to keep this a separate series).

Changes in v2:
- Add new "iio: Improve iio_read_channel_processed_scale() precision"
  patch to the series
- Add IIO_CHAN_INFO_SCALE and provide ADC scale info for Vbat
- Add IIO_CHAN_INFO_PROCESSED which applies calibration and
  scaling for the VBat channel
- Address some other small review remarks

Regards,

Hans


Hans de Goede (2):
  iio: Improve iio_read_channel_processed_scale() precision
  iio: adc: Add Intel Dollar Cove TI PMIC ADC driver

 drivers/iio/adc/Kconfig           |  11 +
 drivers/iio/adc/Makefile          |   1 +
 drivers/iio/adc/intel_dc_ti_adc.c | 348 ++++++++++++++++++++++++++++++
 drivers/iio/inkern.c              |  24 ++-
 4 files changed, 381 insertions(+), 3 deletions(-)
 create mode 100644 drivers/iio/adc/intel_dc_ti_adc.c

-- 
2.49.0


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

end of thread, other threads:[~2025-07-27 19:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 15:06 [PATCH v2 0/2] iio: adc: Add Intel Dollar Cove TI PMIC ADC driver Hans de Goede
2025-07-21 15:06 ` [PATCH v2 1/2] iio: Improve iio_read_channel_processed_scale() precision Hans de Goede
2025-07-21 17:59   ` David Lechner
2025-07-21 18:42     ` Hans de Goede
2025-07-21 18:51       ` David Lechner
2025-07-21 18:55         ` Hans de Goede
2025-07-23 15:17       ` Andy Shevchenko
2025-07-23 15:15   ` Andy Shevchenko
2025-07-27 19:55     ` Hans de Goede
2025-07-21 15:06 ` [PATCH v2 2/2] iio: adc: Add Intel Dollar Cove TI PMIC ADC driver Hans de Goede
2025-07-21 18:43   ` David Lechner
2025-07-21 19:02     ` Hans de Goede
2025-07-23 15:24       ` Andy Shevchenko
2025-07-27 19:58         ` Hans de Goede
2025-07-22 14:47   ` Jonathan Cameron

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