summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of-esdhc: add erratum eSDHC-A001 and A-008358 supportYinbo Zhu2019-06-111-1/+3
* mmc: sdhci-of-esdhc: add erratum eSDHC5 supportYinbo Zhu2019-06-111-0/+3
* mmc_spi: add a status check for spi_sync_lockedKangjie Lu2019-06-111-0/+4
* mmc: davinci: remove extraneous __init annotationArnd Bergmann2019-04-271-1/+1
* mmc: omap: fix the maximum timeout settingAaro Koskinen2019-04-271-1/+1
* mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov2019-04-031-5/+3
* mmc: pxamci: fix enum type confusionArnd Bergmann2019-04-031-1/+1
* mmc: spi: Fix card detection during probeJonathan Neuschäfer2019-03-231-0/+1
* mmc: sdhci-iproc: handle mmc_of_parse() errors during probeStefan Wahren2019-02-061-1/+4
* mmc: atmel-mci: do not assume idle after atmci_request_endJonas Danielsson2019-01-261-1/+2
* mmc: omap_hsmmc: fix DMA API warningRussell King2019-01-131-1/+11
* MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen2018-12-211-2/+9
* mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01Yu Zhao2018-11-211-0/+3
* mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE registerCorneliu Doban2018-05-301-5/+25
* mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith2018-04-241-1/+1
* mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin2018-03-281-2/+4
* mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046ayangbo lu2018-03-241-0/+14
* mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter2018-03-241-2/+2
* mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu2018-01-311-0/+10
* mmc: mediatek: Fixed bug where clock frequency could be set wrongyong mao2017-12-201-2/+2
* mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann2017-11-081-0/+1
* mmc: sdhci-iproc: suppress spurious interrupt with Multiblock readSrinath Mannam2017-06-071-1/+2
* mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen2017-04-271-0/+1
* mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter2017-03-301-1/+3
* mmc: ushc: fix NULL-deref at probeJohan Hovold2017-03-301-0/+3
* mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi2017-02-091-1/+2
* mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren2017-01-261-2/+4
* mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter2017-01-091-0/+20
* mmc: mxs: Initialize the spinlock prior to using itFabio Estevam2016-11-181-2/+2
* mmc: dw_mmc-pltfm: fix the potential NULL pointer dereferenceJaehoon Chung2016-11-101-2/+3
* mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson2016-10-281-0/+2
* mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson2016-10-281-5/+0
* mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen2016-10-281-1/+1
* mmc: pxamci: fix potential oopsRobert Jarzmik2016-10-071-7/+9
* mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2016-09-242-2/+2
* mmc: sdhci: Do not BUG on invalid vddAdrian Hunter2016-09-151-1/+3
* mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2016-09-152-28/+24
* mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangsAdrian Hunter2016-09-072-0/+82
* mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter2016-06-011-4/+1
* mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter2016-06-011-3/+3
* mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllersAdrian Hunter2016-04-202-0/+28
* mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter2016-04-121-3/+3
* mmc: sdhci: fix data timeout (part 2)Russell King2016-04-121-2/+13
* mmc: sdhci: fix data timeout (part 1)Russell King2016-04-121-1/+1
* mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm2016-04-121-0/+6
* mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson2016-04-121-1/+1
* mmc: sh_mmcif: rework dma channel handlingArnd Bergmann2016-04-121-46/+38
* mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter2016-03-031-1/+1
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2016-03-032-1/+3
* mmc: sdhci-pci: Fix card detect race for Intel BXT/APLAdrian Hunter2016-03-031-0/+31