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

2023-10-03 Thread Jonas Karlman
On 2023-10-03 08:21, 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 > Reviewed-by: Simon Glass > --- > drivers/power/regul

[PATCH v4 1/4] power: regulator: expand basic reference counter onto all uclass

2023-10-02 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 Reviewed-by: Simon Glass --- drivers/power/regulator/regulator-uclass.c | 41 ++ drivers/