All of lore.kernel.org
 help / color / mirror / Atom feed
* [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec
@ 2012-02-23 11:52 Jett.Zhou
  2012-02-23 15:17 ` Mark Brown
  2012-02-24 14:57 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Jett.Zhou @ 2012-02-23 11:52 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
---
 drivers/regulator/88pm8607.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/regulator/88pm8607.c b/drivers/regulator/88pm8607.c
index df33530..28b81ae 100644
--- a/drivers/regulator/88pm8607.c
+++ b/drivers/regulator/88pm8607.c
@@ -196,7 +196,7 @@ static const unsigned int LDO12_suspend_table[] = {
 };
 
 static const unsigned int LDO13_table[] = {
-	1300000, 1800000, 2000000, 2500000, 2800000, 3000000, 0, 0,
+	1200000, 1300000, 1800000, 2000000, 2500000, 2800000, 3000000, 0,
 };
 
 static const unsigned int LDO13_suspend_table[] = {
@@ -389,10 +389,10 @@ static struct pm8607_regulator_info pm8607_regulator_info[] = {
 	PM8607_LDO( 7,         LDO7, 0, 3, SUPPLIES_EN12, 1),
 	PM8607_LDO( 8,         LDO8, 0, 3, SUPPLIES_EN12, 2),
 	PM8607_LDO( 9,         LDO9, 0, 3, SUPPLIES_EN12, 3),
-	PM8607_LDO(10,        LDO10, 0, 3, SUPPLIES_EN12, 4),
+	PM8607_LDO(10,        LDO10, 0, 4, SUPPLIES_EN12, 4),
 	PM8607_LDO(12,        LDO12, 0, 4, SUPPLIES_EN12, 5),
 	PM8607_LDO(13, VIBRATOR_SET, 1, 3,  VIBRATOR_SET, 0),
-	PM8607_LDO(14,        LDO14, 0, 4, SUPPLIES_EN12, 6),
+	PM8607_LDO(14,        LDO14, 0, 3, SUPPLIES_EN12, 6),
 };
 
 static int __devinit pm8607_regulator_probe(struct platform_device *pdev)
-- 
1.7.0.4

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

* [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec
  2012-02-23 11:52 [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec Jett.Zhou
@ 2012-02-23 15:17 ` Mark Brown
  2012-02-24 14:57 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2012-02-23 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 23, 2012 at 07:52:08PM +0800, Jett.Zhou wrote:
> Signed-off-by: Jett.Zhou <jtzhou@marvell.com>

You've sent two patches for this.  I can't spot the difference between
them though the second doesn't seem to have the rest of the series sent
with it.  What's the difference?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120223/5634c8f1/attachment.sig>

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

* [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec
  2012-02-23 11:52 [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec Jett.Zhou
  2012-02-23 15:17 ` Mark Brown
@ 2012-02-24 14:57 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2012-02-24 14:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Feb 23, 2012 at 07:52:08PM +0800, Jett.Zhou wrote:
> Signed-off-by: Jett.Zhou <jtzhou@marvell.com>

Applied, thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120224/4427e24d/attachment.sig>

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

* [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec
@ 2012-02-23 11:47 Jett.Zhou
  0 siblings, 0 replies; 4+ messages in thread
From: Jett.Zhou @ 2012-02-23 11:47 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
---
 drivers/regulator/88pm8607.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/regulator/88pm8607.c b/drivers/regulator/88pm8607.c
index df33530..28b81ae 100644
--- a/drivers/regulator/88pm8607.c
+++ b/drivers/regulator/88pm8607.c
@@ -196,7 +196,7 @@ static const unsigned int LDO12_suspend_table[] = {
 };
 
 static const unsigned int LDO13_table[] = {
-	1300000, 1800000, 2000000, 2500000, 2800000, 3000000, 0, 0,
+	1200000, 1300000, 1800000, 2000000, 2500000, 2800000, 3000000, 0,
 };
 
 static const unsigned int LDO13_suspend_table[] = {
@@ -389,10 +389,10 @@ static struct pm8607_regulator_info pm8607_regulator_info[] = {
 	PM8607_LDO( 7,         LDO7, 0, 3, SUPPLIES_EN12, 1),
 	PM8607_LDO( 8,         LDO8, 0, 3, SUPPLIES_EN12, 2),
 	PM8607_LDO( 9,         LDO9, 0, 3, SUPPLIES_EN12, 3),
-	PM8607_LDO(10,        LDO10, 0, 3, SUPPLIES_EN12, 4),
+	PM8607_LDO(10,        LDO10, 0, 4, SUPPLIES_EN12, 4),
 	PM8607_LDO(12,        LDO12, 0, 4, SUPPLIES_EN12, 5),
 	PM8607_LDO(13, VIBRATOR_SET, 1, 3,  VIBRATOR_SET, 0),
-	PM8607_LDO(14,        LDO14, 0, 4, SUPPLIES_EN12, 6),
+	PM8607_LDO(14,        LDO14, 0, 3, SUPPLIES_EN12, 6),
 };
 
 static int __devinit pm8607_regulator_probe(struct platform_device *pdev)
-- 
1.7.0.4

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

end of thread, other threads:[~2012-02-24 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23 11:52 [V1 1/4] regulator: fix the ldo configure according to 88pm860x spec Jett.Zhou
2012-02-23 15:17 ` Mark Brown
2012-02-24 14:57 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23 11:47 Jett.Zhou

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.