All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: ab3100: add missing voltage table
@ 2012-08-06 15:11 Linus Walleij
  2012-08-06 15:19 ` Axel Lin
  2012-08-07 17:11 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2012-08-06 15:11 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, linux-kernel; +Cc: Linus Walleij, Axel Lin

From: Linus Walleij <linus.walleij@linaro.org>

The conversion to voltage tables in

commit a3beb74261f26142019847128b2441b0301797ac
"regulator: ab3100: Use regulator_list_voltage_table()"

missed to add the voltage table to the buck. Fix this and
it works like a charm.

Cc: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/regulator/ab3100.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/ab3100.c b/drivers/regulator/ab3100.c
index 182b553..c151fd5 100644
--- a/drivers/regulator/ab3100.c
+++ b/drivers/regulator/ab3100.c
@@ -486,6 +486,7 @@ ab3100_regulator_desc[AB3100_NUM_REGULATORS] = {
 		.id   = AB3100_BUCK,
 		.ops  = &regulator_ops_variable_sleepable,
 		.n_voltages = ARRAY_SIZE(ldo_e_buck_typ_voltages),
+		.volt_table = ldo_e_buck_typ_voltages,
 		.type = REGULATOR_VOLTAGE,
 		.owner = THIS_MODULE,
 		.enable_time = 1000,
-- 
1.7.11.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: ab3100: add missing voltage table
  2012-08-06 15:11 [PATCH] regulator: ab3100: add missing voltage table Linus Walleij
@ 2012-08-06 15:19 ` Axel Lin
  2012-08-07 17:11 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Axel Lin @ 2012-08-06 15:19 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Liam Girdwood, Mark Brown, linux-kernel, Linus Walleij

2012/8/6 Linus Walleij <linus.walleij@stericsson.com>:
> From: Linus Walleij <linus.walleij@linaro.org>
>
> The conversion to voltage tables in
>
> commit a3beb74261f26142019847128b2441b0301797ac
> "regulator: ab3100: Use regulator_list_voltage_table()"
>
> missed to add the voltage table to the buck. Fix this and
> it works like a charm.
>
> Cc: Axel Lin <axel.lin@gmail.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Acked-by: Axel Lin <axel.lin@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: ab3100: add missing voltage table
  2012-08-06 15:11 [PATCH] regulator: ab3100: add missing voltage table Linus Walleij
  2012-08-06 15:19 ` Axel Lin
@ 2012-08-07 17:11 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2012-08-07 17:11 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Liam Girdwood, linux-kernel, Linus Walleij, Axel Lin

On Mon, Aug 06, 2012 at 05:11:40PM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
> 
> The conversion to voltage tables in

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-07 17:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-06 15:11 [PATCH] regulator: ab3100: add missing voltage table Linus Walleij
2012-08-06 15:19 ` Axel Lin
2012-08-07 17:11 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.