summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-12-04mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung1-1/+1
2012-10-02mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Al Cooper1-2/+3
2012-10-02mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani1-3/+3
2012-10-02mmc: sdhci-esdhc: break out early if clock is 0Shawn Guo1-3/+3
2012-10-02mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala1-2/+2
2012-08-09mmc: sdhci-pci: CaFe has broken card detectionDaniel Drake1-0/+1
2012-06-01mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2-5/+8
2012-05-07mmc: unbreak sdhci-esdhc-imx on i.MX25Eric Bénard1-2/+1
2012-04-13mmc: atmel-mci: correct data timeout computationLudovic Desroches1-1/+8
2012-03-12mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer1-2/+3
2012-03-01mmc: core: check for zero length ioctl dataJohan Rudholm1-37/+45
2012-01-26mmc: sd: Fix SDR12 timing regressionAlexander Elbs1-2/+1
2012-01-26mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu1-2/+1
2012-01-26mmc: core: Fix voltage select in DDR modeGirish K S1-1/+1
2012-01-07ARM: 7220/1: mmc: mmci: Fixup error handling for dmaUlf Hansson1-1/+5
2012-01-07ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERRUlf Hansson1-3/+5
2012-01-07mmc: vub300: fix type of firmware_rom_wait_states module parameterRusty Russell1-1/+1
2011-12-22mmc: mxcmmc: fix falling back to PIOSascha Hauer1-0/+1
2011-11-11mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin1-0/+2
2011-11-11mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson5-5/+9
2011-10-17mmc: mxs-mmc: fix clock rate settingKoen Beel1-16/+14
2011-10-03mmc: sdhci-s3c: Fix mmc card I/O problemGirish K S1-0/+2
2011-10-03mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg1-1/+1
2011-10-03mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg1-2/+29
2011-10-03mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg3-11/+11
2011-08-30mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu1-3/+0
2011-08-05mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get clearedShawn Guo1-1/+1
2011-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-27/+50
2011-07-13mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity1-27/+50
2011-07-06ARM: 6980/1: mmci: use StartBitErr to detect bad connectionsLinus Walleij2-1/+6
2011-06-26mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter1-6/+1
2011-06-26mmc: queue: append partition subname to queue thread nameAdrian Hunter3-5/+8
2011-06-26mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter1-1/+1
2011-06-26mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter1-0/+3
2011-06-26mmc: sdio: reset card during power_restoreDaniel Drake1-0/+39
2011-06-26mmc: sdhi: DMA slave ID 0 is invalidGuennadi Liakhovetski1-1/+1
2011-06-26mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handlingGuennadi Liakhovetski1-2/+2
2011-06-26mmc: omap_hsmmc: use original sg_len for dma_unmap_sgPer Forlin1-2/+3
2011-06-26mmc: omap_hsmmc: fix ocr mask usageAnand Gadiyar1-1/+0
2011-06-26mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen1-1/+1
2011-06-19mmc: sdhi: fix module unloadingGuennadi Liakhovetski1-1/+2
2011-06-19mmc: of_mmc_spi: add NO_IRQ define to of_mmc_spi.cWanlong Gao1-0/+5
2011-06-19mmc: vub300: fix null dereferences in error handlingChris Ball1-7/+4
2011-06-16Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+10
2011-06-06ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edgesLinus Walleij1-2/+10
2011-06-01ARM: OMAP4: MMC: no regulator off during probe for eMMCBalaji T K1-0/+3
2011-05-28Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+23
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz1-1/+1
2011-05-26ARM: 6832/1: mmci: support for ST-Ericsson db8500v2Philippe Langlais1-2/+23
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds32-552/+5293