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