]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Jan 2010 15:30:54 +0000 (15:30 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Feb 2010 12:50:53 +0000 (04:50 -0800)
commit00362b9adebdca260ae03717665a16f6948a6a4a
tree8cf49aa8b7ec4e0f5872564905870cdd9ddf77c4
parent6db6aced4d9eb83872d6b63dfd95e3c9d2de37c2
regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints

commit a2fad9bf26a1d44a8d31a5c4528108a2b9f468ab upstream.

The WM8350 LED driver needs to be able to enable and disable the
regulators it is using. Previously the core wasn't properly enforcing
status change constraints so the driver was able to function but this
has always been intended to be required.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/regulator/wm8350-regulator.c