summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren2017-01-121-2/+4
* mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede2017-01-121-1/+2
* MMC: meson: avoid possible NULL dereferenceHeinrich Schuchardt2017-01-101-3/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter2016-12-201-14/+19
* mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada2016-12-201-0/+1
* mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada2016-12-083-0/+295
* mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada2016-12-082-1/+3
* mmc: sdhci: Tidy tuning loopAdrian Hunter2016-12-051-38/+43
* mmc: sdhci: Simplify tuning block size logicAdrian Hunter2016-12-051-11/+5
* mmc: sdhci: Factor out tuning helper functionsAdrian Hunter2016-12-051-92/+124
* mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter2016-12-051-10/+1
* mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter2016-12-051-18/+2
* mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter2016-12-051-0/+1
* mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter2016-12-051-0/+20
* Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter2016-12-051-4/+0
* mmc: sdhci-acpi: support 80860F14 UID 2 SDIO busDaniel Drake2016-12-051-0/+1
* mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS selectMasahiro Yamada2016-12-051-1/+0
* mmc: sdhci-pci: Use ACPI to get max frequency for Intel NI byt sdioZach Brown2016-12-051-0/+32
* mmc: sdhci-pci: Add PCI ID for Intel NI byt sdioZach Brown2016-12-051-0/+24
* mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rateJaehoon Chung2016-12-051-0/+2
* mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung2016-12-052-1/+13
* mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung2016-12-051-2/+16
* mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung2016-12-051-1/+2
* mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim2016-12-051-1/+15
* mmc: dw_mmc: exynos: fix to call suspend callbackJoonyoung Shim2016-12-051-2/+26
* mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu2016-11-292-0/+21
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-297-14/+7
* mmc: sdhci-pci: Allow deferred probe for sd card detect gpioDavid E. Box2016-11-291-5/+10
* mmc: sdhci-pci: Add support for Intel GLKAdrian Hunter2016-11-292-1/+29
* sdhci: sdhci-msm: update dll configurationRitesh Harjani2016-11-291-2/+123
* mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuitRitesh Harjani2016-11-291-0/+151
* mmc: sdhci-msm: Save the calculated tuning phaseRitesh Harjani2016-11-291-0/+10
* mmc: sdhci-msm: Add HS400 platform supportVenkat Gopalakrishnan2016-11-291-10/+112
* mmc: sdhci-msm: Add clock changes for DDR mode.Ritesh Harjani2016-11-291-4/+17
* mmc: sdhci-msm: Implement set_clock callback for sdhci-msmRitesh Harjani2016-11-291-1/+65
* mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani2016-11-292-11/+18
* mmc: sdhci-msm: Enable few quirksRitesh Harjani2016-11-291-1/+3
* mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callbackRitesh Harjani2016-11-291-0/+17
* mmc: sdhci-msm: Update DLL reset sequenceVenkat Gopalakrishnan2016-11-291-0/+60
* mmc: sdhci-msm: Change poor style writel/readl of registersRitesh Harjani2016-11-291-30/+32
* mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung2016-11-291-0/+2
* mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung2016-11-291-4/+2
* mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung2016-11-291-20/+19
* mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung2016-11-291-10/+5
* mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung2016-11-291-0/+3
* mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung2016-11-291-1/+1
* mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung2016-11-291-5/+2
* mmc: dw_mmc: display the real register value on debugfsJaehoon Chung2016-11-291-6/+8
* mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King2016-11-291-2/+2
OpenPOWER on IntegriCloud