* [PATCH] regulator: core: Export regulator_set_voltage_time_sel()
@ 2012-06-19 7:28 Axel Lin
2012-06-19 22:31 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-06-19 7:28 UTC (permalink / raw)
To: linux-kernel; +Cc: Yadwinder Singh Brar, Liam Girdwood, Mark Brown
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] regulator: core: Export regulator_set_voltage_time_sel()
2012-06-19 7:28 [PATCH] regulator: core: Export regulator_set_voltage_time_sel() Axel Lin
@ 2012-06-19 22:31 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-06-19 22:31 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Yadwinder Singh Brar, Liam Girdwood
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
On Tue, Jun 19, 2012 at 03:28:52PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Applied, thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-19 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 7:28 [PATCH] regulator: core: Export regulator_set_voltage_time_sel() Axel Lin
2012-06-19 22:31 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).