diff options
Diffstat (limited to 'drivers/base/power/opp/core.c')
-rw-r--r-- | drivers/base/power/opp/core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c index 5fb2f061129e..bdae09c1d8eb 100644 --- a/drivers/base/power/opp/core.c +++ b/drivers/base/power/opp/core.c | |||
@@ -1254,7 +1254,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_set_supported_hw); | |||
1254 | 1254 | ||
1255 | /** | 1255 | /** |
1256 | * dev_pm_opp_put_supported_hw() - Releases resources blocked for supported hw | 1256 | * dev_pm_opp_put_supported_hw() - Releases resources blocked for supported hw |
1257 | * @dev: Device for which supported-hw has to be set. | 1257 | * @dev: Device for which supported-hw has to be put. |
1258 | * | 1258 | * |
1259 | * This is required only for the V2 bindings, and is called for a matching | 1259 | * This is required only for the V2 bindings, and is called for a matching |
1260 | * dev_pm_opp_set_supported_hw(). Until this is called, the device_opp structure | 1260 | * dev_pm_opp_set_supported_hw(). Until this is called, the device_opp structure |
@@ -1303,7 +1303,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_put_supported_hw); | |||
1303 | 1303 | ||
1304 | /** | 1304 | /** |
1305 | * dev_pm_opp_set_prop_name() - Set prop-extn name | 1305 | * dev_pm_opp_set_prop_name() - Set prop-extn name |
1306 | * @dev: Device for which the regulator has to be set. | 1306 | * @dev: Device for which the prop-name has to be set. |
1307 | * @name: name to postfix to properties. | 1307 | * @name: name to postfix to properties. |
1308 | * | 1308 | * |
1309 | * This is required only for the V2 bindings, and it enables a platform to | 1309 | * This is required only for the V2 bindings, and it enables a platform to |
@@ -1362,7 +1362,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_set_prop_name); | |||
1362 | 1362 | ||
1363 | /** | 1363 | /** |
1364 | * dev_pm_opp_put_prop_name() - Releases resources blocked for prop-name | 1364 | * dev_pm_opp_put_prop_name() - Releases resources blocked for prop-name |
1365 | * @dev: Device for which the regulator has to be set. | 1365 | * @dev: Device for which the prop-name has to be put. |
1366 | * | 1366 | * |
1367 | * This is required only for the V2 bindings, and is called for a matching | 1367 | * This is required only for the V2 bindings, and is called for a matching |
1368 | * dev_pm_opp_set_prop_name(). Until this is called, the device_opp structure | 1368 | * dev_pm_opp_set_prop_name(). Until this is called, the device_opp structure |