index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci-brcmstb.c
Age
Commit message (
Expand
)
Author
2023-08-15
mmc: sdhci-brcmstb: Use sdhci_pltfm_remove()
Adrian Hunter
2023-08-15
mmc: Convert to platform remove callback returning void
Yangtao Li
2023-02-15
mmc: sdhci-brcmstb: Use devm_platform_get_and_ioremap_resource()
Ye Xingchen
2023-01-23
mmc: sdhci-brcmstb: Replace SDHCI_QUIRK_MISSING_CAPS
Adrian Hunter
2022-12-07
mmc: sdhci-brcmstb: Resolve "unused" warnings with CONFIG_OF=n
Brian Norris
2022-11-07
mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCI
Brian Norris
2022-07-18
mmc: sdhci-brcmstb: use clk_get_rate(base_clk) in PM resume
Kamal Dasu
2022-07-12
mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()
Nathan Chancellor
2022-07-12
mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0
Kamal Dasu
2022-05-06
mmc: sdhci-brcmstb: Fix compiler warning
Ulf Hansson
2022-05-04
mmc: sdhci-brcmstb: Enable Clock Gating to save power
Al Cooper
2022-05-04
mmc: sdhci-brcmstb: Re-organize flags
Al Cooper
2021-03-30
mmc: sdhci-brcmstb: Remove CQE quirk
Al Cooper
2021-01-13
mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend
Al Cooper
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.9
Douglas Anderson
2020-09-07
mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()
Krzysztof Kozlowski
2020-01-20
mmc: sdhci-brcmstb: Fix incorrect switch to HS mode
Al Cooper
2020-01-20
mmc: sdhci-brcmstb: Add support for Command Queuing (CQE)
Al Cooper
2020-01-20
mmc: sdhci-brcmstb: Add shutdown callback
Al Cooper
2020-01-20
mmc: sdhci-brcmstb: Fix driver to defer on clk_get defer
Al Cooper
2020-01-20
mmc: sdhci-brcmstb: Add ability to use HS400ES transfer mode
Al Cooper
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-02-25
mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probe
Stefan Wahren
2017-08-30
mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume
Masahiro Yamada
2017-08-30
mmc: sdhci-brcmstb: constify sdhci_pltfm_data structures
Julia Lawall
2017-06-20
mmc: core: Remove MMC_CAP2_HC_ERASE_SZ
Ulf Hansson
2017-04-24
mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm
Adrian Hunter
2016-09-26
mmc: sdhci-brcmstb: Fix incorrect capability
Jaedon Shin
2016-09-26
mmc: sdhci-brcmstb: Delete owner assignment
Markus Elfring
2016-07-25
mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
Al Cooper