summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-12-05mmc: queue: remove BUG_ON for bounce_sgShawn Lin1-2/+0
2016-12-05mmc: sdio_uart: remove meaningless BUG_ONShawn Lin1-2/+0
2016-12-05mmc: core: remove BUG_ONs from core.cShawn Lin1-25/+9
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin2-37/+4
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin2-31/+0
2016-12-05mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin1-1/+5
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin3-21/+11
2016-12-05mmc: mmc: Add Command Queue definitionsAdrian Hunter1-0/+18
2016-12-05mmc: queue: Introduce queue depth and use it to allocate and freeAdrian Hunter2-59/+59
2016-12-05mmc: queue: Factor out mmc_queue_reqs_free_bufs()Adrian Hunter1-39/+26
2016-12-05mmc: queue: Factor out mmc_queue_alloc_sgs()Adrian Hunter1-6/+16
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_sgs()Adrian Hunter1-16/+28
2016-12-05mmc: queue: Factor out mmc_queue_alloc_bounce_bufs()Adrian Hunter1-18/+29
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter4-27/+22
2016-12-05mmc: block: Fix 4K native sector checkAdrian Hunter1-3/+5
2016-12-05mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter1-0/+2
2016-11-29soc: fsl: fix section mismatch build warningsSudeep Holla1-2/+5
2016-11-29mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu2-0/+21
2016-11-29soc: fsl: add GUTS driver for QorIQ platformsyangbo lu4-2/+256
2016-11-29Merge tag 'soc-device-match-tag1' into nextUlf Hansson2-0/+80
2016-11-29mmc: block: delete packed command supportLinus Walleij3-535/+20
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij8-21/+11
2016-11-29mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson1-7/+6
2016-11-29mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson1-11/+13
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson4-17/+27
2016-11-29mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson1-4/+8
2016-11-29mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson2-6/+6
2016-11-29mmc: core: Remove redundant __mmc_send_status()Ulf Hansson1-9/+1
2016-11-29mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson1-3/+6
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