aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30mmc: dw_mmc-k3: make array hs_timing_cfg staticColin Ian King1-1/+1
2017-10-30mmc: sdhci-s3c: Fix driver data for Exynos4 SoCsMarek Szyprowski1-13/+5
2017-10-30mmc: cavium: Depend on GPIO driverJan Glauber1-1/+1
2017-10-30mmc: sdhci-msm: Add sdhci msm register write APIs which wait for pwr irqVijay Viswanath1-2/+171
2017-10-30mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORSVijay Viswanath1-0/+1
2017-10-30mmc: sdhci-msm: Fix HW issue with power IRQ handling during resetSahitya Tummala1-4/+42
2017-10-30mmc: sdhci-msm: fix issue with power irqSubhash Jadavani1-0/+18
2017-10-30mmc: dw_mmc: make const arrays mszs staticColin Ian King1-2/+2
2017-10-30mmc: dw_mmc: correct outdated comment for use_dmaZiyuan1-1/+2
2017-10-30mmc-host: mxcmmc: use setup_timer() helper.Allen1-3/+1
2017-10-30mmc-host: vub300: use setup_timer() helper.Allen1-6/+4
2017-10-30mmc-host: via: use setup_timer() helper.Allen1-3/+1
2017-10-30mmc-host: wbsd: use setup_timer() helper.Allen1-3/+2
2017-10-30mmc: rtsx: fix tuning fail on gen3 PCI-Expressrui_feng1-20/+18
2017-10-30mmc: sdhci-of-esdhc: disable SD clock for clock value 0yangbo lu1-28/+30
2017-10-30mmc: sdhci-pci: Add support for Intel CDFAdrian Hunter2-0/+2
2017-10-30mmc: sdhci-msm: Enable delay circuit calibration clocksBjorn Andersson1-1/+11
2017-10-30mmc: sdhci-msm: Utilize bulk clock APIBjorn Andersson1-46/+34
2017-10-30mmc: tegra: Mark 64 bit dma broken on Tegra186Krishna Reddy1-1/+9
2017-10-30Merge branch 'fixes' into nextUlf Hansson2-7/+23
2017-10-30Merge branch 'omap_hsmmc' into nextUlf Hansson4-25/+628
2017-10-20mmc: renesas_sdhi: fix kernel panic in _internal_dmac.cYoshihiro Shimoda1-7/+10
2017-10-20mmc: tmio: fix swiotlb buffer is fullYoshihiro Shimoda1-0/+13
2017-10-10mmc: sdhci-pci: Fix default d3_retune for Intel host controllersAdrian Hunter1-0/+2
2017-10-04mmc: sdhci-xenon: Fix clock resource by adding an optional bus clockGregory CLEMENT2-4/+21
2017-10-04mmc: meson-gx: include tx phase in the tuning processJerome Brunet1-1/+18
2017-10-04mmc: meson-gx: fix rx phase resetJerome Brunet1-2/+4
2017-10-04mmc: meson-gx: make sure the clock is rounded downJerome Brunet1-2/+1
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij2-6/+2
2017-10-02mmc: sdhci-omap: make three functions static, fixes warningsColin Ian King1-3/+3
2017-09-26Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-47/+15
2017-09-22mmc: sdhci-pci: Fix voltage switch for some Intel host controllersAdrian Hunter1-0/+15
2017-09-22mmc: tmio: remove broken and noisy debug macroWolfram Sang1-47/+0
2017-09-22mmc: sdhci-omap: Add OMAP SDHCI driverKishon Vijay Abraham I3-0/+620
2017-09-22mmc: host: omap_hsmmc: Remove setting PBIAS voltageKishon Vijay Abraham I1-25/+8
2017-09-08mmc: cavium: Fix use-after-free in of_platform_device_destroyJan Glauber1-1/+5
2017-09-08mmc: host: fix typo after MMC_DEBUG moveWolfram Sang1-1/+1
2017-09-01mmc: renesas_sdhi: Add r8a7743/5 supportBiju Das1-0/+2
2017-08-31mmc: meson-gx: fix __ffsdi2 undefined on arm32Jerome Brunet1-7/+7
2017-08-30mmc: sdhci-xenon: add runtime pm support and reimplement standbyZhoujie Wu2-16/+72
2017-08-30Merge branch 'fixes' into nextUlf Hansson1-0/+19
2017-08-30mmc: mmci: stop building qcom dml as moduleSrinivas Kandagatla2-3/+4
2017-08-30mmc: sunxi: Reset the device at probe timeMaxime Ripard1-1/+1
2017-08-30mmc: meson-gx: rework tuning functionJerome Brunet1-50/+111
2017-08-30mmc: meson-gx: change default tx phaseJerome Brunet1-1/+7
2017-08-30mmc: meson-gx: implement voltage switch callbackJerome Brunet1-0/+22
2017-08-30mmc: meson-gx: use CCF to handle the clock phasesJerome Brunet1-41/+176
2017-08-30mmc: meson-gx: implement card_busy callbackJerome Brunet1-0/+13
2017-08-30mmc: meson-gx: simplify interrupt handlerJerome Brunet1-54/+39
2017-08-30mmc: meson-gx: work around clk-stop issueJerome Brunet1-6/+68