All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: "Andrew F. Davis" <afd@ti.com>, Tony Lindgren <tony@atomide.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo
Date: Wed, 16 Sep 2015 08:55:09 -0500	[thread overview]
Message-ID: <55F974BD.1060207@ti.com> (raw)
In-Reply-To: <1442349262-32391-1-git-send-email-afd@ti.com>

On 09/15/2015 03:34 PM, Andrew F. Davis wrote:
> Add missing zero to value. This will be needed when range checking
> is implemented.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Care about Fixes tag?

> ---
>  drivers/regulator/tps65218-regulator.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
> index 7f97223..a02c1b9 100644
> --- a/drivers/regulator/tps65218-regulator.c
> +++ b/drivers/regulator/tps65218-regulator.c
> @@ -73,7 +73,7 @@ static const struct regulator_linear_range dcdc4_ranges[] = {
>  };
>  
>  static struct tps_info tps65218_pmic_regs[] = {
> -	TPS65218_INFO(DCDC1, "DCDC1", 850000, 167500),
> +	TPS65218_INFO(DCDC1, "DCDC1", 850000, 1675000),
>  	TPS65218_INFO(DCDC2, "DCDC2", 850000, 1675000),
>  	TPS65218_INFO(DCDC3, "DCDC3", 900000, 3400000),
>  	TPS65218_INFO(DCDC4, "DCDC4", 1175000, 3400000),
> 


-- 
Regards,
Nishanth Menon

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: "Andrew F. Davis" <afd@ti.com>, Tony Lindgren <tony@atomide.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: <linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo
Date: Wed, 16 Sep 2015 08:55:09 -0500	[thread overview]
Message-ID: <55F974BD.1060207@ti.com> (raw)
In-Reply-To: <1442349262-32391-1-git-send-email-afd@ti.com>

On 09/15/2015 03:34 PM, Andrew F. Davis wrote:
> Add missing zero to value. This will be needed when range checking
> is implemented.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Care about Fixes tag?

> ---
>  drivers/regulator/tps65218-regulator.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
> index 7f97223..a02c1b9 100644
> --- a/drivers/regulator/tps65218-regulator.c
> +++ b/drivers/regulator/tps65218-regulator.c
> @@ -73,7 +73,7 @@ static const struct regulator_linear_range dcdc4_ranges[] = {
>  };
>  
>  static struct tps_info tps65218_pmic_regs[] = {
> -	TPS65218_INFO(DCDC1, "DCDC1", 850000, 167500),
> +	TPS65218_INFO(DCDC1, "DCDC1", 850000, 1675000),
>  	TPS65218_INFO(DCDC2, "DCDC2", 850000, 1675000),
>  	TPS65218_INFO(DCDC3, "DCDC3", 900000, 3400000),
>  	TPS65218_INFO(DCDC4, "DCDC4", 1175000, 3400000),
> 


-- 
Regards,
Nishanth Menon

  parent reply	other threads:[~2015-09-16 13:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15 20:34 [PATCH 1/1] regulator: tps65218: Fix missing zero typo Andrew F. Davis
2015-09-15 20:34 ` Andrew F. Davis
2015-09-16 13:24 ` Dan Murphy
2015-09-16 13:24   ` Dan Murphy
2015-09-16 13:55 ` Nishanth Menon [this message]
2015-09-16 13:55   ` Nishanth Menon

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=55F974BD.1060207@ti.com \
    --to=nm@ti.com \
    --cc=afd@ti.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.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.