All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] regulator: tps65218: Fix missing zero typo
@ 2015-09-15 20:34 ` Andrew F. Davis
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew F. Davis @ 2015-09-15 20:34 UTC (permalink / raw)
  To: Tony Lindgren, Liam Girdwood, Mark Brown
  Cc: linux-omap, linux-kernel, Andrew F. Davis

Add missing zero to value. This will be needed when range checking
is implemented.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 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),
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 1/1] regulator: tps65218: Fix missing zero typo
@ 2015-09-15 20:34 ` Andrew F. Davis
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew F. Davis @ 2015-09-15 20:34 UTC (permalink / raw)
  To: Tony Lindgren, Liam Girdwood, Mark Brown
  Cc: linux-omap, linux-kernel, Andrew F. Davis

Add missing zero to value. This will be needed when range checking
is implemented.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 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),
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo
  2015-09-15 20:34 ` Andrew F. Davis
@ 2015-09-16 13:24   ` Dan Murphy
  -1 siblings, 0 replies; 6+ messages in thread
From: Dan Murphy @ 2015-09-16 13:24 UTC (permalink / raw)
  To: Andrew F. Davis, Tony Lindgren, Liam Girdwood, Mark Brown
  Cc: linux-omap, linux-kernel

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>
> ---
>  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),

Acked-by: Dan Murphy <dmurphy@ti.com>

-- 
------------------
Dan Murphy


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo
@ 2015-09-16 13:24   ` Dan Murphy
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Murphy @ 2015-09-16 13:24 UTC (permalink / raw)
  To: Andrew F. Davis, Tony Lindgren, Liam Girdwood, Mark Brown
  Cc: linux-omap, linux-kernel

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>
> ---
>  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),

Acked-by: Dan Murphy <dmurphy@ti.com>

-- 
------------------
Dan Murphy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo
  2015-09-15 20:34 ` Andrew F. Davis
@ 2015-09-16 13:55   ` Nishanth Menon
  -1 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2015-09-16 13:55 UTC (permalink / raw)
  To: Andrew F. Davis, Tony Lindgren, Liam Girdwood, Mark Brown
  Cc: linux-omap, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo
@ 2015-09-16 13:55   ` Nishanth Menon
  0 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2015-09-16 13:55 UTC (permalink / raw)
  To: Andrew F. Davis, Tony Lindgren, Liam Girdwood, Mark Brown
  Cc: linux-omap, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-16 13:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2015-09-16 13:55   ` Nishanth Menon

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.