From: Mark Brown <broonie@kernel.org>
To: ryang <decatf@gmail.com>, lee.jones@linaro.org
Cc: Liam Girdwood <lgirdwood@gmail.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] regulator: tps6586x: Add support for TPS658624
Date: Thu, 19 Apr 2018 17:48:01 +0100 [thread overview]
Message-ID: <20180419164801.GI27188@sirena.org.uk> (raw)
In-Reply-To: <20180419161850.GA9144@computer>
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
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@gmail.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
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
next prev parent reply other threads:[~2018-04-19 16:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-19 16:18 [PATCH] regulator: tps6586x: Add support for TPS658624 ryang
2018-04-19 16:48 ` Mark Brown [this message]
2018-04-20 8:06 ` Lee Jones
2018-04-20 17:05 ` Applied "regulator: tps6586x: Add support for TPS658624" to the regulator tree Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180419164801.GI27188@sirena.org.uk \
--to=broonie@kernel.org \
--cc=decatf@gmail.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox