summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2017-09-01mmc: renesas_sdhi: Add r8a7743/5 supportBiju Das-0/+2
2017-08-31mmc: meson-gx: fix __ffsdi2 undefined on arm32Jerome Brunet-7/+7
2017-08-30mmc: sdhci-xenon: add runtime pm support and reimplement standbyZhoujie Wu-16/+72
2017-08-30Merge branch 'fixes' into nextUlf Hansson-3/+22
2017-08-30mmc: core: Move mmc_start_areq() declarationAdrian Hunter-0/+6
2017-08-30mmc: mmci: stop building qcom dml as moduleSrinivas Kandagatla-3/+4
2017-08-30mmc: sunxi: Reset the device at probe timeMaxime Ripard-1/+1
2017-08-30mmc: meson-gx: rework tuning functionJerome Brunet-50/+111
2017-08-30mmc: meson-gx: change default tx phaseJerome Brunet-1/+7
2017-08-30mmc: meson-gx: implement voltage switch callbackJerome Brunet-0/+22
2017-08-30mmc: meson-gx: use CCF to handle the clock phasesJerome Brunet-41/+176
2017-08-30mmc: meson-gx: implement card_busy callbackJerome Brunet-0/+13
2017-08-30mmc: meson-gx: simplify interrupt handlerJerome Brunet-54/+39
2017-08-30mmc: meson-gx: work around clk-stop issueJerome Brunet-6/+68
2017-08-30mmc: meson-gx: fix dual data rate mode frequenciesJerome Brunet-12/+29
2017-08-30mmc: meson-gx: rework clock init functionJerome Brunet-48/+46
2017-08-30mmc: meson-gx: rework clk_set functionJerome Brunet-21/+9
2017-08-30mmc: meson-gx: rework set_ios functionJerome Brunet-13/+9
2017-08-30mmc: meson-gx: cfg init overwrite valuesJerome Brunet-10/+4
2017-08-30mmc: meson-gx: initialize sane clk default before clock registerJerome Brunet-10/+9
2017-08-30mmc: mmci: constify amba_idArvind Yadav-1/+1
2017-08-30mmc: block: cast a informative log for no devidx availableShawn Lin-1/+13
2017-08-30mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resumeMasahiro Yamada-21/+7
2017-08-30mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resumeMasahiro Yamada-76/+22
2017-08-30mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()Masahiro Yamada-23/+7
2017-08-30mmc: sdhci-cadence: add suspend / resume supportMasahiro Yamada-9/+97
2017-08-30mmc: sdhci-xenon: Support HS400 Enhanced Strobe featureHu Ziji-6/+29
2017-08-30mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRCKishon Vijay Abraham I-0/+5
2017-08-30mmc: sdhci: Tidy reading 136-bit responsesAdrian Hunter-10/+18
2017-08-30mmc: meson-gx: clean up some constantsJerome Brunet-3/+1
2017-08-30mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flagJerome Brunet-1/+1
2017-08-30mmc: meson-gx: fix mux mask definitionJerome Brunet-1/+1
2017-08-30mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij-25/+18
2017-08-30mmc: block: Refactor mmc_blk_part_switch()Linus Walleij-12/+13
2017-08-30mmc: block: Move duplicate checkLinus Walleij-16/+20
2017-08-30mmc: debugfs: Move block debugfs into block moduleLinus Walleij-89/+147
2017-08-30mmc: ops: export mmc_get_status()Linus Walleij-0/+1
2017-08-30mmc: block: Anonymize the drv op data pointerLinus Walleij-4/+6
2017-08-30mmc: cavium-octeon: Convert to use module_platform_driverAxel Lin-12/+1
2017-08-30mmc: test: reduce stack usage in mmc_test_nonblock_transferArnd Bergmann-56/+41
2017-08-30mmc: sdhci-of-esdhc: support ESDHC_CAPABILITIES_1 accessingyangbo lu-2/+24
2017-08-30mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handlingyangbo lu-13/+14
2017-08-30mmc: sdhci-s3c: use generic sdhci_set_bus_width()Michał Mirosław-33/+1
2017-08-30mmc: sdhci-pci: use generic sdhci_set_bus_width()Michał Mirosław-27/+3
2017-08-30mmc: sdhci-tegra: use generic sdhci_set_bus_width()Michał Mirosław-21/+2
2017-08-30mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATAMichał Mirosław-3/+2
2017-08-30mmc: core: Turn off CQE before sending commandsAdrian Hunter-0/+9
2017-08-30mmc: sdhci-xenon: add set_power callbackZhoujie Wu-0/+19
2017-08-30mmc: core: Add mmc_retune_hold_now()Adrian Hunter-0/+7
2017-08-30mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter-23/+0