Re: [PATCH v6 00/10] Support ROHM BD79124 ADC

From: Jonathan Cameron
Date: Sat Mar 15 2025 - 14:28:43 EST


On Tue, 11 Mar 2025 07:49:35 +0200
Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote:

> On 10/03/2025 22:27, Jonathan Cameron wrote:
> > On Mon, 10 Mar 2025 14:53:50 +0200
> > Matti Vaittinen <mazziesaccount@xxxxxxxxx> wrote:
> >
> >> Support ROHM BD79124 ADC.
> >>
> >> This series adds also couple of IIO ADC helper functions for parsing the
> >> channel information from the device tree. There are also new helpers
> >> included for iterating and counting firmware child nodes with a specific
> >> name.
> >>
> >> Series does also convert couple of drivers to use these helpers. The
> >> rzg2l_adc and the sun20i-gpadc are converted to use the new ADC helper.
> >>
> >> The gianfar driver under net and the thp7312 under media/i2c are added as
> >> first users of the newly added "named child node" -helpers.
> >>
> >> There has been some discussion about how useful these ADC helpers are,
> >> and whether they should support also differential and single ended channel
> >> configurations. This version does not include support for those - with the
> >> benefit of reduced complexity and easier to use API.
> >>
> >> NOTE: Patches 4,5,9 and 10 are untested as I lack of relevant HW.
> >> They have been compile tested only.
> > This probably wants an update. Also, 00/10? There are only 8 that I can see.
>
> That's odd.
> There should be 10 in total. And the 4, 5, 9 and 10 was updated.
>
> 9/10:
> https://lore.kernel.org/all/1c4b9b4ceb1995bce76a0ddef0e04ad0d1d81190.1741610847.git.mazziesaccount@xxxxxxxxx/
>
> 10/10:
> https://lore.kernel.org/all/ab79cf4415d21ff2854fee4f4189fac555c30b7a.1741610847.git.mazziesaccount@xxxxxxxxx/
>
> Perhaps it's because of the "net-next" in subject?
>
Nope. My filters broke the series up into different directories.

Thanks,

Jonathan

> Yours,
> -- Matti