diff mbox series

[1/2] power: supply: max17040: extend help/description

Message ID 20210924122408.101323-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [1/2] power: supply: max17040: extend help/description | expand

Commit Message

Krzysztof Kozlowski Sept. 24, 2021, 12:24 p.m. UTC
Reorganize the Kconfig driver description and mention all supported
models.  This helps when choosing drivers for given system.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/power/supply/Kconfig | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Comments

Hans de Goede Sept. 24, 2021, 1:06 p.m. UTC | #1
Hi,

On 9/24/21 2:24 PM, Krzysztof Kozlowski wrote:
> Reorganize the Kconfig driver description and mention all supported
> models.  This helps when choosing drivers for given system.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Thanks, series looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

For the series.

Regards,

Hans

> ---
>  drivers/power/supply/Kconfig | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
> index fcc7534edcb2..6e4201922f59 100644
> --- a/drivers/power/supply/Kconfig
> +++ b/drivers/power/supply/Kconfig
> @@ -366,18 +366,20 @@ config AXP288_FUEL_GAUGE
>  	  over/under temperature.
>  
>  config BATTERY_MAX17040
> -	tristate "Maxim MAX17040 Fuel Gauge"
> +	tristate "Maxim MAX17040/17041/17043 family Fuel Gauge"
>  	depends on I2C
>  	select REGMAP_I2C
>  	help
> -	  Maxim models with ModelGauge are fuel-gauge systems for lithium-ion
> -	  (Li+) batteries in handheld and portable equipment, including
> -	  max17040, max17041, max17043, max17044, max17048, max17049, max17058,
> -	  max17059. It is also included in some batteries like max77836.
> +	  Driver supports Maxim fuel-gauge systems for lithium-ion (Li+)
> +	  batteries used mainly in handheld and portable equipment.
> +	  Supported devices: max17040, max17041, max17043, max17044, max17048,
> +	  max17049, max17058, max17059, max77836.
>  
>  	  Driver supports reporting SOC (State of Charge, i.e capacity),
>  	  voltage and configurable low-SOC wakeup interrupt.
>  
> +	  Driver can be build as a module (max17040_battery).
> +
>  config BATTERY_MAX17042
>  	tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
>  	depends on I2C
>
Sebastian Reichel Sept. 27, 2021, 12:33 p.m. UTC | #2
Hi,

On Fri, Sep 24, 2021 at 03:06:46PM +0200, Hans de Goede wrote:
> On 9/24/21 2:24 PM, Krzysztof Kozlowski wrote:
> > Reorganize the Kconfig driver description and mention all supported
> > models.  This helps when choosing drivers for given system.
> > 
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> Thanks, series looks good to me:
> 
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> 
> For the series.

Thanks, series has been queued.

-- Sebastian
diff mbox series

Patch

diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
index fcc7534edcb2..6e4201922f59 100644
--- a/drivers/power/supply/Kconfig
+++ b/drivers/power/supply/Kconfig
@@ -366,18 +366,20 @@  config AXP288_FUEL_GAUGE
 	  over/under temperature.
 
 config BATTERY_MAX17040
-	tristate "Maxim MAX17040 Fuel Gauge"
+	tristate "Maxim MAX17040/17041/17043 family Fuel Gauge"
 	depends on I2C
 	select REGMAP_I2C
 	help
-	  Maxim models with ModelGauge are fuel-gauge systems for lithium-ion
-	  (Li+) batteries in handheld and portable equipment, including
-	  max17040, max17041, max17043, max17044, max17048, max17049, max17058,
-	  max17059. It is also included in some batteries like max77836.
+	  Driver supports Maxim fuel-gauge systems for lithium-ion (Li+)
+	  batteries used mainly in handheld and portable equipment.
+	  Supported devices: max17040, max17041, max17043, max17044, max17048,
+	  max17049, max17058, max17059, max77836.
 
 	  Driver supports reporting SOC (State of Charge, i.e capacity),
 	  voltage and configurable low-SOC wakeup interrupt.
 
+	  Driver can be build as a module (max17040_battery).
+
 config BATTERY_MAX17042
 	tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
 	depends on I2C