mmc: mmci: Move ios_handler functionality into the driver
authorLee Jones <lee.jones@linaro.org>
Thu, 31 Jan 2013 11:27:52 +0000 (11:27 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Mar 2013 22:25:25 +0000 (23:25 +0100)
commit237fb5e675a312a84a602ad0fbdf0b4957c71073
treec8f8b75536801ef443b93d3a4c0e00706059ee9b
parentb6c230196f07b9cdd23ceb899070076cdab0c467
mmc: mmci: Move ios_handler functionality into the driver

There are currently two instances of the ios_handler being used.
Both of which mearly toy with some regulator settings. Now there
is a GPIO regulator API, we can use that instead, and lessen the
per platform burden. By doing this, we also become more Device
Tree compatible.

Acked-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/mmc/host/mmci.c
This page took 0.031904 seconds and 5 git commands to generate.