public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@kernel.org>
To: Marcus Folkesson <marcus.folkesson@gmail.com>
Cc: Liam Girdwood <lrg@ti.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] regulator: tps65023: Fixes i2c configuration issues
Date: Sun, 28 Aug 2011 17:49:20 +0100	[thread overview]
Message-ID: <1314550160.3666.6.camel@odin> (raw)
In-Reply-To: <1312828175-11999-2-git-send-email-marcus.folkesson@gmail.com>

On Mon, 2011-08-08 at 20:29 +0200, Marcus Folkesson wrote:
> Allow i2c core voltage adjustments by clearing CORE ADJ Allowed bit in CTRL2
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  drivers/regulator/tps65023-regulator.c |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c
> index 701a590..7bd3c4d 100644
> --- a/drivers/regulator/tps65023-regulator.c
> +++ b/drivers/regulator/tps65023-regulator.c
> @@ -63,6 +63,13 @@
>  #define TPS65023_REG_CTRL_LDO2_EN	BIT(2)
>  #define TPS65023_REG_CTRL_LDO1_EN	BIT(1)
>  
> +/* REG_CTRL2 bitfields */
> +#define TPS65023_REG_CTRL2_GO		BIT(7)
> +#define TPS65023_REG_CTRL2_CORE_ADJ	BIT(6)
> +#define TPS65023_REG_CTRL2_DCDC2	BIT(2)
> +#define TPS65023_REG_CTRL2_DCDC1	BIT(1)
> +#define TPS65023_REG_CTRL2_DCDC3	BIT(0)
> +
>  /* LDO_CTRL bitfields */
>  #define TPS65023_LDO_CTRL_LDOx_SHIFT(ldo_id)	((ldo_id)*4)
>  #define TPS65023_LDO_CTRL_LDOx_MASK(ldo_id)	(0xF0 >> ((ldo_id)*4))
> @@ -475,6 +482,10 @@ static int __devinit tps_65023_probe(struct i2c_client *client,
>  
>  	i2c_set_clientdata(client, tps);
>  
> +	/* Enable setting output voltage by I2C */
> +	tps_65023_clear_bits(tps, TPS65023_REG_CON_CTRL2,
> +						TPS65023_REG_CTRL2_CORE_ADJ);
> +
>  	return 0;
>  
>   fail:

All Applied.

Thanks

Liam


  reply	other threads:[~2011-08-28 16:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-08 18:29 [PATCHv3 0/4] Marcus Folkesson
2011-08-08 18:29 ` [PATCH 1/4] regulator: tps65023: Fixes i2c configuration issues Marcus Folkesson
2011-08-28 16:49   ` Liam Girdwood [this message]
2011-08-08 18:29 ` [PATCH 2/4] regulator: tps65023: Set missing bit for update core-voltage Marcus Folkesson
2011-08-09  0:52   ` Mark Brown
2011-08-08 18:29 ` [PATCH 3/4] regulator: tps65023: Setting correct core regulator for tps65021 Marcus Folkesson
2011-08-08 18:29 ` [PATCH 4/4] regulator: tps65023: Added support for the similiar TPS65020 chip Marcus Folkesson
  -- strict thread matches above, loose matches on Subject: below --
2011-08-04 11:33 [PATCH 0/4] regulator: tps65023: patch updates Marcus Folkesson
2011-08-04 11:33 ` [PATCH 1/4] regulator: tps65023: Fixes i2c configuration issues Marcus Folkesson
2011-08-04 12:13   ` Mark Brown
2011-08-04 13:39     ` Marcus Folkesson
2011-08-04 13:40       ` Mark Brown
2011-08-02 10:59 [PATCHv2 0/4] regulator: tps65023: patch updates Marcus Folkesson
2011-08-02 10:59 ` [PATCH 1/4] regulator: tps65023: Fixes i2c configuration issues Marcus Folkesson

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=1314550160.3666.6.camel@odin \
    --to=lrg@kernel.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=marcus.folkesson@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox