aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-20mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter1-14/+19
2016-12-20mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada1-0/+1
2016-12-08mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada3-0/+295
2016-12-08mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada2-1/+3
2016-12-05mmc: sdhci: Tidy tuning loopAdrian Hunter1-38/+43
2016-12-05mmc: sdhci: Simplify tuning block size logicAdrian Hunter1-11/+5
2016-12-05mmc: sdhci: Factor out tuning helper functionsAdrian Hunter1-92/+124
2016-12-05mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter1-10/+1
2016-12-05mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter1-18/+2
2016-12-05mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter1-0/+1
2016-12-05mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2016-12-05Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter1-4/+0
2016-12-05mmc: sdhci-acpi: support 80860F14 UID 2 SDIO busDaniel Drake1-0/+1
2016-12-05mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS selectMasahiro Yamada1-1/+0
2016-12-05mmc: sdhci-pci: Use ACPI to get max frequency for Intel NI byt sdioZach Brown1-0/+32
2016-12-05mmc: sdhci-pci: Add PCI ID for Intel NI byt sdioZach Brown1-0/+24
2016-12-05mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rateJaehoon Chung1-0/+2
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung2-1/+13
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung1-2/+16
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung1-1/+2
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim1-1/+15
2016-12-05mmc: dw_mmc: exynos: fix to call suspend callbackJoonyoung Shim1-2/+26
2016-11-29mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu2-0/+21
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij7-14/+7
2016-11-29mmc: sdhci-pci: Allow deferred probe for sd card detect gpioDavid E. Box1-5/+10
2016-11-29mmc: sdhci-pci: Add support for Intel GLKAdrian Hunter2-1/+29
2016-11-29sdhci: sdhci-msm: update dll configurationRitesh Harjani1-2/+123
2016-11-29mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuitRitesh Harjani1-0/+151
2016-11-29mmc: sdhci-msm: Save the calculated tuning phaseRitesh Harjani1-0/+10
2016-11-29mmc: sdhci-msm: Add HS400 platform supportVenkat Gopalakrishnan1-10/+112
2016-11-29mmc: sdhci-msm: Add clock changes for DDR mode.Ritesh Harjani1-4/+17
2016-11-29mmc: sdhci-msm: Implement set_clock callback for sdhci-msmRitesh Harjani1-1/+65
2016-11-29mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani2-11/+18
2016-11-29mmc: sdhci-msm: Enable few quirksRitesh Harjani1-1/+3
2016-11-29mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callbackRitesh Harjani1-0/+17
2016-11-29mmc: sdhci-msm: Update DLL reset sequenceVenkat Gopalakrishnan1-0/+60
2016-11-29mmc: sdhci-msm: Change poor style writel/readl of registersRitesh Harjani1-30/+32
2016-11-29mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung1-0/+2
2016-11-29mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung1-4/+2
2016-11-29mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung1-20/+19
2016-11-29mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung1-10/+5
2016-11-29mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung1-0/+3
2016-11-29mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung1-1/+1
2016-11-29mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung1-5/+2
2016-11-29mmc: dw_mmc: display the real register value on debugfsJaehoon Chung1-6/+8
2016-11-29mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King1-2/+2
2016-11-29mmc: davinci: request gpios using gpio descriptorsahaslam@baylibre.com1-1/+12
2016-11-29mmc: davinci: use mmc_of_parse to parse common mmc configurationahaslam@baylibre.com1-64/+55
2016-11-29mmc: tmio: remove SDIO from TODO listWolfram Sang1-1/+0