aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-20mmc_block: handle error from mmc_register_driver()Akinobu Mita1-2/+7
2008-09-20atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pinHaavard Skinnemoen1-0/+4
2008-09-20atmel-mci: Fix bogus debugfs file sizeHaavard Skinnemoen1-4/+0
2008-09-20atmel-mci: Fix memory leak in atmci_regs_showHaavard Skinnemoen1-0/+2
2008-09-20atmel-mci: debugfs: enable clock before dumping regsHaavard Skinnemoen1-0/+2
2008-09-20tmio_mmc: fix compilation with debug enabledDmitry Baryshkov1-2/+2
2008-09-05drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton1-1/+3
2008-09-05[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it be static?"Russell King1-2/+2
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King1-1/+6
2008-09-04Use PCI_DEVICE_ID_88ALP01 for CAFÉ chip, rather than PCI_DEVICE_ID_CAFE.David Woodhouse1-1/+1
2008-09-02mmc: at91_mci: don't use coherent dma buffersDavid Brownell1-4/+16
2008-08-17sdricoh_cs: removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-17s3cmci: attach get_cd host opsBen Dooks1-2/+4
2008-08-17s3cmci: fix sparse errors from non-exported functionsBen Dooks1-5/+6
2008-08-10mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz1-1/+1
2008-08-10mfd: TMIO MMC driverIan Molton4-0/+892
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King5-15/+15
2008-08-07Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Russell King1-1/+1
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King7-95/+40
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-08-05avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen1-1/+1
2008-08-01au1xmmc: raise segment size limit.Manuel Lauss1-1/+7
2008-08-01mmc_block: use proper sg iteratorsPierre Ossman1-6/+11
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3
2008-08-01mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman1-82/+3
2008-08-01sdhci: check correct return valuePierre Ossman1-1/+1
2008-08-01sdhci: disable DMA for req, not completelyPierre Ossman1-2/+2
2008-08-01sdhci: handle bug in JMB38x for sizes < 4 bytesPierre Ossman3-1/+13
2008-07-27avr32: some mmc/sd cleanupsDavid Brownell1-8/+8
2008-07-27Merge commit 'upstream/master'Haavard Skinnemoen16-236/+865
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds9-36/+457
2008-07-27atmel-mci: debugfs supportHaavard Skinnemoen2-0/+191
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen3-0/+72
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen4-0/+177
2008-07-27imxmmc: fix crash when no platform data is providedPaulius Zaleckas1-2/+9
2008-07-27imxmmc: fix platform resourcesPaulius Zaleckas1-27/+6
2008-07-27imxmmc: remove DEBUG definitionPaulius Zaleckas1-6/+0
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-26drivers/mmc/host/sdhci.h needs scatterlist.hAndrew Morton1-0/+2
2008-07-24mmc_spi: put signals to low power off fixJan Nikitenko1-1/+2
2008-07-23sdhci: highmem capable PIO routinesPierre Ossman2-95/+75
2008-07-23mmc_test: print message when attaching to cardPierre Ossman1-0/+2
2008-07-23mmc_block: bounce buffer highmem supportPierre Ossman1-66/+31
2008-07-23sdhci: fix bad warning from commit c8b3e02Pierre Ossman1-1/+1
2008-07-23sdhci: add warnings for bad buffers in ADMA pathPierre Ossman1-0/+2
2008-07-23mmc_test: test oversized sg listsPierre Ossman1-3/+82
2008-07-23mmc_test: highmem testsPierre Ossman1-1/+137
2008-07-23s3cmci: ensure host stopped on machine shutdownBen Dooks1-4/+16
2008-07-23au1xmmc: suspend/resume implementationManuel Lauss1-12/+42
2008-07-23s3cmci: fixes for section mismatch warningsBen Dooks1-15/+15