public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case
@ 2015-06-10 10:52 Axel Lin
  2015-06-10 10:58 ` Laxman Dewangan
  2015-06-10 17:28 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2015-06-10 10:52 UTC (permalink / raw)
  To: Mark Brown; +Cc: Laxman Dewangan, Liam Girdwood, linux-kernel

Fix trivial typo.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Hi Laxman,
This looks like a typo, can you confirm?
Thanks,
Axel
 drivers/regulator/max8973-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/max8973-regulator.c b/drivers/regulator/max8973-regulator.c
index 89e53e0..6f2bdad 100644
--- a/drivers/regulator/max8973-regulator.c
+++ b/drivers/regulator/max8973-regulator.c
@@ -312,7 +312,7 @@ static int max8973_init_dcdc(struct max8973_chip *max,
 		max->desc.ramp_delay = 12000;
 		break;
 	case MAX8973_RAMP_25mV_PER_US:
-		max->desc.ramp_delay = 252000;
+		max->desc.ramp_delay = 25000;
 		break;
 	case MAX8973_RAMP_50mV_PER_US:
 		max->desc.ramp_delay = 50000;
-- 
2.1.0




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

* Re: [PATCH] regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case
  2015-06-10 10:52 [PATCH] regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case Axel Lin
@ 2015-06-10 10:58 ` Laxman Dewangan
  2015-06-10 17:28 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Laxman Dewangan @ 2015-06-10 10:58 UTC (permalink / raw)
  To: Axel Lin, Mark Brown; +Cc: Liam Girdwood, linux-kernel


On Wednesday 10 June 2015 04:22 PM, Axel Lin wrote:
> This looks like a typo, can you confirm?
>
Ooops, silly mistake..

yes, it is typo and same exist on my downstream code also.
Thanks for correction.

Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>


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

* Re: [PATCH] regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case
  2015-06-10 10:52 [PATCH] regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case Axel Lin
  2015-06-10 10:58 ` Laxman Dewangan
@ 2015-06-10 17:28 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-06-10 17:28 UTC (permalink / raw)
  To: Axel Lin; +Cc: Laxman Dewangan, Liam Girdwood, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

On Wed, Jun 10, 2015 at 06:52:11PM +0800, Axel Lin wrote:
> Fix trivial typo.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

end of thread, other threads:[~2015-06-10 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 10:52 [PATCH] regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case Axel Lin
2015-06-10 10:58 ` Laxman Dewangan
2015-06-10 17:28 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox