aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23mmc: renesas_sdhi_internal_dmac: mask DMAC interruptsSergei Shtylyov1-0/+8
2018-08-23mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITSSergei Shtylyov1-1/+1
2018-08-21mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter2-5/+8
2018-08-21mmc: android-goldfish: fix bad logic of sg_copy_{from,to}_buffer conversionLudovic Desroches1-2/+2
2018-08-21mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversionLudovic Desroches1-6/+6
2018-08-01mmc: core: improve reasonableness of bus width setting for HS400esHongjie Fang1-1/+5
2018-08-01mmc: tmio: remove unneeded variable in tmio_mmc_start_command()Masahiro Yamada1-2/+1
2018-08-01mmc: renesas_sdhi: Fix sampling clock position selectingNiklas Söderlund1-0/+12
2018-08-01mmc: tmio: Fix tuning flowMasaharu Hayakawa1-2/+0
2018-08-01mmc: sunxi: remove output of virtual base addressAndre Przywara1-1/+4
2018-08-01mmc: sunxi: allow 3.3V DDR when DDR is availableIcenowy Zheng1-1/+1
2018-08-01mmc: mmci: Add and implement a ->dma_setup() callback for qcom dmlUlf Hansson4-11/+20
2018-07-30mmc: mmci: Initial support to manage variant specific callbacksUlf Hansson2-73/+82
2018-07-30mmc: tegra: Force correct divider calculation on DDR50/52Aapo Vienamo1-1/+16
2018-07-30mmc: sdhci: Add MSI interrupt support for O2 SD hosternest.zhang1-0/+25
2018-07-30mmc: sdhci: Add support for O2 hardware tuningernest.zhang2-1/+84
2018-07-30mmc: sdhci: Export sdhci tuning function symbolernest.zhang2-4/+13
2018-07-30mmc: sdhci: Change O2 Host HS200 mode clock frequency to 200MHzernest.zhang1-3/+2
2018-07-30mmc: sdhci: Add support for O2 eMMC HS200 modeernest.zhang1-0/+18
2018-07-16mmc: tegra: Add and use tegra_sdhci_get_max_clock()Aapo Vienamo1-2/+9
2018-07-16Merge branch 'fixes' into nextUlf Hansson1-1/+2
2018-07-16mmc: mxcmmc: Fix missing parentheses and braceKees Cook1-1/+2
2018-07-16mmc: sdhci-esdhc-imx: fix indentStefan Agner1-1/+1
2018-07-16mmc: sdhci-esdhc-imx: disable clocks before changing frequencyStefan Agner1-6/+6
2018-07-16mmc: tegra: prevent ACMD23 on Tegra 3Stefan Agner1-1/+9
2018-07-16mmc: tegra: fix eMMC DDR52 modeStefan Agner1-1/+2
2018-07-16mmc: tegra: prevent HS200 on Tegra 3Stefan Agner1-1/+2
2018-07-16mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc supportPrabu Thangamuthu4-1/+90
2018-07-16mmc: sdhci-esdhc-imx: Switch to SPDX identifierFabio Estevam1-4/+1
2018-07-16mmc: sdhci-of-dwcmshc: add SDHCI OF Synopsys DWC MSHC driverJisheng Zhang3-0/+128
2018-07-16mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner1-1/+8
2018-07-16mmc: sdhci-of-esdhc: set proper dma mask for ls104x chipsLaurentiu Tudor1-0/+6
2018-07-16mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()weiyongjun (A)1-1/+0
2018-07-16mmc: sdhci-xenon: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-16mmc: pxamci: provide a short-hand for &pdev->devDaniel Mack1-15/+16
2018-07-16mmc: pxamci: make GPIO lookups from pdata optionalDaniel Mack1-45/+47
2018-07-16mmc: pxamci: let mmc core handle regulatorsDaniel Mack1-32/+22
2018-07-16mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindingsDaniel Mack1-3/+0
2018-07-16mmc: pxamci: call mmc_of_parse()Daniel Mack1-11/+13
2018-07-16mmc: pxamci: fix indentingDaniel Mack1-10/+10
2018-07-16mmc: pxamci: remove dead code from pxamci_remove()Daniel Mack1-6/+1
2018-07-16mmc: pxamci: remove dma resources from private contextDaniel Mack1-4/+0
2018-07-16mmc: pxamci: remove irq from private contextDaniel Mack1-3/+1
2018-07-16mmc: sdhci-esdhc-imx: get rid of support_vselStefan Agner1-6/+2
2018-07-16mmc: sdhci-esdhc-imx: support eMMC DDR mode when running at 3.3VStefan Agner1-1/+1
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson3-49/+0
2018-07-16mmc: sdhci-of-esdhc: modify the sd clock in of_match_node wayyinbo.zhu1-28/+57
2018-07-16mmc: sdhci-of-arasan: Add quirk for unstable clocksHelmut Grohne1-0/+16
2018-07-16mmc: sdhci-pci: Add support for Intel ICPAdrian Hunter2-0/+4
2018-07-16mmc: host: Register changes for sdcc V5Sayali Lokhande1-126/+221