Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165396
b: refs/heads/master
c: 040932c
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Liam Girdwood committed Sep 22, 2009
1 parent 088ebc4 commit 876b4fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2de798506d7300830a102e18d3d299f740475bc8
refs/heads/master: 040932cdcfca9b0ac55a4f74f194c2e2c8a2527b
2 changes: 1 addition & 1 deletion trunk/Documentation/power/regulator/overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Some terms used in this document:-


o PMIC - Power Management IC. An IC that contains numerous regulators
and often contains other susbsystems.
and often contains other subsystems.


o Consumer - Electronic device that is supplied power by a regulator.
Expand Down
5 changes: 3 additions & 2 deletions trunk/Documentation/power/regulator/regulator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Registration

Drivers can register a regulator by calling :-

struct regulator_dev *regulator_register(struct device *dev,
struct regulator_desc *regulator_desc);
struct regulator_dev *regulator_register(struct regulator_desc *regulator_desc,
struct device *dev, struct regulator_init_data *init_data,
void *driver_data);

This will register the regulators capabilities and operations to the regulator
core.
Expand Down

0 comments on commit 876b4fe

Please sign in to comment.