aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2016-12-05mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rateJaehoon Chung
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim
2016-12-05mmc: dw_mmc: exynos: fix to call suspend callbackJoonyoung Shim
2016-12-05mmc: mmc_test: remove BUG_ONs and deploy error handlingShawn Lin
2016-12-05mmc: queue: remove BUG_ON for bounce_sgShawn Lin
2016-12-05mmc: sdio_uart: remove meaningless BUG_ONShawn Lin
2016-12-05mmc: core: remove BUG_ONs from core.cShawn Lin
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin
2016-12-05mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin
2016-12-05mmc: mmc: Add Command Queue definitionsAdrian Hunter
2016-12-05mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter
2016-12-05mmc: block: Fix 4K native sector checkAdrian Hunter
2016-12-05mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter
2016-11-29mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu
2016-11-29mmc: block: delete packed command supportLinus Walleij
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-11-29mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson
2016-11-29mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson
2016-11-29mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson
2016-11-29mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson
2016-11-29mmc: core: Remove redundant __mmc_send_status()Ulf Hansson
2016-11-29mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson
2016-11-29mmc: sdhci-pci: Allow deferred probe for sd card detect gpioDavid E. Box
2016-11-29mmc: sdhci-pci: Add support for Intel GLKAdrian Hunter
2016-11-29sdhci: sdhci-msm: update dll configurationRitesh Harjani
2016-11-29mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuitRitesh Harjani
2016-11-29mmc: sdhci-msm: Save the calculated tuning phaseRitesh Harjani
2016-11-29mmc: sdhci-msm: Add HS400 platform supportVenkat Gopalakrishnan
2016-11-29mmc: sdhci-msm: Add clock changes for DDR mode.Ritesh Harjani
2016-11-29mmc: sdhci-msm: Implement set_clock callback for sdhci-msmRitesh Harjani
2016-11-29mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani
2016-11-29mmc: sdhci-msm: Enable few quirksRitesh Harjani
2016-11-29mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callbackRitesh Harjani
2016-11-29mmc: sdhci-msm: Update DLL reset sequenceVenkat Gopalakrishnan
2016-11-29mmc: sdhci-msm: Change poor style writel/readl of registersRitesh Harjani
2016-11-29mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung
2016-11-29mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung
2016-11-29mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung
2016-11-29mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung