aboutsummaryrefslogtreecommitdiff
path: root/include/sdhci.h
AgeCommit message (Expand)Author
2024-05-02mmc: sdhci: Correct ADMA_DESC_LEN to 12Alexander Sverdlin
2024-04-26mmc: Support 32-bit only ADMA on 64-bit platformsGreg Malysa
2024-04-26mmc: sdhci: Fix potential ADMA descriptor table overflowIan Roberts
2024-04-26mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsIan Roberts
2023-11-01mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1BSean Anderson
2023-01-31mmc: sdhci: Enable HS400 support if available in capsAshok Reddy Soma
2023-01-31mmc: sdhci: Check and call config_dll callback functionsAshok Reddy Soma
2022-10-24mmc: sdhci: Add new quirks for SUPPORT_SINGLEKunihiko Hayashi
2022-03-16mmc: sdhci: Add HS400 Enhanced Strobe supportAlper Nebi Yasak
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-29drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson
2021-08-06mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-04-27mmc: zynq: parse dt when probingBenedikt Grassl
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada
2019-07-17mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas
2019-07-17mmc: sdhci: Make set_ios_post() return intFaiz Abbas
2019-07-17mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas
2019-05-03mmc: sdhci: Add Support for ADMA2Faiz Abbas
2019-05-03mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas
2018-05-11mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu
2018-05-11sdhci: Add new sdhci ops for platform specific tuning and delaysSiva Durga Prasad Paladugu
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-02mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass
2017-01-25mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung
2017-01-11mmc: sdhci: use the bitops APIs in sdhci.hJaehoon Chung
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung
2017-01-11mmc: sdhci: add the get_cd callback function in sdhci_opsJaehoon Chung
2016-09-20mmc: sdhci: Add the programmable clock mode supportWenyou Yang
2016-08-15mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass
2016-04-25mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-12drivers:mmc:sdhci: enable support for DTPiotr Wilczek