aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)Author
2022-03-16mmc: sdhci: Add HS400 Enhanced Strobe supportAlper Nebi Yasak
2021-10-29drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson
2021-09-10Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com
2021-08-06mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma
2021-07-27mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas
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-08-20mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek
2020-08-20mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas
2020-08-03mmc: Drop duplicate dm.h inclusionSimon Glass
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-13mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger
2020-05-12mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung
2020-05-12mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung
2020-04-27mmc: zynq: parse dt when probingBenedikt Grassl
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada
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-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach
2019-09-06mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy
2019-07-31mmc: sdhci: fix chip detect gpio property nameBaruch Siach
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-07-17mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas
2019-07-15mmc: sdhci: Implement SDHCI card detectT Karthik Reddy
2019-07-15mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy
2019-05-03mmc: sdhci: Add Support for ADMA2Faiz Abbas
2019-05-03mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas
2018-06-15mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu
2018-05-31mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu
2018-05-14mmc: sdhci: Check that ops are definedRamon Fried
2018-05-11mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu
2018-05-11mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu
2018-05-11mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu
2018-05-11mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini