lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 17 Aug 2021 16:01:09 +0200
From:   Sebastian Reichel <sebastian.reichel@...labora.com>
To:     Sebastian Krzyszkowiak <sebastian.krzyszkowiak@...i.sm>
Cc:     linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
        kernel@...i.sm
Subject: Re: [PATCH 1/4] power: supply: max17042_battery: clean up
 MAX17055_V_empty

Hi,

On Mon, Aug 16, 2021 at 06:50:13PM +0200, Sebastian Krzyszkowiak wrote:
> This register is same as in MAX17047 and MAX17050, so there's no need
> for custom casing it.
> 
> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@...i.sm>
> ---

Thanks, series queued.

-- Sebastian

>  drivers/power/supply/max17042_battery.c | 4 ----
>  include/linux/power/max17042_battery.h  | 1 -
>  2 files changed, 5 deletions(-)
> 
> diff --git a/drivers/power/supply/max17042_battery.c b/drivers/power/supply/max17042_battery.c
> index c6078f179fb3..01e6728a9e2b 100644
> --- a/drivers/power/supply/max17042_battery.c
> +++ b/drivers/power/supply/max17042_battery.c
> @@ -283,8 +283,6 @@ static int max17042_get_property(struct power_supply *psy,
>  	case POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN:
>  		if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042)
>  			ret = regmap_read(map, MAX17042_V_empty, &data);
> -		else if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17055)
> -			ret = regmap_read(map, MAX17055_V_empty, &data);
>  		else
>  			ret = regmap_read(map, MAX17047_V_empty, &data);
>  		if (ret < 0)
> @@ -778,8 +776,6 @@ static inline void max17042_override_por_values(struct max17042_chip *chip)
>  
>  	if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17042)
>  		max17042_override_por(map, MAX17042_V_empty, config->vempty);
> -	if (chip->chip_type == MAXIM_DEVICE_TYPE_MAX17055)
> -		max17042_override_por(map, MAX17055_V_empty, config->vempty);
>  	else
>  		max17042_override_por(map, MAX17047_V_empty, config->vempty);
>  	max17042_override_por(map, MAX17042_TempNom, config->temp_nom);
> diff --git a/include/linux/power/max17042_battery.h b/include/linux/power/max17042_battery.h
> index d55c746ac56e..7e5da60cbea3 100644
> --- a/include/linux/power/max17042_battery.h
> +++ b/include/linux/power/max17042_battery.h
> @@ -113,7 +113,6 @@ enum max17042_register {
>  enum max17055_register {
>  	MAX17055_QRes		= 0x0C,
>  	MAX17055_TTF		= 0x20,
> -	MAX17055_V_empty	= 0x3A,
>  	MAX17055_TIMER		= 0x3E,
>  	MAX17055_USER_MEM	= 0x40,
>  	MAX17055_RGAIN		= 0x42,
> -- 
> 2.32.0
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ