summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2018-04-24mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith1-1/+1
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-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-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-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: 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
2015-08-27mmc: sdhci-esdhc: Make 8BIT bus workJoakim Tjernlund1-1/+1
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-05-18mmc: sunxi: Use devm_reset_control_get_optional() for reset controlChen-Yu Tsai1-1/+3
2015-03-07mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7...Marcin Wojtas1-5/+23
2015-03-07mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavorGregory CLEMENT1-0/+17
2015-03-07mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cyclesJisheng Zhang1-2/+2
2015-03-07mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang1-3/+4
2015-01-27mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger1-0/+6
2015-01-16mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski1-2/+6
2015-01-08mmc: sdhci-pci-o2micro: Fix Dell E5440 issuePeter Guo1-2/+0
2015-01-08mmc: omap_hsmmc: Fix UHS card with DDR50 supportUlf Hansson1-1/+3
2015-01-08mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan1-0/+7
2014-10-06mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequencyAdrian Hunter1-0/+5
2014-10-06mmc: sdhci-acpi: Pass HID and UID to probe_slotAdrian Hunter1-5/+8
2014-10-06mmc: sdhci-acpi: Get UID directly from acpi_deviceAdrian Hunter1-21/+5
2014-10-03mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster1-1/+1
2014-10-03mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequencyAdrian Hunter1-0/+2
2014-10-03mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter1-0/+6
2014-10-03mmc: sdhci-pci: Add Bay Trail and Braswell SD card detectAdrian Hunter2-1/+23
2014-10-03mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllersAdrian Hunter1-2/+4
2014-10-03mmc: sdhci-acpi: Add a HID and UID for a SD Card host controllerAdrian Hunter1-0/+1
2014-10-03mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllersAdrian Hunter1-2/+3
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter1-2/+6
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij2-3/+3
2014-09-29mmc: atmel-mci: fix mismatched section on atmci_cleanup_slotArnd Bergmann1-1/+1
2014-09-24mmc: rtsx_pci: Set power related cap2 macrosRoger Tseng2-0/+2
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun2-3/+5
2014-09-24mmc: atmel-mci: Release mmc resources on failure in probePramod Gurav1-2/+9
2014-09-24mmc: atmel-mci: Switch to using managed resource in probePramod Gurav1-27/+14