Re: [PATCH 10/11] regulator: drop struct regulator_dev::supply_name

2023-09-20 Thread Marco Felsch
On 23-09-20, Sascha Hauer wrote: > The supply name can be set in struct regulator_desc, no need to have > it in struct regulator_dev also, so drop it there. > > Signed-off-by: Sascha Hauer Reviewed-by: Marco Felsch

[PATCH 10/11] regulator: drop struct regulator_dev::supply_name

2023-09-20 Thread Sascha Hauer
The supply name can be set in struct regulator_desc, no need to have it in struct regulator_dev also, so drop it there. Signed-off-by: Sascha Hauer --- drivers/regulator/bcm2835.c | 2 +- drivers/regulator/core.c| 8 +++- include/regulator.h | 4 +--- 3 files changed, 5