]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mvsdio: delete platform data code path
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Nov 2015 13:57:57 +0000 (14:57 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 22 Dec 2015 10:32:12 +0000 (11:32 +0100)
commit5f019068ed001a32e27a05f6f95088b48b541bc9
tree84b759f780ecf2cdcb2ad5844d80b7fb74f39917
parent085ff472896d05ccefc2818bcac9b4decfe28036
mmc: mvsdio: delete platform data code path

There are no in-kernel users of the MVSDIO platform data method
(instantiating from a board file) so just delete this code and
make this a DT-only driver. We depend on OF and check that we have
an OF node in probe().

Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/mvsdio.c