Re: [PATCH v2 1/2] power: supply: Add STC3117 fuel gauge unit driver

From: Krzysztof Kozlowski
Date: Sat Jan 06 2024 - 11:53:47 EST


On 06/01/2024 14:35, Bhavin Sharma wrote:
> Adding support for stc3117 fuel gauge driver with
> minimal functionality to read voltage level currently
>
> Signed-off-by: Bhavin Sharma <bhavin.sharma@xxxxxxxxxxxxxxxxx>
> ---
> drivers/power/supply/Kconfig | 7 ++
> drivers/power/supply/Makefile | 1 +
> drivers/power/supply/stc3117_fuel_gauge.c | 136 ++++++++++++++++++++++
> 3 files changed, 144 insertions(+)
> create mode 100644 drivers/power/supply/stc3117_fuel_gauge.c
>

I see now that you got review for your v1. You must implement it fully.
Second, don't send patchsets more often than one per day to allow people
to actually review your code. Especially if you do not test it (neither
v1 nor v2!).

Best regards,
Krzysztof