summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2020-05-10mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter3-9/+56
2020-05-10mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire1-2/+3
2020-05-10mmc: dw_mmc: rockchip: Set the drive phase properlyDouglas Anderson1-0/+64
2020-05-10mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang1-13/+6
2020-02-15mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij1-3/+8
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2020-01-04mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas1-1/+1
2020-01-04mmc: sdhci-of-esdhc: fix P2020 errata handlingYangbo Lu1-2/+2
2020-01-04Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas1-3/+1
2019-11-28mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready failChaotian Jing1-1/+1
2019-11-25mmc: sdhci-of-at91: fix quirk2 overwriteEugen Hristev1-1/+1
2019-10-05mmc: sdhci: Fix incorrect switch to HS modeAl Cooper1-1/+3
2019-09-06mmc: sdhci-of-at91: add quirk for broken HS200Eugen Hristev1-0/+3
2019-06-11mmc: sdhci-of-esdhc: add erratum eSDHC-A001 and A-008358 supportYinbo Zhu1-1/+3
2019-06-11mmc: sdhci-of-esdhc: add erratum eSDHC5 supportYinbo Zhu1-0/+3
2019-06-11mmc_spi: add a status check for spi_sync_lockedKangjie Lu1-0/+4
2019-04-27mmc: davinci: remove extraneous __init annotationArnd Bergmann1-1/+1
2019-04-27mmc: omap: fix the maximum timeout settingAaro Koskinen1-1/+1
2019-04-03mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov1-5/+3
2019-04-03mmc: pxamci: fix enum type confusionArnd Bergmann1-1/+1
2019-03-23mmc: spi: Fix card detection during probeJonathan Neuschäfer1-0/+1
2019-02-06mmc: sdhci-iproc: handle mmc_of_parse() errors during probeStefan Wahren1-1/+4
2019-01-26mmc: atmel-mci: do not assume idle after atmci_request_endJonas Danielsson1-1/+2
2019-01-13mmc: omap_hsmmc: fix DMA API warningRussell King1-1/+11
2018-12-21MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen1-2/+9
2018-11-21mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01Yu Zhao1-0/+3
2018-05-30mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE registerCorneliu Doban1-5/+25
2018-04-24mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith1-1/+1
2018-03-28mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin1-2/+4
2018-03-24mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046ayangbo lu1-0/+14
2018-03-24mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2018-01-31mmc: sdhci-of-esdhc: add/remove some quirks according to vendor versionyangbo lu1-0/+10
2017-12-20mmc: mediatek: Fixed bug where clock frequency could be set wrongyong mao1-2/+2
2017-11-08mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann1-0/+1
2017-06-07mmc: sdhci-iproc: suppress spurious interrupt with Multiblock readSrinath Mannam1-1/+2
2017-04-27mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen1-0/+1
2017-03-30mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter1-1/+3
2017-03-30mmc: ushc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-02-09mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi1-1/+2
2017-01-26mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren1-2/+4
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2016-11-18mmc: mxs: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2016-11-10mmc: dw_mmc-pltfm: fix the potential NULL pointer dereferenceJaehoon Chung1-2/+3
2016-10-28mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson1-0/+2
2016-10-28mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson1-5/+0
2016-10-28mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen1-1/+1
2016-10-07mmc: pxamci: fix potential oopsRobert Jarzmik1-7/+9
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2-2/+2
2016-09-15mmc: sdhci: Do not BUG on invalid vddAdrian Hunter1-1/+3
2016-09-15mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2-28/+24