Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-20 Thread Ira Weiny
Jerome Brunet wrote: > Add helper functions to create a device on the auxiliary bus. > > This is meant for fairly simple usage of the auxiliary bus, to avoid having > the same code repeated in the different drivers. > > Suggested-by: Stephen Boyd > Cc: Arnd Bergmann Reviewed-by: Ira Weiny [s

Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-19 Thread Greg Kroah-Hartman
On Tue, Feb 18, 2025 at 08:29:46PM +0100, Jerome Brunet wrote: > Add helper functions to create a device on the auxiliary bus. > > This is meant for fairly simple usage of the auxiliary bus, to avoid having > the same code repeated in the different drivers. > > Suggested-by: Stephen Boyd > Cc: A

Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-19 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2025 at 02:08:22PM +0200, Dmitry Baryshkov wrote: > On Wed, Feb 19, 2025 at 11:13:14AM +0100, Greg Kroah-Hartman wrote: > > On Wed, Feb 19, 2025 at 11:06:02AM +0200, Dmitry Baryshkov wrote: > > > On Tue, Feb 18, 2025 at 08:29:46PM +0100, Jerome Brunet wrote: > > > > Add helper funct

Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-19 Thread Dmitry Baryshkov
On Wed, Feb 19, 2025 at 11:13:14AM +0100, Greg Kroah-Hartman wrote: > On Wed, Feb 19, 2025 at 11:06:02AM +0200, Dmitry Baryshkov wrote: > > On Tue, Feb 18, 2025 at 08:29:46PM +0100, Jerome Brunet wrote: > > > Add helper functions to create a device on the auxiliary bus. > > > > > > This is meant f

Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-19 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2025 at 11:06:02AM +0200, Dmitry Baryshkov wrote: > On Tue, Feb 18, 2025 at 08:29:46PM +0100, Jerome Brunet wrote: > > Add helper functions to create a device on the auxiliary bus. > > > > This is meant for fairly simple usage of the auxiliary bus, to avoid having > > the same code

Re: [PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-19 Thread Dmitry Baryshkov
On Tue, Feb 18, 2025 at 08:29:46PM +0100, Jerome Brunet wrote: > Add helper functions to create a device on the auxiliary bus. > > This is meant for fairly simple usage of the auxiliary bus, to avoid having > the same code repeated in the different drivers. > > Suggested-by: Stephen Boyd > Cc: A

[PATCH v4 1/8] driver core: auxiliary bus: add device creation helpers

2025-02-18 Thread Jerome Brunet
Add helper functions to create a device on the auxiliary bus. This is meant for fairly simple usage of the auxiliary bus, to avoid having the same code repeated in the different drivers. Suggested-by: Stephen Boyd Cc: Arnd Bergmann Signed-off-by: Jerome Brunet --- drivers/base/auxiliary.c