]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ux500: Stop passing ios_handler() as an MMCI power controlling call-back
authorLee Jones <lee.jones@linaro.org>
Wed, 27 Mar 2013 10:47:38 +0000 (10:47 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Mar 2013 19:20:00 +0000 (20:20 +0100)
commit7aa926724a6f20f5de0e9c23e5571fdc71c1be6c
tree738e6182d6ed47190e363b0e86e95557f9ab32ac
parent88cd1f6e35cad036d32706f9d33f9f4afa36e1de
ARM: ux500: Stop passing ios_handler() as an MMCI power controlling call-back

This fixes a regression introduced during the v3.9 merge window.

Now MMCI on/off functionality is using the regulator framework
from the MMCI driver, if we provide the ios_handler call-back we
essentially duplicate functionality, which causes a large mess
and lots of booting issues.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500-sdi.c