summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | mmc: sdhci-msm: Reset vendor specific func register on probeVenkat Gopalakrishnan2017-02-131-11/+4
| * | mmc: sdhci-msm: Factor out sdhci_msm_hs400Ritesh Harjani2017-02-131-6/+26
| * | mmc: sdhci-msm: Factor out function to set/get msm clock rateRitesh Harjani2017-02-131-24/+40
| * | mmc: sdhci-msm: Factor out sdhci_msm_hc_select_modeRitesh Harjani2017-02-131-87/+114
| * | mmc: mxs-mmc: Implement CMD23 supportStefan Wahren2017-02-131-4/+12
| * | mmc: wbsd: safer check if dma_addr is valid DMA addressAlexey Khoroshilov2017-02-131-2/+5
| * | mmc: sdhci-acpi: support deferred probeZhang Rui2017-02-131-1/+4
| * | mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-137-1/+54
| * | mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-1315-2/+263
| * | mmc: vub300: Don't use mmc_card_present() when validating for inserted cardUlf Hansson2017-02-131-4/+2
| * | mmc: omap: Don't use mmc_card_present() when validating for inserted cardUlf Hansson2017-02-131-1/+1
| * | mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-139-1/+58
OpenPOWER on IntegriCloud