summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini1-3/+3
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-3/+3
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini1-1/+1
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini1-2/+2
2024-04-26mmc: sdhci: programmable clock calculation needs multiplier +1cmachida1-0/+9
2024-04-26mmc: Support 32-bit only ADMA on 64-bit platformsGreg Malysa1-5/+4
2024-04-26mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsIan Roberts1-3/+5
2023-11-01mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1BSean Anderson1-7/+12
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-04-21mmc: sdhci: Allow disabling of SDMA in SPLPeter Geis1-4/+4
2023-04-21mmc: sdhci: Set UHS Mode Select field for UHS SDR25 modeJonas Karlman1-0/+4
2023-04-21mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz modeJonas Karlman1-0/+1
2023-01-31mmc: sdhci: Enable HS400 support if available in capsAshok Reddy Soma1-0/+4
2023-01-31mmc: sdhci: Check and call config_dll callback functionsAshok Reddy Soma1-0/+16
2022-10-24mmc: sdhci: Add new quirks for SUPPORT_SINGLEKunihiko Hayashi1-3/+5
2022-03-16mmc: sdhci: Add HS400 Enhanced Strobe supportAlper Nebi Yasak1-0/+18
2021-10-29drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson1-0/+20
2021-09-10Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com1-2/+1
2021-08-06mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma1-2/+8
2021-07-27mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas1-0/+3
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com1-0/+2
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne1-4/+6
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas1-0/+95
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma1-1/+2
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle1-55/+8
2020-08-20mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek1-4/+4
2020-08-20mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas1-1/+4
2020-08-03mmc: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki1-6/+19
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-13mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger1-2/+2
2020-05-12mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung1-4/+3
2020-05-12mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung1-2/+4
2020-04-27mmc: zynq: parse dt when probingBenedikt Grassl1-2/+1
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas1-0/+15
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada1-0/+4
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada1-26/+25
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada1-3/+2
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada1-2/+3
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada1-14/+8
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada1-14/+13
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach1-1/+1
2019-09-06mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy1-9/+14
2019-07-31mmc: sdhci: fix chip detect gpio property nameBaruch Siach1-1/+1
2019-07-17mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas1-0/+28
2019-07-17mmc: sdhci: Make set_ios_post() return intFaiz Abbas1-1/+1