summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter2020-05-103-9/+56
* mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire2020-05-101-2/+3
* mmc: dw_mmc: rockchip: Set the drive phase properlyDouglas Anderson2020-05-101-0/+64
* mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang2020-05-101-13/+6
* mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij2020-02-141-3/+8
* mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław2020-01-291-4/+6
* mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas2020-01-041-1/+1
* mmc: sdhci-of-esdhc: fix P2020 errata handlingYangbo Lu2020-01-041-2/+2
* Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas2020-01-041-3/+1
* mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready failChaotian Jing2019-11-281-1/+1
* mmc: sdhci-of-at91: fix quirk2 overwriteEugen Hristev2019-11-251-1/+1
* mmc: sdhci: Fix incorrect switch to HS modeAl Cooper2019-10-051-1/+3
* mmc: sdhci-of-at91: add quirk for broken HS200Eugen Hristev2019-09-061-0/+3
* 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