diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2012-09-24 10:43:17 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-10-29 14:05:12 -0400 |
commit | 686f871b7109e7e253a7a1cef542c00d0ed1a323 (patch) | |
tree | a4681e04d2b4e426316d1d481f3b6dcc84522e05 /drivers/mfd | |
parent | 2ac6b1f50a397580b8dc28f2833e54af7926fc71 (diff) |
mfd: dbx500: Export prmcu_request_ape_opp_100_voltage
This function needs to be exported to let clients be able to
request the ape opp 100 voltage.
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/db8500-prcmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 00b8b0f3dfb6..3167bfdd13fa 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c | |||
@@ -1169,12 +1169,12 @@ int db8500_prcmu_get_ape_opp(void) | |||
1169 | } | 1169 | } |
1170 | 1170 | ||
1171 | /** | 1171 | /** |
1172 | * prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage | 1172 | * db8500_prcmu_request_ape_opp_100_voltage - Request APE OPP 100% voltage |
1173 | * @enable: true to request the higher voltage, false to drop a request. | 1173 | * @enable: true to request the higher voltage, false to drop a request. |
1174 | * | 1174 | * |
1175 | * Calls to this function to enable and disable requests must be balanced. | 1175 | * Calls to this function to enable and disable requests must be balanced. |
1176 | */ | 1176 | */ |
1177 | int prcmu_request_ape_opp_100_voltage(bool enable) | 1177 | int db8500_prcmu_request_ape_opp_100_voltage(bool enable) |
1178 | { | 1178 | { |
1179 | int r = 0; | 1179 | int r = 0; |
1180 | u8 header; | 1180 | u8 header; |