Re: [PATCH v3 2/7] reset: mpfs: use the auxiliary device creation helper

2025-02-15 Thread Conor Dooley
On Fri, Feb 14, 2025 at 07:25:59AM -0800, Doug Anderson wrote: > Hi, > > On Fri, Feb 14, 2025 at 12:59 AM Jerome Brunet wrote: > > > > > One think that's always felt a bit meh to me is this id number stuff, > > > I just threw in 666 for meme value. > > > > :) > > > > > The whole thing seems super

Re: [PATCH v3 2/7] reset: mpfs: use the auxiliary device creation helper

2025-02-14 Thread Doug Anderson
Hi, On Fri, Feb 14, 2025 at 12:59 AM Jerome Brunet wrote: > > > One think that's always felt a bit meh to me is this id number stuff, > > I just threw in 666 for meme value. > > :) > > > The whole thing seems super > > arbitrary, do any of the users of this helper actually put meaningful > > valu

Re: [PATCH v3 2/7] reset: mpfs: use the auxiliary device creation helper

2025-02-14 Thread Jerome Brunet
On Thu 13 Feb 2025 at 17:59, Conor Dooley wrote: > On Tue, Feb 11, 2025 at 06:27:59PM +0100, Jerome Brunet wrote: >> The auxiliary device creation of this driver is simple enough to >> use the available auxiliary device creation helper. >> >> Use it and remove some boilerplate code. >> >> Signe

Re: [PATCH v3 2/7] reset: mpfs: use the auxiliary device creation helper

2025-02-13 Thread Conor Dooley
On Tue, Feb 11, 2025 at 06:27:59PM +0100, Jerome Brunet wrote: > The auxiliary device creation of this driver is simple enough to > use the available auxiliary device creation helper. > > Use it and remove some boilerplate code. > > Signed-off-by: Jerome Brunet > --- > drivers/reset/reset-mpfs.

[PATCH v3 2/7] reset: mpfs: use the auxiliary device creation helper

2025-02-11 Thread Jerome Brunet
The auxiliary device creation of this driver is simple enough to use the available auxiliary device creation helper. Use it and remove some boilerplate code. Signed-off-by: Jerome Brunet --- drivers/reset/reset-mpfs.c | 52 +++--- 1 file changed, 3 insert