Re: [PATCH 1/3] power: pmic: axp: Provide a variant ID in the driver data

2023-01-11 Thread Andre Przywara
On Mon, 28 Nov 2022 00:47:54 -0600 Samuel Holland wrote: > Subordinate regulator drivers can use this enumerated ID instead of > matching the compatible string again. > > Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Cheers, Andre > --- > > drivers/power/pmic/axp.c | 18

[PATCH 1/3] power: pmic: axp: Provide a variant ID in the driver data

2022-11-27 Thread Samuel Holland
Subordinate regulator drivers can use this enumerated ID instead of matching the compatible string again. Signed-off-by: Samuel Holland --- drivers/power/pmic/axp.c | 18 +- include/axp_pmic.h | 12 2 files changed, 21 insertions(+), 9 deletions(-) diff