summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini2009-05-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-05-056-13/+22
|\
| * mvsdio: fix CONFIG_PM=y buildRabin Vincent2009-05-031-6/+5
| * mmci: fix crash with debug enabledRabin Vincent2009-05-031-1/+1
| * sdhci: catch ADMA errorsPierre Ossman2009-05-031-1/+1
| * mmc: increase power up delayJosé M. Fernández2009-05-031-2/+2
| * sdhci-pci: bad error handling in probe functionDan Carpenter2009-05-031-3/+5
| * mmc_block: be prepared for oversized requestsPierre Ossman2009-05-031-0/+8
* | ARM: OMAP: MMC: Remove unused power_pinLadislav Michl2009-04-231-2/+0
|/
* mmc_spi: support for non-byte-aligned cardsWolfgang Muees2009-04-081-38/+112
* omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen2009-04-081-1/+1
* mmc: Fix compile for omap_hsmmc.cTony Lindgren2009-04-081-1/+0
* mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees2009-04-081-17/+21
* mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees2009-04-081-9/+12
* omap_hsmmc: Flush posted write to IRQKevin Hilman2009-04-081-0/+4
* New mail address for Pierre OssmanPierre Ossman2009-04-083-3/+3
* imxmmc: move RSSR BLRPaulius Zaleckas2009-04-081-7/+3
* imxmmc: init-exit reworkPaulius Zaleckas2009-04-081-5/+4
* mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen2009-04-081-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-04-0518-271/+2090
|\
| * atmel-mci: fix sdc_reg typoHans-Christian Egtvedt2009-03-241-1/+1
| * mmc: Add OpenFirmware bindings for SDHCI driverAnton Vorontsov2009-03-243-0/+321
| * sdhci: Add quirk for forcing maximum block size to 2048 bytesAnton Vorontsov2009-03-242-7/+15
| * sdhci: Add quirk for controllers that need IRQ re-init after resetAnton Vorontsov2009-03-242-0/+9
| * sdhci: Add quirk for controllers that need small delays for PIOAnton Vorontsov2009-03-242-0/+5
| * sdhci: Add set_clock callback and a quirk for nonstandard clocksAnton Vorontsov2009-03-242-0/+10
| * sdhci: Add get_{max,timeout}_clock callbacksBen Dooks2009-03-242-7/+17
| * sdhci: Add support for hosts reporting inverted write-protect stateAnton Vorontsov2009-03-242-0/+4
| * sdhci: Add support for card-detection pollingAnton Vorontsov2009-03-242-2/+17
| * sdhci: Enable only relevant (DMA/PIO) interrupts during transfersAnton Vorontsov2009-03-241-3/+14
| * sdhci: Split card-detection IRQs management from sdhci_init()Anton Vorontsov2009-03-242-17/+62
| * sdhci: Add support for bus-specific IO memory accessorsAnton Vorontsov2009-03-243-81/+180
| * mmc_spi: adjust for delayed data token responseWolfgang Muees2009-03-241-3/+24
| * omap_hsmmc: Wait for SDBPAdrian Hunter2009-03-241-5/+15
| * omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas2009-03-241-11/+25
| * omap_hsmmc: Disable SDBP at suspendJarkko Lavinen2009-03-241-14/+2
| * omap_hsmmc: Do not prefix slot nameAdrian Hunter2009-03-241-1/+1
| * omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter2009-03-241-4/+7
| * omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen2009-03-241-1/+11
| * omap_hsmmc: Implement scatter-gather emulationJuha Yrjola2009-03-241-77/+95
| * omap_hsmmc: Fix response type for busy after responseAdrian Hunter2009-03-241-9/+29
| * omap_hsmmc: Do dma cleanup also with data CRC errorsJarkko Lavinen2009-03-241-5/+5
| * mmc: SDIO driver for Marvell SoCsMaen Suleiman2009-03-244-0/+1087
| * MMC: tmio_mmc.h: fix build problemAlexander Beregalov2009-03-241-0/+3
| * tmio_mmc: Fix use after free in remove()Magnus Damm2009-03-241-1/+1
| * tmio_mmc: Fix one off, use resource_size() in probe()Magnus Damm2009-03-241-2/+2
| * mmc_spi: allow higher timeouts for SPI modeWolfgang Muees2009-03-241-0/+15
| * mmc_spi: wait more bytes for card responseWolfgang Muees2009-03-241-1/+4
| * mmc_spi: allow setting of spi mode 3Wolfgang Muees2009-03-241-3/+5