summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: start to break apart mmc_start_areq()Linus Walleij2017-02-141-22/+43
* mmc: block: respect bool returned from blk_end_request()Linus Walleij2017-02-141-25/+24
* mmc: block: return errorcode from mmc_sd_num_wr_blocks()Linus Walleij2017-02-141-8/+11
* mmc: queue: turn queue flags into boolsLinus Walleij2017-02-133-12/+11
* mmc: block: rename mmc_active to areqLinus Walleij2017-02-132-8/+8
* mmc: block: refactor mmc_blk_rw_try_restart()Linus Walleij2017-02-131-14/+21
* mmc: core: rename mmc_start_req() to *areq()Linus Walleij2017-02-133-15/+15
* mmc: block: rename rqc and reqLinus Walleij2017-02-131-28/+28
* mmc: block: inline the command abort and start new goto:sLinus Walleij2017-02-131-19/+27
* mmc: core: switch to ida_simple_ functions in block.cHeiner Kallweit2017-02-131-26/+5
* mmc: host: omap_hsmmc: avoid possible overflow of timeout valueRavikumar Kattekola2017-02-131-4/+5
* mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6Kishon Vijay Abraham I2017-02-131-6/+14
* mmc: host: omap_hsmmc: reset cmd line on ceb errorRavikumar Kattekola2017-02-131-1/+1
* mmc: dw_mmc: silent verbose log when calling from PM contextShawn Lin2017-02-131-5/+7
* mmc: core/mmci: restore pre/post_req behaviourLinus Walleij2017-02-133-11/+8
* mmc: sunxi: Add more debug informationsMaxime Ripard2017-02-131-4/+19
* mmc: sunxi: Add EMMC (MMC2) controller compatibleMaxime Ripard2017-02-131-0/+8
* mmc: sunxi: Mask DATA0 when updating the clockMaxime Ripard2017-02-131-1/+13
* mmc: sunxi: Enable the new timings for the A64 MMC controllersMaxime Ripard2017-02-131-0/+6
* mmc: sunxi: Always set signal delay to 0 for A64Maxime Ripard2017-02-131-33/+17
* mmc: sunxi: Gate the clock when rate is 0Maxime Ripard2017-02-131-1/+4
* mmc: sunxi: Fix clock frequency change sequenceMaxime Ripard2017-02-131-4/+4
* mmc: core: fix error path in mmc_host_allocHeiner Kallweit2017-02-131-0/+2
* mmc: core: simplify ida handlingHeiner Kallweit2017-02-131-16/+4
* mmc: sdhci-msm: Remove unnecessary comments of CDC init sequenceRitesh Harjani2017-02-131-13/+1
* mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_opsRitesh Harjani2017-02-131-3/+4
* mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson2017-02-131-0/+2
* mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson2017-02-131-4/+7
* mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson2017-02-133-14/+14
* mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson2017-02-134-7/+5
* mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson2017-02-131-7/+0
* mmc: sh_mobile_sdhi: add support for 2 clocksChris Brandt2017-02-131-0/+23
* mmc: meson: cleanup stray debug messagesKevin Hilman2017-02-131-3/+4
* mmc: block: stop passing around pointless return valuesLinus Walleij2017-02-132-25/+15
* mmc: block: introduce new_areq and old_areqLinus Walleij2017-02-131-6/+8
* mmc: block: inline command abortionsLinus Walleij2017-02-131-5/+13
* mmc: block: do not assign mq_rq when aborting commandLinus Walleij2017-02-131-1/+0
* mmc: block: break out mmc_blk_rw_start_new()Linus Walleij2017-02-131-10/+17
* mmc: block: break out mmc_blk_rw_cmd_abort()Linus Walleij2017-02-131-5/+12
* mmc: sdhci-s3c: use the bitops API for bit operationJaehoon Chung2017-02-131-20/+21
* mmc: sdhci-s3c: remove the sdhci-s3c-regs header fileJaehoon Chung2017-02-132-88/+69
* mmc: tmio: discard obsolete SDIO irqs before enabling irqsWolfram Sang2017-02-132-2/+13
* mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang2017-02-132-5/+3
* mmc: host: tmio: refactor calls to sdio irqWolfram Sang2017-02-131-3/+2
* mmc: pwrseq: add support for Marvell SD8787 chipMatt Ranostay2017-02-133-0/+128
* mmc: host: tmio: disable clocks when unbindingWolfram Sang2017-02-131-2/+9
* mmc: sdhci-msm: Provide enhanced_strobe mode feature supportRitesh Harjani2017-02-131-9/+25
* mmc: sdhci-msm: Make HS400 tuning follow as per recommeneded HW sequenceRitesh Harjani2017-02-131-2/+14
* mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuningRitesh Harjani2017-02-131-2/+4
* mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended valueSubhash Jadavani2017-02-131-1/+1