summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: sdhci: Add support for O2 eMMC HS200 modeernest.zhang2018-07-301-0/+18
* mmc: tegra: Add and use tegra_sdhci_get_max_clock()Aapo Vienamo2018-07-161-2/+9
* Merge branch 'fixes' into nextUlf Hansson2018-07-161-1/+2
|\
| * mmc: mxcmmc: Fix missing parentheses and braceKees Cook2018-07-161-1/+2
* | mmc: sdhci-esdhc-imx: fix indentStefan Agner2018-07-161-1/+1
* | mmc: sdhci-esdhc-imx: disable clocks before changing frequencyStefan Agner2018-07-161-6/+6
* | mmc: tegra: prevent ACMD23 on Tegra 3Stefan Agner2018-07-161-1/+9
* | mmc: tegra: fix eMMC DDR52 modeStefan Agner2018-07-161-1/+2
* | mmc: tegra: prevent HS200 on Tegra 3Stefan Agner2018-07-161-1/+2
* | mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc supportPrabu Thangamuthu2018-07-164-1/+90
* | mmc: sdhci-esdhc-imx: Switch to SPDX identifierFabio Estevam2018-07-161-4/+1
* | mmc: sdhci-of-dwcmshc: add SDHCI OF Synopsys DWC MSHC driverJisheng Zhang2018-07-163-0/+128
* | mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner2018-07-161-1/+8
* | mmc: sdhci-of-esdhc: set proper dma mask for ls104x chipsLaurentiu Tudor2018-07-161-0/+6
* | mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()weiyongjun (A)2018-07-161-1/+0
* | mmc: sdhci-xenon: mark expected switch fall-throughGustavo A. R. Silva2018-07-161-0/+1
* | mmc: pxamci: provide a short-hand for &pdev->devDaniel Mack2018-07-161-15/+16
* | mmc: pxamci: make GPIO lookups from pdata optionalDaniel Mack2018-07-161-45/+47
* | mmc: pxamci: let mmc core handle regulatorsDaniel Mack2018-07-161-32/+22
* | mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindingsDaniel Mack2018-07-161-3/+0
* | mmc: pxamci: call mmc_of_parse()Daniel Mack2018-07-161-11/+13
* | mmc: pxamci: fix indentingDaniel Mack2018-07-161-10/+10
* | mmc: pxamci: remove dead code from pxamci_remove()Daniel Mack2018-07-161-6/+1
* | mmc: pxamci: remove dma resources from private contextDaniel Mack2018-07-161-4/+0
* | mmc: pxamci: remove irq from private contextDaniel Mack2018-07-161-3/+1
* | mmc: sdhci-esdhc-imx: get rid of support_vselStefan Agner2018-07-161-6/+2
* | mmc: sdhci-esdhc-imx: support eMMC DDR mode when running at 3.3VStefan Agner2018-07-161-1/+1
* | mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson2018-07-163-49/+0
* | mmc: sdhci-of-esdhc: modify the sd clock in of_match_node wayyinbo.zhu2018-07-161-28/+57
* | mmc: sdhci-of-arasan: Add quirk for unstable clocksHelmut Grohne2018-07-161-0/+16
* | mmc: sdhci-pci: Add support for Intel ICPAdrian Hunter2018-07-162-0/+4
* | mmc: host: Register changes for sdcc V5Sayali Lokhande2018-07-161-126/+221
* | mmc: sdhci-msm: Add msm version specific ops and data structuresVijay Viswanath2018-07-161-0/+75
* | mmc: sdhci-msm: Define new Register address mapSayali Lokhande2018-07-161-0/+89
* | mmc: renesas_sdhi: add eMMC HS400 mode supportMasaharu Hayakawa2018-07-163-26/+138
* | mmc: tmio: add eMMC HS400 mode supportMasaharu Hayakawa2018-07-162-2/+51
* | mmc: core: more fine-grained hooks for HS400 tuningSimon Horman2018-07-161-0/+10
* | mmc: dw_mmc-exynos: fix potential external abort in resume_noirq()Marek Szyprowski2018-07-161-9/+24
* | mmc: tegra: Use sdhci_pltfm_clk_get_max_clockAapo Vienamo2018-07-161-13/+2
* | mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin2018-07-162-2/+2
* | Merge branch 'next_pxa_dma' into nextUlf Hansson2018-07-161-26/+3
|\ \ | |/ |/|
| * mmc: pxamci: remove the dmaengine compat needRobert Jarzmik2018-06-181-26/+3
* | mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl statesStefan Agner2018-07-091-12/+9
* | mmc: sunxi: Disable irq during pm_suspendStefan Mavrodiev2018-07-051-0/+7
* | mmc: dw_mmc: fix card threshold control configurationx002701702018-07-031-3/+4
* | mmc: core: cd_label must be last entry of mmc_gpio structAnson Huang2018-07-031-1/+1
* | mmc: renesas_sdhi_internal_dmac: Cannot clear the RX_IN_USE in abortYoshihiro Shimoda2018-07-021-2/+1
* | mmc: renesas_sdhi_internal_dmac: Fix missing unmap in error patchYoshihiro Shimoda2018-07-021-6/+6
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
* Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-06-0552-431/+1148
|\