All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH] ARM: S3C64XX: Hook up new style regulator-regulator supplies on Cragganmore
Date: Mon, 02 Apr 2012 12:05:53 -0700	[thread overview]
Message-ID: <4F79F891.7050106@samsung.com> (raw)
In-Reply-To: <1333366519-7900-1-git-send-email-broonie@opensource.wolfsonmicro.com>

Mark Brown wrote:
> The regulator API now allows supplies used by regulators to be specified
> as normal supplies - provide the hookup for that mechanism on Cragganmore.
> 
> Signed-off-by: Mark Brown<broonie@opensource.wolfsonmicro.com>
> ---
>   arch/arm/mach-s3c64xx/mach-crag6410.c |   18 ++++++++++++++++++
>   1 files changed, 18 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
> index 02fd009..4ee0249 100644
> --- a/arch/arm/mach-s3c64xx/mach-crag6410.c
> +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
> @@ -306,6 +306,24 @@ static struct regulator_consumer_supply wallvdd_consumers[] = {
>   	REGULATOR_SUPPLY("SPKVDD2", "1-001a"),
>   	REGULATOR_SUPPLY("SPKVDDL", "1-001a"),
>   	REGULATOR_SUPPLY("SPKVDDR", "1-001a"),
> +
> +	REGULATOR_SUPPLY("DC1VDD", "0-0034"),
> +	REGULATOR_SUPPLY("DC2VDD", "0-0034"),
> +	REGULATOR_SUPPLY("DC3VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO1VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO2VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO4VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO5VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO6VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO7VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO8VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO9VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO10VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO11VDD", "0-0034"),
> +
> +	REGULATOR_SUPPLY("DC1VDD", "1-0034"),
> +	REGULATOR_SUPPLY("DC2VDD", "1-0034"),
> +	REGULATOR_SUPPLY("DC3VDD", "1-0034"),
>   };
> 
>   static struct regulator_init_data wallvdd_data = {

Looks ok to me, will apply.

Mark, is this needed for v3.4?

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S3C64XX: Hook up new style regulator-regulator supplies on Cragganmore
Date: Mon, 02 Apr 2012 12:05:53 -0700	[thread overview]
Message-ID: <4F79F891.7050106@samsung.com> (raw)
In-Reply-To: <1333366519-7900-1-git-send-email-broonie@opensource.wolfsonmicro.com>

Mark Brown wrote:
> The regulator API now allows supplies used by regulators to be specified
> as normal supplies - provide the hookup for that mechanism on Cragganmore.
> 
> Signed-off-by: Mark Brown<broonie@opensource.wolfsonmicro.com>
> ---
>   arch/arm/mach-s3c64xx/mach-crag6410.c |   18 ++++++++++++++++++
>   1 files changed, 18 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
> index 02fd009..4ee0249 100644
> --- a/arch/arm/mach-s3c64xx/mach-crag6410.c
> +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
> @@ -306,6 +306,24 @@ static struct regulator_consumer_supply wallvdd_consumers[] = {
>   	REGULATOR_SUPPLY("SPKVDD2", "1-001a"),
>   	REGULATOR_SUPPLY("SPKVDDL", "1-001a"),
>   	REGULATOR_SUPPLY("SPKVDDR", "1-001a"),
> +
> +	REGULATOR_SUPPLY("DC1VDD", "0-0034"),
> +	REGULATOR_SUPPLY("DC2VDD", "0-0034"),
> +	REGULATOR_SUPPLY("DC3VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO1VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO2VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO4VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO5VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO6VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO7VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO8VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO9VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO10VDD", "0-0034"),
> +	REGULATOR_SUPPLY("LDO11VDD", "0-0034"),
> +
> +	REGULATOR_SUPPLY("DC1VDD", "1-0034"),
> +	REGULATOR_SUPPLY("DC2VDD", "1-0034"),
> +	REGULATOR_SUPPLY("DC3VDD", "1-0034"),
>   };
> 
>   static struct regulator_init_data wallvdd_data = {

Looks ok to me, will apply.

Mark, is this needed for v3.4?

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  reply	other threads:[~2012-04-02 19:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02 11:35 [PATCH] ARM: S3C64XX: Hook up new style regulator-regulator supplies on Cragganmore Mark Brown
2012-04-02 11:35 ` Mark Brown
2012-04-02 19:05 ` Kukjin Kim [this message]
2012-04-02 19:05   ` Kukjin Kim
2012-04-02 21:26   ` Mark Brown
2012-04-02 21:26     ` 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=4F79F891.7050106@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.