linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] mx31ads: Allow enable/disable of switchable supplies
Date: Tue, 5 Jan 2010 13:12:43 +0100	[thread overview]
Message-ID: <20100105121243.GG6923@pengutronix.de> (raw)
In-Reply-To: <1262629491-18942-2-git-send-email-broonie@opensource.wolfsonmicro.com>

On Mon, Jan 04, 2010 at 06:24:50PM +0000, Mark Brown wrote:
> They will be automatically powered off at startup so users will
> need to enable them for use.

Ok, scheduled for -next. Or do you wish to have this earlier?

Sascha

> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  arch/arm/mach-mx3/mx31ads.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c
> index cda570b..718fbe6 100644
> --- a/arch/arm/mach-mx3/mx31ads.c
> +++ b/arch/arm/mach-mx3/mx31ads.c
> @@ -302,6 +302,7 @@ static struct regulator_init_data ldo1_data = {
>  		.min_uV = 2800000,
>  		.max_uV = 2800000,
>  		.valid_modes_mask = REGULATOR_MODE_NORMAL,
> +		.valid_ops_mask = REGULATOR_CHANGE_STATUS,
>  		.apply_uV = 1,
>  	},
>  };
> @@ -318,6 +319,7 @@ static struct regulator_init_data ldo2_data = {
>  		.min_uV = 3300000,
>  		.max_uV = 3300000,
>  		.valid_modes_mask = REGULATOR_MODE_NORMAL,
> +		.valid_ops_mask = REGULATOR_CHANGE_STATUS,
>  		.apply_uV = 1,
>  	},
>  	.num_consumer_supplies = ARRAY_SIZE(ldo2_consumers),
> -- 
> 1.6.5.7
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  reply	other threads:[~2010-01-05 12:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-04 18:24 [PATCH 1/3] mx31ads: Convert 1133-EV1 to use dev_name to specify consumer devices Mark Brown
2010-01-04 18:24 ` [PATCH 2/3] mx31ads: Allow enable/disable of switchable supplies Mark Brown
2010-01-05 12:12   ` Sascha Hauer [this message]
2010-01-05 12:27     ` Mark Brown
2010-01-05 12:30       ` Sascha Hauer
2010-01-04 18:24 ` [PATCH 3/3] mx31ads: Provide an IRQ range to the WM835x on the 1133-EV1 module Mark Brown
2010-01-05 11:08   ` Mark Brown
2010-01-05 12:11 ` [PATCH 1/3] mx31ads: Convert 1133-EV1 to use dev_name to specify consumer devices Sascha Hauer

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=20100105121243.GG6923@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).