Re: [PATCH 1/2] drivers: regulator: Add MAX77503 regulator driver

From: Krzysztof Kozlowski
Date: Mon Aug 21 2023 - 15:13:07 EST


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