summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2019-04-03mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing1-1/+1
2019-04-03mmc: block: Allow more than 8 partitions per cardColin Cross1-5/+2
2019-04-03mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov1-5/+3
2019-03-23mmc: spi: Fix card detection during probeJonathan Neuschäfer1-0/+1
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
2019-01-13mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-12-21MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen1-2/+9
2018-11-22mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01Yu Zhao1-0/+3
2018-11-10mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang1-13/+6
2018-04-24mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith1-1/+1
2018-03-24mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2018-03-24mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-11-08mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann1-0/+1
2017-10-08mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+11
2017-04-30mmc: sunxi: avoid invalid pointer calculationArnd Bergmann1-2/+3
2017-04-30mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen1-0/+1
2017-04-22mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter1-1/+3
2017-04-22mmc: ushc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-01-15mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2016-11-24mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson1-0/+2
2016-11-24mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson1-5/+0
2016-11-24mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen1-1/+1
2016-11-24mmc: core: Annotate cmd_hdr as __le32Jiri Slaby2-2/+2
2016-08-08mmc: block: fix packed command header endiannessTaras Kondratiuk1-6/+6
2016-06-07mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter1-3/+3
2016-06-07mmc: sdhci-acpi: Add two host capabilities for IntelAdrian Hunter1-2/+5
2016-06-07mmc: longer timeout for long read time quirkMatt Gumbel2-4/+5
2016-06-07mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter1-0/+7
2016-04-18mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter1-3/+3
2016-04-18mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm1-0/+6
2016-04-18mmc: sdhci: fix data timeout (part 2)Russell King1-2/+13
2016-04-18mmc: sdhci: fix data timeout (part 1)Russell King1-1/+1
2016-02-10mmc: core: Enable tuning according to the actual timingCarlo Caione2-6/+6
2016-02-10mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang1-2/+18
2016-02-10mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter5-32/+36
2016-02-10mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov1-8/+8
2016-02-10mmc: mmci: fix an ages old detection errorLinus Walleij1-1/+1
2016-02-10mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter1-2/+2
2016-02-10mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1
2015-10-07mmc: core: fix race condition in mmc_wait_data_doneJialing Fu1-2/+4
2015-08-27mmc: sdhci-esdhc: Make 8BIT bus workJoakim Tjernlund1-1/+1
2015-08-04mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang1-3/+5
2015-08-04mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler1-0/+2
2015-07-05mmc: sdhci-pxav3: do the mbus window configuration after enabling clocksThomas Petazzoni1-11/+10
2015-06-10mmc: atmel-mci: fix bad variable type for clkdivLudovic Desroches1-2/+7
2015-06-09mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara1-1/+1
2015-06-09mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko1-0/+1
2015-06-09mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong3-1/+15
2015-05-18mmc: sunxi: Use devm_reset_control_get_optional() for reset controlChen-Yu Tsai1-1/+3