summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing2019-04-031-1/+1
* Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson2019-04-031-3/+0
* mmc: block: Allow more than 8 partitions per cardColin Cross2019-04-031-5/+2
* mmc: core: fix using wrong io voltage if mmc_select_hs200 failsDong Aisheng2019-04-031-3/+9
* mmc: core: shut up "voltage-ranges unspecified" pr_info()Russell King2019-04-031-2/+6
* mmc: sanitize 'bus width' in debug outputWolfram Sang2019-04-032-2/+2
* mmc: make MAN_BKOPS_EN message a debugWolfram Sang2019-04-031-1/+1
* mmc: debugfs: Add a restriction to mmc debugfs clock settingChuanxiao Dong2019-04-031-1/+1
* mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey2019-04-031-8/+14
* 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: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson2019-01-131-1/+3
* 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: avoid removing non-removable hosts during suspendDaniel Drake2018-03-241-0/+8
* 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: core: Do not leave the block driver in a suspended stateAdrian Hunter2017-12-051-0/+3
* mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann2017-11-081-0/+1
* mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit2017-10-081-1/+11
* 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: core: fix multi-bit bus width without high-speed modeAnssi Hannula2017-02-231-2/+2
* 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: mmc_test: Uninitialized return valueDan Carpenter2017-01-121-1/+1
* 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: core: Annotate cmd_hdr as __le32Jiri Slaby2016-10-282-2/+2
* mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen2016-10-281-1/+1
* mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner2016-10-281-1/+2
* 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