]> git.karo-electronics.de Git - linux-beck.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:32:17 +0000 (08:32 +0100)
commitdbcde92b1b44011c3993ba7a2ee2469a9350ffd3
tree3e181e61c74495b8281b259ff3f29d3071c4937e
parentcee935845420e2ffe81293d396ad44a5630ba743
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