summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmci: add variant property to write datactrl before commandLudovic Barre2018-10-092-2/+6
* mmc: mmci: add variant property to define irq pio maskLudovic Barre2018-10-092-3/+15
* mmc: mmci: add variant property to define dpsm bitLudovic Barre2018-10-092-3/+14
* mmc: mmci: add variant properties to define cpsm & cmdresp bitsLudovic Barre2018-10-092-4/+51
* mmc: mmci: expand startbiterr to irqmask and error checkLudovic Barre2018-10-092-14/+19
* mmc: mmci: add datactrl block size variant propertyLudovic Barre2018-10-092-2/+13
* mmc: mmci: add set_clk/pwrreg callbacksLudovic Barre2018-10-092-4/+17
* mmc: mmci: add validate_data callbackLudovic Barre2018-10-092-18/+22
* mmc: mmci: add dma_error callbackLudovic Barre2018-10-093-11/+18
* mmc: mmci: add dma_finalize callbackLudovic Barre2018-10-093-8/+15
* mmc: mmci: add dma_start callbackLudovic Barre2018-10-093-30/+42
* mmc: mmci: add get_next_data callbackLudovic Barre2018-10-093-6/+13
* mmc: mmci: add prepare/unprepare_data callbacksLudovic Barre2018-10-093-33/+78
* mmc: mmci: merge prepare data functionsLudovic Barre2018-10-091-12/+7
* 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
* dt-bindings: mmc: sdhci-of-arasan: Add new compatible for AM654 MMC PHYFaiz Abbas2018-10-091-0/+1
* mmc: mediatek: add bus_clk controlChaotian Jing2018-10-081-0/+6
* mmc: dt-bindings: add "bus-clk" for MT2712Chaotian Jing2018-10-081-0/+1
* 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/+17
* dt-bindings: mmc: sh_mmcif: Document r8a7744 DT bindingsBiju Das2018-10-081-1/+3
* dt-bindings: mmc: renesas_sdhi: Add r8a7744 supportBiju Das2018-10-081-0/+1
* 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-084-57/+1
* mmc: omap_hsmmc: Kill off cover detectionLinus Walleij2018-10-082-120/+2
* 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/+5
* mmc: sdhci: pxav3: Delete GPIO handlingLinus Walleij2018-10-082-18/+0
* mmc: sdhci: spear: Use the slot GPIO descriptorLinus Walleij2018-10-081-28/+5
* mmc: mmci: Drop support for pdata GPIO numbersLinus Walleij2018-10-084-43/+8
* 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/+2
* 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
* dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controllerChunyan Zhang2018-10-081-0/+41
* 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