aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26mmc: dw_mmc: remove the deprecated "supports-highspeed" propertyJaehoon Chung1-5/+0
2016-09-26mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifothShawn Lin1-4/+1
2016-09-26mmc: dw_mmc: use macro to define ring buffer sizeShawn Lin1-5/+10
2016-09-26mmc: dw_mmc: fix misleading error print if failing to do DMA transferShawn Lin1-2/+4
2016-09-26mmc: dw_mmc: avoid race condition of cpu and IDMACShawn Lin1-79/+129
2016-09-26mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64Shawn Lin1-70/+79
2016-09-26mmc: sdhci-of-arasan: Set controller to test mode when no CD bitZach Brown2-1/+28
2016-09-26mmc: tmio: add eMMC supportWolfram Sang2-12/+29
2016-09-26mmc: rtsx_usb: use new macro for R1 without CRCWolfram Sang1-1/+1
2016-09-26mmc: rtsx_pci: use new macro for R1 without CRCWolfram Sang1-1/+1
2016-09-26mmc: sdhci-acpi: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllersAdrian Hunter1-1/+1
2016-09-26mmc: sdhci-pci: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllersAdrian Hunter1-0/+1
2016-09-26mmc: sdhci: Support cap_cmd_during_tfr requestsAdrian Hunter1-4/+17
2016-09-26mmc: sdhci-brcmstb: Fix incorrect capabilityJaedon Shin1-0/+3
2016-09-26mmc: sunxi: add support for A64 mmc controllerIcenowy Zheng1-0/+79
2016-09-26mmc: davinci: remove incorrect NO_IRQ useArnd Bergmann1-2/+4
2016-09-26mmc: sh_mobile_sdhi: Add r8a7796 supportAi Kyuse1-0/+1
2016-09-26mmc: tegra: Mark 64-bit DMA broken on Tegra124Thierry Reding1-1/+26
2016-09-26mmc: sdhci-of-arasan: Properly set corecfg_clockmultiplier on rk3399Shawn Lin1-0/+46
2016-09-26sdhci-pci: enable SD card interface on MerrifieldAndy Shevchenko1-1/+4
2016-09-26sdhci-pci: enable SDIO interface on Intel MerrifieldAndy Shevchenko1-0/+5
2016-09-26sdhci-pci: refactor intel_mrfld_mmc_probe_slot()Andy Shevchenko1-6/+11
2016-09-26mmc: dw_mmc: k3: UHS-SD card for Hisilicon HikeyJin Guojun1-0/+6
2016-09-26mmc: dw_mmc: return -EILSEQ for EBE and SBE errorShawn Lin1-2/+2
2016-09-26mmc: dw_mmc: add reset support to dwmmc host controllerGuodong Xu1-1/+22
2016-09-26mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clockJaehoon Chung1-9/+4
2016-09-26mmc: dw_mmc: remove parsing for each slot subnodeShawn Lin1-43/+0
2016-09-26mmc: dw_mmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipsetKrzysztof Kozlowski1-1/+5
2016-09-26mmc: sdhci: Remove ->platform_init() callback as it's no longer usedUlf Hansson2-8/+0
2016-09-26mmc: sdhci-pci: Convert to use managed functions (part2)Andy Shevchenko2-29/+6
2016-09-26mmc: host: sh_mobile_sdhi: don't populate unneeded functionsWolfram Sang1-2/+8
2016-09-26mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang3-8/+10
2016-09-26mmc: sunxi-mmc: change idma descriptor to __le32Michael Weiser1-12/+15
2016-09-26mmc: sunxi: Check the value returned by clk_round_rateJean-Francois Moine1-3/+9
2016-09-26mmc: sdhci-of-arasan: Don't power PHY w/ slow/no clockDouglas Anderson1-15/+48
2016-09-26mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman1-1/+1
2016-09-26mmc: sdhci-esdhc-imx: correct the max timeout countHaibo Chen1-1/+2
2016-09-26mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCVHaibo Chen1-1/+3
2016-09-26mmc: sdhci-brcmstb: Delete owner assignmentMarkus Elfring1-1/+0
2016-09-26mmc: vub300: don't print error when allocating urb failsWolfram Sang1-2/+0
2016-09-26mmc: sdhci-of-esdhc: use of_property_read_boolJulia Lawall1-1/+1
2016-09-26mmc: sdhci-bcm-kona: fix error return code in sdhci_bcm_kona_probe()Wei Yongjun1-2/+4
2016-09-26mmc: moxart: fix wait_for_completion_interruptible_timeout return variable typeNicholas Mc Guire1-2/+3
2016-09-26mmc: sunxi: sun4i / sun5i do not have sample clocksHans de Goede1-11/+24
2016-09-26mmc: sunxi: Factor out clock phase setting code into a helper functionHans de Goede1-28/+33
2016-09-26mmc: sunxi: Introduce a sunxi_mmc_cfg structHans de Goede1-32/+45
2016-09-26mmc: sunxi: Disable sample clks on removeHans de Goede1-0/+2
2016-09-22mmc: dw_mmc: fix the spamming log messageJaehoon Chung2-5/+12
2016-09-14mmc: omap: Initialize dma_slave_config to avoid random data in it's fieldsPeter Ujfalusi1-8/+10
2016-09-14mmc: omap_hsmmc: Initialize dma_slave_config to avoid random dataPeter Ujfalusi1-8/+8