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-st.c
Age
Commit message (
Expand
)
Author
2023-08-15
mmc: sdhci-st: Use sdhci_pltfm_remove()
Adrian Hunter
2023-08-15
mmc: sdhci-st: Convert to platform remove callback returning void
Yangtao Li
2023-08-09
mmc: sdhci-st: Use devm_platform_ioremap_resource_byname()
Li Zetao
2022-07-12
mmc: sdhci-st: Obviously always return success in remove callback
Uwe Kleine-König
2021-04-12
mmc: sdhci-st: Remove unnecessary error log
Laibin Qiu
2021-03-30
mmc: sdhci-st: simplify optional reset handling
Philipp Zabel
2020-11-24
mmc: sdhci-st: drop of_match_ptr from of_device_id table
Krzysztof Kozlowski
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2018-05-29
mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails
Jisheng Zhang
2017-08-30
mmc: sdhci-st: explicitly request exclusive reset control
Philipp Zabel
2017-08-30
mmc: sdhci-st: Handle return value of clk_prepare_enable
Arvind Yadav
2017-04-24
mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm
Adrian Hunter
2017-04-24
mmc: sdhci-st: remove unnecessary platform_set_drvdata() call
Jisheng Zhang
2016-09-12
mmc: sdhci-st: Handle interconnect clock
Lee Jones
2016-07-25
mmc: host: use the defined function to check whether card is removable
Jaehoon Chung
2016-02-29
mmc: sdhci-st: use sdhci_pltfm_init for private allocation
Jisheng Zhang
2015-06-01
mmc: sdhci-st: Fix modalias to make module auto-loading work
Zhangfei Gao
2015-04-10
mmc: sdhci-st: Update the quirks for this controller.
Peter Griffin
2015-04-10
mmc: sdhci-st: Add sdhci_st_set_uhs_signaling function.
Peter Griffin
2015-04-10
mmc: sdhci-st: Add st_mmcss_cconfig function to configure mmcss glue registers.
Peter Griffin
2015-04-10
mmc: sdhci-st: Add delay management functions for top registers (eMMC).
Peter Griffin
2015-04-10
mmc: sdhci-st: Add support for de-asserting reset signal and top regs resource
Peter Griffin
2015-04-10
mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs
Peter Griffin
2015-03-23
mmc: sdhci: set the .remove to sdhci_pltfm_unregister()
Kevin Hao
2015-03-23
mmc: sdhci: disable the clock in sdhci_pltfm_unregister()
Kevin Hao
2015-01-19
mmc: sdhci-st: Do cleanup while mmc_of_parse() return an error
Ulf Hansson
2014-07-10
mmc: sdhci-st: Intial support for ST SDHCI controller
Peter Griffin