summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-05-0364-1612/+7522
|\
| * mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046ayangbo lu2017-04-281-0/+14
| * mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelayyangbo lu2017-04-281-5/+4Star
| * mmc: sdhci-xenon: Fix default value of LOGIC_TIMING_ADJUST for eMMC5.0 PHYHu Ziji2017-04-281-1/+6
| * mmc: sdhci-xenon: Fix the work flow in xenon_remove().Hu Ziji2017-04-281-2/+2
| * mmc: sdhci-xenon: Remove redundant dev_err call in get_dt_pad_ctrl_data()Wei Yongjun2017-04-251-4/+1Star
| * mmc: cavium: Use module_pci_driver to simplify the codeWei Yongjun2017-04-251-12/+1Star
| * mmc: cavium: Add MMC support for Octeon SOCs.Steven J. Hill2017-04-243-0/+363
| * mmc: cavium: Fix detection of block or byte addressing.Steven J. Hill2017-04-241-1/+1
| * mmc: core: Export API to allow hosts to get the card addressUlf Hansson2017-04-241-0/+6
| * mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2017-04-242-3/+11
| * mmc: sdhci-esdhc-imx: reset tuning circuit when power on mmc cardHaibo Chen2017-04-241-0/+26
| * mmc: sdhci-of-esdhc: add delay between tuning cyclesyangbo lu2017-04-241-0/+1
| * mmc: sdhci: Control the delay between tuning commandsAdrian Hunter2017-04-242-3/+10
| * mmc: sdhci-of-esdhc: add tuning supportyangbo lu2017-04-242-0/+25
| * mmc: sdhci-of-esdhc: add support for signal voltage switchyangbo lu2017-04-242-0/+75
| * mmc: sdhci-of-esdhc: add peripheral clock supportyangbo lu2017-04-242-2/+72
| * mmc: sdhci-pci: Allow for 3 bytes from Intel DSMAdrian Hunter2017-04-241-6/+6
| * mmc: cavium: Fix a shift wrapping bugDan Carpenter2017-04-241-1/+1
| * mmc: cavium: Check pointer before de-referenceJan Glauber2017-04-241-1/+1
| * mmc: cavium: Remove redundant pointer checkJan Glauber2017-04-241-1/+1
| * mmc: meson-gx: add support for descriptor chain modeHeiner Kallweit2017-04-241-16/+156
| * mmc: meson-gx: add basic tuning for rx clock phaseHeiner Kallweit2017-04-241-0/+49
| * mmc: meson-gx: introduce struct meson_tuning_paramsHeiner Kallweit2017-04-241-1/+16
| * mmc: core: add proper be32 annotationWinkler, Tomas2017-04-244-17/+16Star
| * mmc: sdhci-cadence: add parsing sdhci propertiesPiotr Sroka2017-04-241-0/+2
| * mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter2017-04-241-2/+2
| * mmc: sdhci-xenon: Add SoC PHY PAD voltage controlHu Ziji2017-04-243-1/+113
| * mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHCHu Ziji2017-04-244-3/+774
| * mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionalityHu Ziji2017-04-244-0/+612
| * mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji2017-04-242-1/+3
| * mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji2017-04-242-2/+5
| * mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji2017-04-242-1/+3
| * mmc: cavium: Support DDR mode for eMMC devicesJan Glauber2017-04-241-1/+11
| * mmc: cavium: Add scatter-gather DMA supportJan Glauber2017-04-243-10/+127
| * mmc: cavium: Add MMC PCI driver for ThunderX SOCsJan Glauber2017-04-244-0/+215
| * mmc: cavium: Add core MMC driver for Cavium SOCsJan Glauber2017-04-242-0/+1174
| * mmc: core: refactor mmc_request_done()Linus Walleij2017-04-241-11/+16
| * mmc: core: refactor asynchronous request finalizationLinus Walleij2017-04-241-53/+33Star
| * mmc: core: move some code in mmc_start_areq()Linus Walleij2017-04-241-8/+5Star
| * mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter2017-04-241-13/+27
| * mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter2017-04-241-13/+20
| * mmc: block: Factor out data preparationAdrian Hunter2017-04-241-69/+82
| * mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter2017-04-241-1/+1
| * mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter2017-04-241-8/+38
| * mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2017-04-242-0/+21
| * mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter2017-04-243-0/+32
| * mmc: queue: Share mmc request array between partitionsAdrian Hunter2017-04-243-96/+151
| * mmc: block: Introduce queue semanticsAdrian Hunter2017-04-243-56/+95
| * mmc: block: Use local var for mqrq_curAdrian Hunter2017-04-241-12/+14