[PATCH] net: ks8851: Don't use regulator_get_optional()

David Miller davem at davemloft.net
Sun Jun 1 19:48:02 PDT 2014


From: Stephen Boyd <sboyd at codeaurora.org>
Date: Wed, 28 May 2014 13:11:12 -0700

> We shouldn't be using regulator_get_optional() here. These
> regulators are always present as part of the physical design and
> there isn't any way to use an internal regulator or change the
> source of the reference voltage via software. Given that the only
> users of this driver in the kernel are DT based, this change
> should be transparent to them even if they don't specify any
> supplies because the regulator framework will insert dummy
> supplies as needed.
> 
> Cc: Nishanth Menon <nm at ti.com>
> Cc: Mark Brown <broonie at kernel.org>
> Signed-off-by: Stephen Boyd <sboyd at codeaurora.org>

This patch only applies to net-next, please make that explicit in your
future submissions by saying something like "[PATCH net-next] ..."
in your Subject line.

Applied, thanks.



More information about the linux-arm-kernel mailing list