]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: slot-gpio: Rework how to handle allocation of slot-gpio data
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 18 Dec 2014 14:44:36 +0000 (15:44 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:18 +0000 (09:56 +0100)
commitdf8aca162e5ff2b20c7a4de3e64e5b96ff838ab0
tree10fd8c7a3d6892525e89916044e0b8b728b61e2d
parente2d1926bad0d0cf7e4b8bf11a8efd1b5fe48893e
mmc: slot-gpio: Rework how to handle allocation of slot-gpio data

By moving the allocation of the slot-gpio data into mmc_alloc_host(),
we can remove the slot-gpio internal calls to mmc_gpio_alloc().

This means mmc_gpio_alloc() has now only one caller left, which
consequence allow us to simplify and remove some of the slot-gpio code.

Additionally, this makes the slot-gpio mutex redundant, so let's remove
it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/host.c
drivers/mmc/core/slot-gpio.c
include/linux/mmc/host.h