2012-06-19 07:29:05

by Axel Lin

[permalink] [raw]
Subject: [PATCH] regulator: core: Export regulator_set_voltage_time_sel()

Signed-off-by: Axel Lin <[email protected]>
---
This patch is on top of the patch I sent earlier today:
[PATCH RFC] regulator: Use list_voltage() to get voltage in regulator_set_voltage_time_sel
http://www.kernelhub.org/?msg=86323&p=2

drivers/regulator/core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index e207b21..bda74fd 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -2332,6 +2332,7 @@ int regulator_set_voltage_time_sel(struct regulator_dev *rdev,

return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay);
}
+EXPORT_SYMBOL_GPL(regulator_set_voltage_time_sel);

/**
* regulator_sync_voltage - re-apply last regulator output voltage
--
1.7.9.5



2012-06-19 22:31:06

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: core: Export regulator_set_voltage_time_sel()

On Tue, Jun 19, 2012 at 03:28:52PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <[email protected]>

Applied, thanks.


Attachments:
(No filename) (123.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments