Re: [RFC PATCH 2/3] i2c: i2c-core-of: Move children registration in a dedicated function
From: Herve Codina
Date: Thu Apr 03 2025 - 06:52:09 EST
Hi Wolfram,
On Thu, 3 Apr 2025 11:07:15 +0200
Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote:
> > -void of_i2c_register_devices(struct i2c_adapter *adap)
> > +static void of_i2c_register_children(struct i2c_adapter *adap,
> > + struct device_node *bus)
>
> Could you kindly add a little kdoc so it is easy to understand the
> difference between of_i2c_register_children() and
> of_i2c_register_devices()? It is not too obvious from the names alone.
>
Of course, I Will do.
Best regards,
Hervé