]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
regulator: stw481x-vmmc: fix ages old enable error
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 12 Nov 2016 14:22:38 +0000 (15:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:21:47 +0000 (08:21 +0100)
commit95d2a43e5a59f4ff08976171a7f205d926b2b168
tree78bd764016f1f9cb8604c64849fd412e30f41744
parent52980ceb1832dcf9629cbd34b762d55ac7cd46b7
regulator: stw481x-vmmc: fix ages old enable error

commit 295070e9aa015abb9b92cccfbb1e43954e938133 upstream.

The regulator has never been properly enabled, it has been
dormant all the time. It's strange that MMC was working
at all, but it likely worked by the signals going through
the levelshifter and reaching the card anyways.

Fixes: 3615a34ea1a6 ("regulator: add STw481x VMMC driver")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/regulator/stw481x-vmmc.c