Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9a17de04
Commit
9a17de04
authored
Aug 27, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regulator: arizona-ldo: Support get/set bypass
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
df367931
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
drivers/regulator/arizona-ldo1.c
drivers/regulator/arizona-ldo1.c
+4
-0
No files found.
drivers/regulator/arizona-ldo1.c
View file @
9a17de04
...
@@ -39,6 +39,8 @@ static struct regulator_ops arizona_ldo1_ops = {
...
@@ -39,6 +39,8 @@ static struct regulator_ops arizona_ldo1_ops = {
.
map_voltage
=
regulator_map_voltage_linear
,
.
map_voltage
=
regulator_map_voltage_linear
,
.
get_voltage_sel
=
regulator_get_voltage_sel_regmap
,
.
get_voltage_sel
=
regulator_get_voltage_sel_regmap
,
.
set_voltage_sel
=
regulator_set_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_ldo1
=
{
static
const
struct
regulator_desc
arizona_ldo1
=
{
...
@@ -49,6 +51,8 @@ static const struct regulator_desc arizona_ldo1 = {
...
@@ -49,6 +51,8 @@ static const struct regulator_desc arizona_ldo1 = {
.
vsel_reg
=
ARIZONA_LDO1_CONTROL_1
,
.
vsel_reg
=
ARIZONA_LDO1_CONTROL_1
,
.
vsel_mask
=
ARIZONA_LDO1_VSEL_MASK
,
.
vsel_mask
=
ARIZONA_LDO1_VSEL_MASK
,
.
bypass_reg
=
ARIZONA_LDO1_CONTROL_1
,
.
bypass_mask
=
ARIZONA_LDO1_BYPASS
,
.
min_uV
=
900000
,
.
min_uV
=
900000
,
.
uV_step
=
50000
,
.
uV_step
=
50000
,
.
n_voltages
=
7
,
.
n_voltages
=
7
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment