Bill Pemberton
6e0ee714fd
mmc: remove use of __devexit
...
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Manuel Lauss <manuel.lauss@gmail.com >
Cc: Chris Ball <cjb@laptop.org >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com >
Cc: Venkatraman S <svenkatr@ti.com >
Cc: Viresh Kumar <viresh.linux@gmail.com >
Cc: Ian Molton <ian@mnementh.co.uk >
Cc: Bruce Chang <brucechang@via.com.tw >
Cc: Harald Welte <HaraldWelte@viatech.com >
Cc: Pierre Ossman <pierre@ossman.eu >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:18 -08:00
Bill Pemberton
c3be1efd41
mmc: remove use of __devinit
...
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Chris Ball <cjb@laptop.org >
Cc: Manuel Lauss <manuel.lauss@gmail.com >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com >
Cc: Venkatraman S <svenkatr@ti.com >
Cc: Ian Molton <ian@mnementh.co.uk >
Cc: Bruce Chang <brucechang@via.com.tw >
Cc: Harald Welte <HaraldWelte@viatech.com >
Cc: Pierre Ossman <pierre@ossman.eu >
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:18 -08:00
Bill Pemberton
0433c14356
mmc: remove use of __devexit_p
...
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu >
Cc: Chris Ball <cjb@laptop.org >
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com >
Cc: Venkatraman S <svenkatr@ti.com >
Cc: Ian Molton <ian@mnementh.co.uk >
Cc: Bruce Chang <brucechang@via.com.tw >
Cc: Harald Welte <HaraldWelte@viatech.com >
Cc: Pierre Ossman <pierre@ossman.eu >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-11-28 12:28:09 -08:00
Axel Lin
d1f81a64a4
mmc: convert drivers/mmc/host/* to use module_platform_driver()
...
This patch converts the drivers in drivers/mmc/host/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.
Signed-off-by: Axel Lin <axel.lin@gmail.com >
Acked-by: "Michał Mirosław" <mirq-linux@rere.qmqm.pl >
Acked-by: David Brown <davidb@codeaurora.org >
Acked-by: Viresh Kumar <viresh.kumar@st.com >
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de >
Acked-by: Sascha Hauer <s.hauer@pengutronix.de >
Acked-by: Wolfram Sang <w.sang@pengutronix.de >
Acked-by: Anton Vorontsov <cbouatmailru@gmail.com >
Signed-off-by: Chris Ball <cjb@laptop.org >
2012-01-11 23:58:42 -05:00
Jamie Iles
3119cbda85
mmc: jz4740: don't treat NULL clk as an error
...
clk_get() returns a struct clk cookie to the driver and some platforms
may return NULL if they only support a single clock. clk_get() has only
failed if it returns a ERR_PTR() encoded pointer.
Signed-off-by: Jamie Iles <jamie@jamieiles.com >
Signed-off-by: Chris Ball <cjb@laptop.org >
2011-01-25 21:53:51 -05:00
Martin K. Petersen
a36274e018
mmc: Remove distinction between hw and phys segments
...
We have deprecated the distinction between hardware and physical
segments in the block layer. Consolidate the two limits into one in
drivers/mmc/.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com >
Signed-off-by: Chris Ball <cjb@laptop.org >
2010-10-23 21:11:11 +08:00
Lars-Peter Clausen
61bfbdb856
MMC: Add support for the controller on JZ4740 SoCs.
...
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Acked-by: Matt Fleming <matt@console-pimps.org >
Cc: Andrew Morton <akpm@linux-foundation.org >
Cc: Matt Fleming <matt@console-pimps.org >
Cc: linux-mmc@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1463/
Patchwork: https://patchwork.linux-mips.org/patch/1523/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2010-08-05 13:26:18 +01:00