]> Pileus Git - ~andy/linux/commit
mmc: mvsdio: use slot-gpio infrastructure for write protect gpio
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Jan 2013 13:13:57 +0000 (14:13 +0100)
committerChris Ball <cjb@laptop.org>
Mon, 11 Feb 2013 18:28:53 +0000 (13:28 -0500)
commit3724482d4ce4790d4534bcecebfda2c7133244c7
tree1d0603eecf298c667b063c7ce9bcabc0140085c7
parenta043859043042e8bc6f68b40782e3b8c9d10a28d
mmc: mvsdio: use slot-gpio infrastructure for write protect gpio

The MMC core subsystem provides in drivers/mmc/core/slot-gpio.c a nice
set of helper functions to simplify the management of the write
protect GPIO in MMC host drivers. This patch migrates the mvsdio
driver to using those helpers, which will make the ->probe() code
simpler, and therefore ease the process of adding a Device Tree
binding for this driver.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Stefan Peter <s.peter@mpl.ch>
Tested-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mvsdio.c