aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/am654_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11mmc: am654_sdhci: Add the quirk to set TESTCD bitEmanuele Ghidoli1-5/+33
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-4/+3
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-3/+4
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini1-3/+3
2024-04-29mmc: am654_sdhci: Fix ITAPDLY for HS400 timingJudith Mendez1-0/+8
2024-04-29mmc: am654_sdhci: Set ENDLL=1 for DDR52 modeJudith Mendez1-1/+3
2024-04-29mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bitJudith Mendez1-10/+22
2024-04-29mmc: am654_sdhci: Fix OTAP/ITAP delay valuesNitin Yadav1-4/+19
2024-04-29mmc: am654_sdhci: Add tuning algorithm for delay chainJudith Mendez1-18/+89
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut1-1/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker1-1/+1
2022-06-10drivers: mmc: am654_sdhci: Add new compatible for AM62 SoCAswath Govindraju1-0/+4
2021-07-27mmc: sdhci_am654: Read ti, strobe-sel property from device treeAswath Govindraju1-0/+1
2021-05-12mmc: sdhci_am654: Add Support for TI's AM642 SoCDave Gerlach1-0/+18
2021-02-04mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas1-16/+2
2021-02-04mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas1-2/+23
2021-02-04mmc: am654_sdhci: Add support for software tuningFaiz Abbas1-0/+45
2021-02-04mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas1-0/+11
2021-02-04mmc: am654_sdhci: Add support for input tap delayFaiz Abbas1-80/+161
2021-02-04mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas1-0/+30
2021-02-04mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas1-12/+14
2021-02-04mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas1-4/+4
2021-02-04mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas1-9/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-7/+7
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-08-11mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas1-41/+68
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas1-9/+61
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-20mmc: am654_sdhci: Add Support for configuring PHY in J721eFaiz Abbas1-29/+98
2020-01-20mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas1-1/+1
2019-10-11mmc: am654_sdhci: Drop a redundant power_domain_on in probeLokesh Vutla1-13/+0
2019-07-26mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versionsFaiz Abbas1-43/+71
2019-07-17mmc: am654_sdhci: Allow driver to probe without PDs specifiedAndreas Dannenberg1-8/+8
2019-07-17mmc: am654_sdhci: Add a platform specific set_control_reg() callbackFaiz Abbas1-1/+17
2019-07-17mmc: am654_sdhci: Add Support for PHYFaiz Abbas1-7/+218
2019-07-17mmc: am654_sdhci: Remove quirksFaiz Abbas1-3/+0
2019-07-17arm64: dts: k3: Sync sdhci0 node from kernel and change driver nameFaiz Abbas1-0/+109