summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: fix race condition in mmc_wait_data_doneJialing Fu2015-10-071-2/+4
* mmc: sdhci-esdhc: Make 8BIT bus workJoakim Tjernlund2015-08-271-1/+1
* mmc: card: Fixup request missing in mmc_blk_issue_rw_rqDing Wang2015-08-041-3/+5
* mmc: block: Add missing mmc_blk_put() in power_ro_lock_show()Tomas Winkler2015-08-041-0/+2
* mmc: sdhci-pxav3: do the mbus window configuration after enabling clocksThomas Petazzoni2015-07-051-11/+10
* mmc: atmel-mci: fix bad variable type for clkdivLudovic Desroches2015-06-101-2/+7
* mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara2015-06-091-1/+1
* mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko2015-06-091-0/+1
* mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong2015-06-093-1/+15
* mmc: sunxi: Use devm_reset_control_get_optional() for reset controlChen-Yu Tsai2015-05-171-1/+3
* mmc: sdhci-pxav3: Fix Armada 38x controller's caps according to erratum ERR-7...Marcin Wojtas2015-03-061-5/+23
* mmc: sdhci-pxav3: Fix SDR50 and DDR50 capabilities for the Armada 38x flavorGregory CLEMENT2015-03-061-0/+17
* mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cyclesJisheng Zhang2015-03-061-2/+2
* mmc: sdhci-pxav3: fix unbalanced clock issues during probeJisheng Zhang2015-03-061-3/+4
* mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger2015-01-271-0/+6
* mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski2015-01-161-2/+6
* mmc: sdhci-pci-o2micro: Fix Dell E5440 issuePeter Guo2015-01-081-2/+0
* mmc: block: add newline to sysfs display of force_roBaruch Siach2015-01-081-1/+1
* mmc: omap_hsmmc: Fix UHS card with DDR50 supportUlf Hansson2015-01-081-1/+3
* mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan2015-01-081-0/+7
* mmc: core: fix card detection regressionKristina Martsenko2014-11-051-13/+8
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-1166-733/+1934
|\ \
| * | mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequencyAdrian Hunter2014-10-061-0/+5
| * | mmc: sdhci-acpi: Pass HID and UID to probe_slotAdrian Hunter2014-10-061-5/+8
| * | mmc: sdhci-acpi: Get UID directly from acpi_deviceAdrian Hunter2014-10-061-21/+5
| * | mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster2014-10-031-1/+1
| * | mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequencyAdrian Hunter2014-10-031-0/+2
| * | mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter2014-10-031-0/+6
| * | mmc: sdhci-pci: Add Bay Trail and Braswell SD card detectAdrian Hunter2014-10-032-1/+23
| * | mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllersAdrian Hunter2014-10-031-2/+4
| * | mmc: sdhci-acpi: Add a HID and UID for a SD Card host controllerAdrian Hunter2014-10-031-0/+1
| * | mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllersAdrian Hunter2014-10-031-2/+3
| * | mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter2014-10-031-2/+6
| * | mmc: core: restore detect line inversion semanticsLinus Walleij2014-10-024-9/+43
| * | mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter2014-09-291-1/+1
| * | mmc: Fix use of wrong device in mmc_gpiod_free_cd()Adrian Hunter2014-09-291-1/+1
| * | mmc: atmel-mci: fix mismatched section on atmci_cleanup_slotArnd Bergmann2014-09-291-1/+1
| * | mmc: rtsx_pci: Set power related cap2 macrosRoger Tseng2014-09-242-0/+2
| * | mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng2014-09-241-0/+1
| * | mmc: sdhci: execute tuning when device is not busyYi Sun2014-09-242-3/+5
| * | mmc: atmel-mci: Release mmc resources on failure in probePramod Gurav2014-09-241-2/+9
| * | mmc: atmel-mci: Switch to using managed resource in probePramod Gurav2014-09-241-27/+14
| * | mmc: Convert pr_warning to pr_warnJoe Perches2014-09-2414-92/+69
| * | mmc: Consolidate emmc tuning blocksStephen Boyd2014-09-233-64/+36
| * | mmc: sdhci-msm: Make tuning block table endian agnosticStephen Boyd2014-09-231-15/+27
| * | mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-234-2/+3
| * | mmc: tmio: prevent endless loop in tmio_mmc_set_clock()Sergei Shtylyov2014-09-191-0/+9
| * | mmc: tmio: enable odd number size accessKuninori Morimoto2014-09-191-4/+35