summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-brcmstb.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Merge branch fixes into nextUlf Hansson2024-06-201-0/+4
|\
| * mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discardKamal Dasu2024-06-201-0/+4
* | mmc: sdhci-brcmstb: Add BCM2712 supportAndrea della Porta2024-06-201-0/+60
|/
* mmc: sdhci-brcmstb: add new sdhci reset sequence for brcm 74165b0Kamal Dasu2024-01-051-5/+64
* mmc: sdhci-brcmstb: Use sdhci_pltfm_remove()Adrian Hunter2023-08-151-13/+5
* mmc: Convert to platform remove callback returning voidYangtao Li2023-08-151-1/+1
* mmc: sdhci-brcmstb: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-02-151-3/+1
* mmc: sdhci-brcmstb: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-3/+1
* mmc: sdhci-brcmstb: Resolve "unused" warnings with CONFIG_OF=nBrian Norris2022-12-071-1/+1
* mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: sdhci-brcmstb: use clk_get_rate(base_clk) in PM resumeKamal Dasu2022-07-181-1/+8
* mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()Nathan Chancellor2022-07-121-1/+1
* mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0Kamal Dasu2022-07-121-1/+68
* mmc: sdhci-brcmstb: Fix compiler warningUlf Hansson2022-05-061-1/+1
* mmc: sdhci-brcmstb: Enable Clock Gating to save powerAl Cooper2022-05-041-1/+34
* mmc: sdhci-brcmstb: Re-organize flagsAl Cooper2022-05-041-16/+16
* mmc: sdhci-brcmstb: Remove CQE quirkAl Cooper2021-03-301-1/+0
* mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspendAl Cooper2021-01-131-5/+1
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.9Douglas Anderson2020-09-071-0/+1
* mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()Krzysztof Kozlowski2020-09-071-7/+5
* mmc: sdhci-brcmstb: Fix incorrect switch to HS modeAl Cooper2020-01-201-1/+30
* mmc: sdhci-brcmstb: Add support for Command Queuing (CQE)Al Cooper2020-01-201-8/+132
* mmc: sdhci-brcmstb: Add shutdown callbackAl Cooper2020-01-201-0/+10
* mmc: sdhci-brcmstb: Fix driver to defer on clk_get deferAl Cooper2020-01-201-0/+2
* mmc: sdhci-brcmstb: Add ability to use HS400ES transfer modeAl Cooper2020-01-201-11/+86
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probeStefan Wahren2019-02-251-1/+3
* mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resumeMasahiro Yamada2017-08-301-36/+1
* mmc: sdhci-brcmstb: constify sdhci_pltfm_data structuresJulia Lawall2017-08-301-1/+1
* mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson2017-06-201-3/+0
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-0/+3
* mmc: sdhci-brcmstb: Fix incorrect capabilityJaedon Shin2016-09-261-0/+3
* mmc: sdhci-brcmstb: Delete owner assignmentMarkus Elfring2016-09-261-1/+0
* mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCsAl Cooper2016-07-251-0/+143