Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127863
b: refs/heads/master
c: 0ba4887
h: refs/heads/master
i:
  127861: 224f620
  127859: 854e6b6
  127855: 336179e
v: v3
  • Loading branch information
Randy Dunlap authored and Liam Girdwood committed Jan 8, 2009
1 parent bf533de commit e8be41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 6001e13c5f708eb68c744a69df3c2c281156030d
refs/heads/master: 0ba4887c6329043d6cee5b5b477cfe50c2b57674
7 changes: 2 additions & 5 deletions trunk/include/linux/regulator/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,12 @@ struct regulator_init_data;
*
* @enable: Enable the regulator.
* @disable: Disable the regulator.
* @is_enabled: Return 1 if the reguator is enabled, 0 otherwise.
* @is_enabled: Return 1 if the regulator is enabled, 0 otherwise.
*
* @set_voltage: Set the voltage for the regulator within the range specified.
* The driver should select the voltage closest to min_uV.
* @get_voltage: Return the currently configured voltage for the regulator.
*
* @set_current: Set the current for the regulator within the range specified.
* The driver should select the current closest to min_uA.
* @get_current: Return the currently configured current for the regulator.
*
* @set_current_limit: Configure a limit for a current-limited regulator.
* @get_current_limit: Get the limit for a current-limited regulator.
*
Expand Down Expand Up @@ -111,6 +107,7 @@ enum regulator_type {
* @name: Identifying name for the regulator.
* @id: Numerical identifier for the regulator.
* @ops: Regulator operations table.
* @irq: Interrupt number for the regulator.
* @type: Indicates if the regulator is a voltage or current regulator.
* @owner: Module providing the regulator, used for refcounting.
*/
Expand Down

0 comments on commit e8be41a

Please sign in to comment.