Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365037
b: refs/heads/master
c: 530158b
h: refs/heads/master
i:
  365035: 175e59f
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 27, 2013
1 parent 5a92a86 commit 64d4572
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f71bf52808e7089a5a6df9b32ffa13e93e51f1ca
refs/heads/master: 530158b6d2feeb227e0079c8826b4d2a42333e80
10 changes: 10 additions & 0 deletions trunk/drivers/regulator/ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = ARRAY_SIZE(ldo_vauxn_voltages),
.volt_table = ldo_vauxn_voltages,
.enable_time = 200,
},
.load_lp_uA = 5000,
.update_bank = 0x04,
Expand All @@ -416,6 +417,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = ARRAY_SIZE(ldo_vauxn_voltages),
.volt_table = ldo_vauxn_voltages,
.enable_time = 200,
},
.load_lp_uA = 5000,
.update_bank = 0x04,
Expand All @@ -437,6 +439,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = ARRAY_SIZE(ldo_vaux3_voltages),
.volt_table = ldo_vaux3_voltages,
.enable_time = 450,
},
.load_lp_uA = 5000,
.update_bank = 0x04,
Expand All @@ -458,6 +461,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = ARRAY_SIZE(ldo_vintcore_voltages),
.volt_table = ldo_vintcore_voltages,
.enable_time = 750,
},
.load_lp_uA = 5000,
.update_bank = 0x03,
Expand Down Expand Up @@ -510,6 +514,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 3300000,
.enable_time = 150,
},
.update_bank = 0x03,
.update_reg = 0x82,
Expand All @@ -524,6 +529,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 2000000,
.enable_time = 140,
},
.update_bank = 0x03,
.update_reg = 0x83,
Expand All @@ -539,6 +545,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 2050000,
.enable_time = 500,
},
.update_bank = 0x03,
.update_reg = 0x83,
Expand All @@ -554,6 +561,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 2050000,
.enable_time = 500,
},
.update_bank = 0x03,
.update_reg = 0x83,
Expand All @@ -569,6 +577,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 1800000,
.enable_time = 420,
},
.update_bank = 0x03,
.update_reg = 0x83,
Expand All @@ -588,6 +597,7 @@ static struct ab8500_regulator_info
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 1200000,
.enable_time = 140,
},
.load_lp_uA = 1000,
.update_bank = 0x04,
Expand Down

0 comments on commit 64d4572

Please sign in to comment.