aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09mmc: mmci: add optional reset propertyLudovic Barre2-0/+9
2018-10-09mmc: mmci: add variant property to not read datacntLudovic Barre2-2/+9
2018-10-09mmc: mmci: add variant property to write datactrl before commandLudovic Barre2-2/+6
2018-10-09mmc: mmci: add variant property to define irq pio maskLudovic Barre2-3/+15
2018-10-09mmc: mmci: add variant property to define dpsm bitLudovic Barre2-3/+14
2018-10-09mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre2-4/+51
2018-10-09mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre2-14/+19
2018-10-09mmc: mmci: add datactrl block size variant propertyLudovic Barre2-2/+13
2018-10-09mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre2-4/+17
2018-10-09mmc: mmci: add validate_data callbackLudovic Barre2-18/+22
2018-10-09mmc: mmci: add dma_error callbackLudovic Barre3-11/+18
2018-10-09mmc: mmci: add dma_finalize callbackLudovic Barre3-8/+15
2018-10-09mmc: mmci: add dma_start callbackLudovic Barre3-30/+42
2018-10-09mmc: mmci: add get_next_data callbackLudovic Barre3-6/+13
2018-10-09mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre3-33/+78
2018-10-09mmc: mmci: merge prepare data functionsLudovic Barre1-12/+7
2018-10-09mmc: mmci: introduce dma_priv pointer to mmci_hostLudovic Barre2-69/+94
2018-10-09mmc: mmci: create common mmci_dma_setup/releaseLudovic Barre3-18/+75
2018-10-09mmc: sdhci-of-arasan: Add Support for AM654 MMC and PHYFaiz Abbas1-0/+46
2018-10-09mmc: sdhci-of-arasan: Add a single data structure to incorporate pdata and soc_ctl_mapFaiz Abbas1-15/+32
2018-10-08mmc: mediatek: add bus_clk controlChaotian Jing1-0/+6
2018-10-08mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I modeAnand Moon1-0/+11
2018-10-08mmc: meson-mx-sdio: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-10-08mmc: tifm_sd: Mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2018-10-08mmc: mmci: Change struct members from bool to u8Ludovic Barre1-16/+16
2018-10-08mmc: mmci: internalize dma_inprogress into mmci dma functionsLudovic Barre2-8/+10
2018-10-08mmc: mmci: internalize dma map/unmap into mmci dma functionsLudovic Barre1-23/+17
2018-10-08mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01Yu Zhao1-0/+3
2018-10-08mmc: omap_hsmmc: Delete platform data GPIO CD and WPLinus Walleij1-51/+1
2018-10-08mmc: omap_hsmmc: Kill off cover detectionLinus Walleij1-119/+2
2018-10-08mmc: core: Allow building PWRSEQ_SD8787 with LIBERTAS_SDIOLubomir Rintel1-1/+1
2018-10-08mmc: sdhci: sirf: Use the slot GPIO descriptorLinus Walleij1-23/+5
2018-10-08mmc: sdhci: pxav3: Delete GPIO handlingLinus Walleij1-14/+0
2018-10-08mmc: sdhci: spear: Use the slot GPIO descriptorLinus Walleij1-28/+5
2018-10-08mmc: mmci: Drop support for pdata GPIO numbersLinus Walleij1-28/+6
2018-10-08mmc: sdhci: fix __sdhci_adma_write_descJisheng Zhang1-2/+2
2018-10-08mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISRjun qian1-3/+2
2018-10-08mmc: renesas_sdhi_internal_dmac: set scatter/gather max segment sizeNiklas Söderlund1-0/+8
2018-10-08mmc: sunxi: Use new timing mode for A64 eMMC controllerChen-Yu Tsai1-0/+1
2018-10-08mmc: sunxi: Clarify new timing mode usage and implementationChen-Yu Tsai1-6/+17
2018-10-08mmc: sdhci-sprd: Add Spreadtrum's initial host controllerChunyan Zhang3-0/+512
2018-10-08mmc: sdhci: SDMA may use Auto-CMD23 in v4 modeChunyan Zhang1-2/+5
2018-10-08mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang2-10/+41
2018-10-08mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang2-1/+21
2018-10-08mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang2-26/+78
2018-10-08mmc: sdhci: Change SDMA address register for v4 modeChunyan Zhang1-10/+20
2018-10-08mmc: sdhci: Add sd host v4 modeChunyan Zhang2-0/+32
2018-10-08mmc: sdhci: Add version V4 definitionChunyan Zhang2-1/+4
2018-10-08mmc: tegra: fix inconsistent IS_ERR and PTR_ERRYueHaibing1-1/+1
2018-10-08mmc: tegra: Implement periodic pad calibrationAapo Vienamo1-0/+22