[PATCH v4 03/10] iio: adc: add helpers for parsing ADC nodes
Matti Vaittinen
mazziesaccount at gmail.com
Sun Mar 2 05:01:49 PST 2025
On 02/03/2025 05:48, Jonathan Cameron wrote:
> On Mon, 24 Feb 2025 20:33:16 +0200
> Matti Vaittinen <mazziesaccount at gmail.com> wrote:
>
...
>> +int iio_adc_device_num_channels(struct device *dev)
>> +{
>> + return device_get_child_node_count_named(dev, "channel");
>> +}
>> +EXPORT_SYMBOL_GPL(iio_adc_device_num_channels);
> Just noticed, this isn't namespaces which is a bit odd. I'd drop
> the export anyway in favour of static inline but if you don't match
> the namespace of the next one.
Indeed, thanks. I'll inline this in v5.
Yours,
-- Matti
More information about the linux-arm-kernel
mailing list