All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Porter <mporter@linaro.org>
To: Tim Kryger <tim.kryger@linaro.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] regulator: bcm590xx: Set n_voltages for linear reg
Date: Thu, 10 Apr 2014 16:25:54 -0400	[thread overview]
Message-ID: <20140410202553.GE23695@beef> (raw)
In-Reply-To: <1397160240-2833-1-git-send-email-tim.kryger@linaro.org>

On Thu, Apr 10, 2014 at 01:04:00PM -0700, Tim Kryger wrote:
> Fix the macro used to define linear range regulators to include the
> number of voltages.
> 
> Signed-off-by: Tim Kryger <tim.kryger@linaro.org>

Looks good.

Acked-by: Matt Porter <mporter@linaro.org>

Mark: will you take this for 3.15 fixes?

-Matt

> ---
>  drivers/regulator/bcm590xx-regulator.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/regulator/bcm590xx-regulator.c b/drivers/regulator/bcm590xx-regulator.c
> index ab08ca7..c3750c5 100644
> --- a/drivers/regulator/bcm590xx-regulator.c
> +++ b/drivers/regulator/bcm590xx-regulator.c
> @@ -123,6 +123,7 @@ struct bcm590xx_info {
>  #define BCM590XX_REG_RANGES(_name, _ranges) \
>  	{ \
>  		.name = #_name, \
> +		.n_voltages = 64, \
>  		.n_linear_ranges = ARRAY_SIZE(_ranges), \
>  		.linear_ranges = _ranges, \
>  	}
> -- 
> 1.7.9.5
> 

  reply	other threads:[~2014-04-10 20:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-10 20:04 [PATCH] regulator: bcm590xx: Set n_voltages for linear reg Tim Kryger
2014-04-10 20:25 ` Matt Porter [this message]
2014-04-10 22:10 ` 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=20140410202553.GE23695@beef \
    --to=mporter@linaro.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tim.kryger@linaro.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 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.