Re: [PATCH v2 1/7] power: regulator: expand basic reference counter onto all uclass

2023-07-22 Thread Simon Glass
Hi Svyatoslav, On Thu, 20 Jul 2023 at 23:23, Svyatoslav Ryhel wrote: > > чт, 20 лип. 2023 р. о 22:43 Simon Glass пише: > > > > Hi Svyatoslav, > > > > On Thu, 20 Jul 2023 at 06:38, Svyatoslav Ryhel wrote: > > > > > > Commit is based on 4fcba5d ("regulator: implement basic reference > > > counter

Re: [PATCH v2 1/7] power: regulator: expand basic reference counter onto all uclass

2023-07-20 Thread Svyatoslav Ryhel
чт, 20 лип. 2023 р. о 22:43 Simon Glass пише: > > Hi Svyatoslav, > > On Thu, 20 Jul 2023 at 06:38, Svyatoslav Ryhel wrote: > > > > Commit is based on 4fcba5d ("regulator: implement basic reference > > counter") but expands the idea to all regulators instead of just > > fixed/gpio regulators. > >

Re: [PATCH v2 1/7] power: regulator: expand basic reference counter onto all uclass

2023-07-20 Thread Simon Glass
Hi Svyatoslav, On Thu, 20 Jul 2023 at 06:38, Svyatoslav Ryhel wrote: > > Commit is based on 4fcba5d ("regulator: implement basic reference > counter") but expands the idea to all regulators instead of just > fixed/gpio regulators. > > Signed-off-by: Svyatoslav Ryhel > --- > drivers/power/regula

[PATCH v2 1/7] power: regulator: expand basic reference counter onto all uclass

2023-07-20 Thread Svyatoslav Ryhel
Commit is based on 4fcba5d ("regulator: implement basic reference counter") but expands the idea to all regulators instead of just fixed/gpio regulators. Signed-off-by: Svyatoslav Ryhel --- drivers/power/regulator/regulator-uclass.c | 41 ++ drivers/power/regulator/regulator_