On 21/08/2023 18:28, Gokhan Celik wrote: > Add MAX77503 buck converter driver. > > Signed-off-by: Gokhan Celik <gokhan.celik@xxxxxxxxxx> > --- Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching. > drivers/regulator/Kconfig | 10 ++ > drivers/regulator/Makefile | 1 + > drivers/regulator/max77503-regulator.c | 137 +++++++++++++++++++++++++ > 3 files changed, 148 insertions(+) Best regards, Krzysztof