linux/drivers/mmc
Andrew Victor b44fb7a09e [ARM] 3565/1: AT91RM9200 MMC update
Patch from Andrew Victor

This patch includes code cleanups and minor fixes to the AT91RM9200 MMC
driver.

1. Replace calls to DBG() with pr_debug().
2. 'host' can never be null, so don't bother checking for that case.
3. Remove SA_SAMPLE_RANDOM from request_irq().  [Patch from Matt
Mackall]
4. clk_get() doesn't return NULL on error - need to test returned value
with IS_ERR().
5. Free resources if clk_get() or request_irq() fails.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-06-19 13:06:05 +01:00
..
Kconfig [MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy 2006-06-04 17:40:58 +01:00
Makefile [ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1 2006-04-02 19:27:07 +01:00
at91_mci.c [ARM] 3565/1: AT91RM9200 MMC update 2006-06-19 13:06:05 +01:00
au1xmmc.c [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups 2006-05-19 21:48:03 +01:00
au1xmmc.h
imxmmc.c [MMC] Convert all hosts except mmci to use data->blksz 2006-06-19 13:05:08 +01:00
imxmmc.h [ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1 2006-04-02 19:27:07 +01:00
mmc.c [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups 2006-05-19 21:48:03 +01:00
mmc.h
mmc_block.c [MMC] Fix premature use of md->disk 2006-05-24 08:35:31 -07:00
mmc_queue.c
mmc_queue.h
mmc_sysfs.c
mmci.c [MMC] Move set_ios debugging into mmc.c 2006-05-04 18:22:51 +01:00
mmci.h
omap.c [MMC] Convert all hosts except mmci to use data->blksz 2006-06-19 13:05:08 +01:00
omap.h
pxamci.c [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups 2006-05-19 21:48:03 +01:00
pxamci.h
sdhci.c [MMC] Convert all hosts except mmci to use data->blksz 2006-06-19 13:05:08 +01:00
sdhci.h
wbsd.c [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups 2006-05-19 21:48:03 +01:00
wbsd.h