diff options
Diffstat (limited to 'include/linux/regulator/machine.h')
| -rw-r--r-- | include/linux/regulator/machine.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index 7abb16093312..b02108446be7 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h | |||
| @@ -71,7 +71,7 @@ struct regulator_state { | |||
| 71 | * @uV_offset: Offset applied to voltages from consumer to compensate for | 71 | * @uV_offset: Offset applied to voltages from consumer to compensate for |
| 72 | * voltage drops. | 72 | * voltage drops. |
| 73 | * | 73 | * |
| 74 | * @min_uA: Smallest consumers consumers may set. | 74 | * @min_uA: Smallest current consumers may set. |
| 75 | * @max_uA: Largest current consumers may set. | 75 | * @max_uA: Largest current consumers may set. |
| 76 | * | 76 | * |
| 77 | * @valid_modes_mask: Mask of modes which may be configured by consumers. | 77 | * @valid_modes_mask: Mask of modes which may be configured by consumers. |
| @@ -134,10 +134,8 @@ struct regulation_constraints { | |||
| 134 | /** | 134 | /** |
| 135 | * struct regulator_consumer_supply - supply -> device mapping | 135 | * struct regulator_consumer_supply - supply -> device mapping |
| 136 | * | 136 | * |
| 137 | * This maps a supply name to a device. Only one of dev or dev_name | 137 | * This maps a supply name to a device. Use of dev_name allows support for |
| 138 | * can be specified. Use of dev_name allows support for buses which | 138 | * buses which make struct device available late such as I2C. |
| 139 | * make struct device available late such as I2C and is the preferred | ||
| 140 | * form. | ||
| 141 | * | 139 | * |
| 142 | * @dev_name: Result of dev_name() for the consumer. | 140 | * @dev_name: Result of dev_name() for the consumer. |
| 143 | * @supply: Name for the supply. | 141 | * @supply: Name for the supply. |
