summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2009-06-14tmio_mmc: add bus_shift supportPhilipp Zabel2-81/+125
2009-06-14MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel1-13/+11
2009-06-14mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-14cb710: more cleanup for the DEBUG case.Michał Mirosław1-0/+3
2009-06-14sdhci: platform driver for SDHCIRichard Röjfors3-0/+180
2009-06-14mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-14cb710: fix printk format stringPierre Ossman1-1/+1
2009-06-14mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław4-0/+922
2009-06-14pxamci: add regulator support.Daniel Ribeiro1-5/+41
2009-06-14sdhci: avoid changing voltage needlesslyPierre Ossman2-26/+29
2009-06-14mmc/omap: make mmci-omap using platform_driver_probeUwe Kleine-König1-2/+1
2009-06-14mmc_spi: speedup for slow cards, less wear-outWolfgang Muees1-0/+12
2009-06-03sdhci-of: Fix the wrong accessor to HOSTVER registerDave Liu1-1/+7
2009-06-03mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre1-0/+25
2009-06-03mvsdio: ignore high speed timing requests from the coreNicolas Pitre1-0/+9
2009-06-03mmc/omap: Use disable_irq_nosync() from within irq handlers.Ben Nizette1-1/+1
2009-06-03sdhci-of: Add fsl,esdhc as a valid compatible to bind againstKumar Gala1-0/+1
2009-06-03mvsdio: allow automatic loading when modularNicolas Pitre1-0/+1
2009-06-03mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey1-10/+26
2009-06-03mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey1-1/+6
2009-06-03omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar1-1/+1
2009-06-03mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer1-1/+3
2009-05-21[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds4-11/+12
2009-05-04mvsdio: fix CONFIG_PM=y buildRabin Vincent1-6/+5
2009-05-04mmci: fix crash with debug enabledRabin Vincent1-1/+1
2009-05-04sdhci: catch ADMA errorsPierre Ossman1-1/+1
2009-05-04sdhci-pci: bad error handling in probe functionDan Carpenter1-3/+5
2009-04-23ARM: OMAP: MMC: Remove unused power_pinLadislav Michl1-2/+0
2009-04-08mmc_spi: support for non-byte-aligned cardsWolfgang Muees1-38/+112
2009-04-08omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen1-1/+1
2009-04-08mmc: Fix compile for omap_hsmmc.cTony Lindgren1-1/+0
2009-04-08mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees1-17/+21
2009-04-08omap_hsmmc: Flush posted write to IRQKevin Hilman1-0/+4
2009-04-08New mail address for Pierre OssmanPierre Ossman3-3/+3
2009-04-08imxmmc: move RSSR BLRPaulius Zaleckas1-7/+3
2009-04-08imxmmc: init-exit reworkPaulius Zaleckas1-5/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds12-271/+1979
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-28Merge branch 'origin' into develRussell King2-2/+2
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King1-2/+1
2009-03-25mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-2/+2
2009-03-24atmel-mci: fix sdc_reg typoHans-Christian Egtvedt1-1/+1
2009-03-24mmc: Add OpenFirmware bindings for SDHCI driverAnton Vorontsov3-0/+321
2009-03-24sdhci: Add quirk for forcing maximum block size to 2048 bytesAnton Vorontsov2-7/+15
2009-03-24sdhci: Add quirk for controllers that need IRQ re-init after resetAnton Vorontsov2-0/+9
2009-03-24sdhci: Add quirk for controllers that need small delays for PIOAnton Vorontsov2-0/+5
2009-03-24sdhci: Add set_clock callback and a quirk for nonstandard clocksAnton Vorontsov2-0/+10
2009-03-24sdhci: Add get_{max,timeout}_clock callbacksBen Dooks2-7/+17