summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2009-06-03sdhci-of: Fix the wrong accessor to HOSTVER registerDave Liu-1/+7
2009-06-03mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre-0/+25
2009-06-03mvsdio: ignore high speed timing requests from the coreNicolas Pitre-0/+9
2009-06-03mmc/omap: Use disable_irq_nosync() from within irq handlers.Ben Nizette-1/+1
2009-06-03sdhci-of: Add fsl,esdhc as a valid compatible to bind againstKumar Gala-0/+1
2009-06-03mvsdio: allow automatic loading when modularNicolas Pitre-0/+1
2009-06-03mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey-10/+26
2009-06-03mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey-1/+6
2009-06-03omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar-1/+1
2009-06-03mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer-1/+3
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini-1/+1
2009-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds-13/+22
2009-05-03mvsdio: fix CONFIG_PM=y buildRabin Vincent-6/+5
2009-05-03mmci: fix crash with debug enabledRabin Vincent-1/+1
2009-05-03sdhci: catch ADMA errorsPierre Ossman-1/+1
2009-05-03mmc: increase power up delayJosé M. Fernández-2/+2
2009-05-03sdhci-pci: bad error handling in probe functionDan Carpenter-3/+5
2009-05-03mmc_block: be prepared for oversized requestsPierre Ossman-0/+8
2009-04-23ARM: OMAP: MMC: Remove unused power_pinLadislav Michl-2/+0
2009-04-08mmc_spi: support for non-byte-aligned cardsWolfgang Muees-38/+112
2009-04-08omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen-1/+1
2009-04-08mmc: Fix compile for omap_hsmmc.cTony Lindgren-1/+0
2009-04-08mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees-17/+21
2009-04-08mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees-9/+12
2009-04-08omap_hsmmc: Flush posted write to IRQKevin Hilman-0/+4
2009-04-08New mail address for Pierre OssmanPierre Ossman-3/+3
2009-04-08imxmmc: move RSSR BLRPaulius Zaleckas-7/+3
2009-04-08imxmmc: init-exit reworkPaulius Zaleckas-5/+4
2009-04-08mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds-271/+2090
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds-0/+100
2009-04-01proc tty: switch sdio_uart to ->proc_fopsAlexey Dobriyan-32/+30
2009-03-31MMC: regulator utilitiesDavid Brownell-0/+100
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante-1/+1
2009-03-28Merge branch 'origin' into develRussell King-2/+2
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King-2/+1
2009-03-24mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-2/+2
2009-03-24atmel-mci: fix sdc_reg typoHans-Christian Egtvedt-1/+1
2009-03-24mmc: Add OpenFirmware bindings for SDHCI driverAnton Vorontsov-0/+321
2009-03-24sdhci: Add quirk for forcing maximum block size to 2048 bytesAnton Vorontsov-7/+15
2009-03-24sdhci: Add quirk for controllers that need IRQ re-init after resetAnton Vorontsov-0/+9
2009-03-24sdhci: Add quirk for controllers that need small delays for PIOAnton Vorontsov-0/+5
2009-03-24sdhci: Add set_clock callback and a quirk for nonstandard clocksAnton Vorontsov-0/+10
2009-03-24sdhci: Add get_{max,timeout}_clock callbacksBen Dooks-7/+17
2009-03-24sdhci: Add support for hosts reporting inverted write-protect stateAnton Vorontsov-0/+4
2009-03-24sdhci: Add support for card-detection pollingAnton Vorontsov-2/+17
2009-03-24sdhci: Enable only relevant (DMA/PIO) interrupts during transfersAnton Vorontsov-3/+14
2009-03-24sdhci: Split card-detection IRQs management from sdhci_init()Anton Vorontsov-17/+62