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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180419164801.GI27188@sirena.org.uk>
Date:   Thu, 19 Apr 2018 17:48:01 +0100
From:   Mark Brown <broonie@...nel.org>
To:     ryang <decatf@...il.com>, lee.jones@...aro.org
Cc:     Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regulator: tps6586x: Add support for TPS658624

On Thu, Apr 19, 2018 at 12:18:50PM -0400, ryang wrote:
> This version is exists in the Samsung Galaxy Tab 10.1 which is based on the
> Nvidia Tegra 2 board. The TPS658624 has the same SM2 voltage table as
> TPS658623.

> Signed-off-by: ryang <decatf@...il.com>
> ---
>  drivers/regulator/tps6586x-regulator.c | 1 +
>  include/linux/mfd/tps6586x.h           | 1 +
>  2 files changed, 2 insertions(+)

This also touches the MFD header for the part so should've been sent to
Lee, the MFD maintainer (CCed here, left the entire patch for context).  

> diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c
> index 9e9d220..ba3dae7 100644
> --- a/drivers/regulator/tps6586x-regulator.c
> +++ b/drivers/regulator/tps6586x-regulator.c
> @@ -342,6 +342,7 @@ static struct tps6586x_regulator *find_regulator_info(int id, int version)
>  
>  	switch (version) {
>  	case TPS658623:
> +	case TPS658624:
>  		table = tps658623_regulator;
>  		num = ARRAY_SIZE(tps658623_regulator);
>  		break;
> diff --git a/include/linux/mfd/tps6586x.h b/include/linux/mfd/tps6586x.h
> index 2fe68e4..b19c280 100644
> --- a/include/linux/mfd/tps6586x.h
> +++ b/include/linux/mfd/tps6586x.h
> @@ -18,6 +18,7 @@
>  #define TPS658621A	0x15
>  #define TPS658621CD	0x2c
>  #define TPS658623	0x1b
> +#define TPS658624	0x0a
>  #define TPS658640	0x01
>  #define TPS658640v2	0x02
>  #define TPS658643	0x03
> -- 
> 2.7.4
> 

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ