summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mmc: mmci: merge prepare data functionsLudovic Barre2018-10-091-12/+7Star
| * | | | | mmc: mmci: introduce dma_priv pointer to mmci_hostLudovic Barre2018-10-092-69/+94
| * | | | | mmc: mmci: create common mmci_dma_setup/releaseLudovic Barre2018-10-093-18/+75
| * | | | | mmc: sdhci-of-arasan: Add Support for AM654 MMC and PHYFaiz Abbas2018-10-091-0/+46
| * | | | | mmc: sdhci-of-arasan: Add a single data structure to incorporate pdata and so...Faiz Abbas2018-10-091-15/+32
| * | | | | mmc: mediatek: add bus_clk controlChaotian Jing2018-10-081-0/+6
| * | | | | mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I modeAnand Moon2018-10-081-0/+11
| * | | | | mmc: meson-mx-sdio: mark expected switch fall-throughGustavo A. R. Silva2018-10-081-1/+1
| * | | | | mmc: tifm_sd: Mark expected switch fall-throughGustavo A. R. Silva2018-10-081-1/+2
| * | | | | mmc: mmci: Change struct members from bool to u8Ludovic Barre2018-10-081-16/+16
| * | | | | mmc: mmci: internalize dma_inprogress into mmci dma functionsLudovic Barre2018-10-082-8/+10
| * | | | | mmc: mmci: internalize dma map/unmap into mmci dma functionsLudovic Barre2018-10-081-23/+17Star
| * | | | | mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01Yu Zhao2018-10-081-0/+3
| * | | | | mmc: omap_hsmmc: Delete platform data GPIO CD and WPLinus Walleij2018-10-081-51/+1Star
| * | | | | mmc: omap_hsmmc: Kill off cover detectionLinus Walleij2018-10-081-119/+2Star
| * | | | | mmc: core: Allow building PWRSEQ_SD8787 with LIBERTAS_SDIOLubomir Rintel2018-10-081-1/+1
| * | | | | mmc: sdhci: sirf: Use the slot GPIO descriptorLinus Walleij2018-10-081-23/+5Star
| * | | | | mmc: sdhci: pxav3: Delete GPIO handlingLinus Walleij2018-10-081-14/+0Star
| * | | | | mmc: sdhci: spear: Use the slot GPIO descriptorLinus Walleij2018-10-081-28/+5Star
| * | | | | mmc: mmci: Drop support for pdata GPIO numbersLinus Walleij2018-10-081-28/+6Star
| * | | | | mmc: sdhci: fix __sdhci_adma_write_descJisheng Zhang2018-10-081-2/+2
| * | | | | mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISRjun qian2018-10-081-3/+2Star
| * | | | | mmc: renesas_sdhi_internal_dmac: set scatter/gather max segment sizeNiklas Söderlund2018-10-081-0/+8
| * | | | | mmc: sunxi: Use new timing mode for A64 eMMC controllerChen-Yu Tsai2018-10-081-0/+1
| * | | | | mmc: sunxi: Clarify new timing mode usage and implementationChen-Yu Tsai2018-10-081-6/+17
| * | | | | mmc: sdhci-sprd: Add Spreadtrum's initial host controllerChunyan Zhang2018-10-083-0/+512
| * | | | | mmc: sdhci: SDMA may use Auto-CMD23 in v4 modeChunyan Zhang2018-10-081-2/+5
| * | | | | mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang2018-10-082-10/+41
| * | | | | mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang2018-10-082-1/+21
| * | | | | mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang2018-10-082-26/+78
| * | | | | mmc: sdhci: Change SDMA address register for v4 modeChunyan Zhang2018-10-081-10/+20
| * | | | | mmc: sdhci: Add sd host v4 modeChunyan Zhang2018-10-082-0/+32
| * | | | | mmc: sdhci: Add version V4 definitionChunyan Zhang2018-10-082-1/+4
| * | | | | mmc: tegra: fix inconsistent IS_ERR and PTR_ERRYueHaibing2018-10-081-1/+1
| * | | | | mmc: tegra: Implement periodic pad calibrationAapo Vienamo2018-10-081-0/+22
| * | | | | mmc: tegra: Implement HS400 delay line calibrationAapo Vienamo2018-10-081-0/+29
| * | | | | mmc: tegra: Implement HS400 enhanced strobeAapo Vienamo2018-10-081-0/+23
| * | | | | mmc: tegra: Parse and program DQS trim valueAapo Vienamo2018-10-081-3/+29
| * | | | | mmc: tegra: Enable UHS and HS200 modes for Tegra186Aapo Vienamo2018-10-081-1/+3
| * | | | | mmc: tegra: Enable UHS and HS200 modes for Tegra210Aapo Vienamo2018-10-081-1/+3
| * | | | | mmc: tegra: Disable card clock during tuning cmd on Tegra210Aapo Vienamo2018-10-081-23/+58
| * | | | | mmc: tegra: Remove tegra_sdhci_writew() from tegra210_sdhci_opsAapo Vienamo2018-10-081-1/+0Star
| * | | | | mmc: tegra: Use standard SDHCI tuning on Tegra210 and Tegra186Aapo Vienamo2018-10-081-2/+15
| * | | | | mmc: tegra: Configure default trim value on resetAapo Vienamo2018-10-081-1/+6
| * | | | | mmc: tegra: Configure default tap valuesAapo Vienamo2018-10-081-55/+77
| * | | | | mmc: tegra: Parse default trim and tap from dtAapo Vienamo2018-10-081-0/+22
| * | | | | mmc: tegra: Add a workaround for tap value change glitchAapo Vienamo2018-10-081-2/+28
| * | | | | mmc: tegra: Enable pad calibration on Tegra210 and Tegra186Aapo Vienamo2018-10-081-2/+4
| * | | | | mmc: tegra: Perform pad calibration after voltage switchAapo Vienamo2018-10-081-0/+5
| * | | | | mmc: tegra: Program pad autocal offsets from dtAapo Vienamo2018-10-081-1/+151