Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323317
b: refs/heads/master
c: e477ce0
h: refs/heads/master
i:
  323315: b950953
v: v3
  • Loading branch information
Mark Brown committed Sep 10, 2012
1 parent e9c8790 commit d29931b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 9a17de04ef847f674ffe64eb46b9b99e14e663fa
refs/heads/master: e477ce075d205f9eee3e28795eae7a0efd1e54f6
5 changes: 5 additions & 0 deletions trunk/drivers/regulator/arizona-micsupp.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ static struct regulator_ops arizona_micsupp_ops = {

.get_voltage_sel = regulator_get_voltage_sel_regmap,
.set_voltage_sel = regulator_set_voltage_sel_regmap,

.get_bypass = regulator_get_bypass_regmap,
.set_bypass = regulator_set_bypass_regmap,
};

static const struct regulator_desc arizona_micsupp = {
Expand All @@ -95,6 +98,8 @@ static const struct regulator_desc arizona_micsupp = {
.vsel_mask = ARIZONA_LDO2_VSEL_MASK,
.enable_reg = ARIZONA_MIC_CHARGE_PUMP_1,
.enable_mask = ARIZONA_CPMIC_ENA,
.bypass_reg = ARIZONA_MIC_CHARGE_PUMP_1,
.bypass_mask = ARIZONA_CPMIC_BYPASS,

.owner = THIS_MODULE,
};
Expand Down

0 comments on commit d29931b

Please sign in to comment.