aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci_am654.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-22mmc: sdhci_am654: use modern PM macrosJisheng Zhang1-7/+3
2025-08-21mmc: Merge branch fixes into nextUlf Hansson1-0/+18
2025-08-21mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1Judith Mendez1-0/+18
2025-08-19mmc: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-07-09mmc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-07-03mmc: Merge branch fixes into nextUlf Hansson1-3/+6
2025-07-03mmc: sdhci_am654: Workaround for Errata i2312Judith Mendez1-3/+6
2025-06-24mmc: sdhci_am654: Drop the use of sdhci_pltfm_free()Binbin Zhou1-14/+6
2025-06-24mmc: sdhci: Return void from sdhci_runtime_suspend|resume_host()Adrian Hunter1-6/+2
2025-05-19mmc: sdhci_am654: Add SDHCI_QUIRK2_SUPPRESS_V1P8_ENA quirk to am62 compatibleJudith Mendez1-1/+34
2025-02-03Revert "mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switch"Josua Mayer1-30/+0
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-14mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switchJudith Mendez1-0/+30
2024-09-05mmc: sdhci_am654: Add prints to tuning algorithmJudith Mendez1-1/+10
2024-09-05mmc: sdhci_am654: Add retry tuningJudith Mendez1-12/+35
2024-07-08mmc: sdhci_am654: Constify struct regmap_configJavier Carrasco1-1/+1
2024-04-26mmc: sdhci_am654: Constify struct sdhci_opsKrzysztof Kozlowski1-3/+3
2024-04-02mmc: sdhci_am654: Update comments in sdhci_am654_set_clockJudith Mendez1-2/+2
2024-04-02mmc: sdhci_am654: Fix itapdly/otapdly array typeJudith Mendez1-2/+2
2024-04-02mmc: sdhci_am654: Fix ITAPDLY for HS400 timingJudith Mendez1-0/+9
2024-04-02mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clockJudith Mendez1-3/+9
2024-04-02mmc: sdhci_am654: Add OTAP/ITAP delay enableJudith Mendez1-14/+26
2024-04-02mmc: sdhci_am654: Write ITAPDLY for DDR52 timingJudith Mendez1-0/+1
2024-04-02mmc: sdhci_am654: Add tuning algorithm for delay chainJudith Mendez1-20/+92
2023-12-07mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-selVignesh Raghavendra1-31/+6
2023-11-03mmc: sdhci_am654: fix start loop index for TAP value parsingNitin Yadav1-1/+1
2023-08-15mmc: sdhci_am654: Convert to platform remove callback returning voidYangtao Li1-3/+2
2023-08-15mmc: sdhci_am654: Properly handle failures in .remove()Yangtao Li1-4/+5
2023-04-04mmc: sdhci_am654: Add support for PM suspend/resumeAswath Govindraju1-16/+131
2023-03-23mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor1-2/+0
2023-03-09mmc: sdhci_am654: lower power-on failed message severityFrancesco Dolcini1-1/+1
2022-12-07mmc: sdhci_am654: Use dev_err_probe() for mmc_of_parse() return codeMatthias Schiffer1-1/+1
2022-11-07mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-3/+4
2022-09-14mmc: sdhci_am654: Remove the unneeded result variableye xingchen1-4/+1
2022-04-26drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bitVignesh Raghavendra1-1/+22
2022-02-28mmc: sdhci_am654: Add Support for TI's AM62 SoCAswath Govindraju1-0/+4
2022-02-28mmc: sdhci_am654: Fix the driver data of AM64 SoCAswath Govindraju1-22/+2
2021-06-14mmc: sdhci_am654: Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-03-30mmc: sdhci: replace mmc->parent with mmc_dev() for consistencyJisheng Zhang1-1/+1
2021-02-01mmc: sdhci_am654: Add Support for TI's AM64 SoCFaiz Abbas1-0/+28
2020-10-09mmc: sdhci_am654: Fix module autoloadFaiz Abbas1-0/+1
2020-09-28mmc: sdhci_am654: Enable tuning for SDR50Faiz Abbas1-0/+6
2020-09-28mmc: sdhci_am654: Add support for software tuningFaiz Abbas1-0/+41
2020-09-28mmc: sdhci_am654: Add support for input tap delayFaiz Abbas1-30/+84
2020-09-28mmc: sdhci_am654: Fix hard coded otap delay array sizeFaiz Abbas1-21/+21
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v5.4Douglas Anderson1-0/+1
2020-09-07mmc: sdhci_am654: Add workaround for card detect debounce timerFaiz Abbas1-0/+24
2020-09-07mmc: sdhci_am654: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-13mmc: sdhci_am654: Add support for clkbuf_sel propertyFaiz Abbas1-0/+11
2020-07-13mmc: sdhci_am654: Update delay chain configurationFaiz Abbas1-1/+9