~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mmc: sdhci: Allow disabling of SDMA in SPLPeter Geis2023-04-21
* mmc: sdhci: Set UHS Mode Select field for UHS SDR25 modeJonas Karlman2023-04-21
* mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz modeJonas Karlman2023-04-21
* mmc: sdhci: Enable HS400 support if available in capsAshok Reddy Soma2023-01-31
* mmc: sdhci: Check and call config_dll callback functionsAshok Reddy Soma2023-01-31
* mmc: sdhci: Add new quirks for SUPPORT_SINGLEKunihiko Hayashi2022-10-24
* mmc: sdhci: Add HS400 Enhanced Strobe supportAlper Nebi Yasak2022-03-16
* drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson2021-10-29
* Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-10
* mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-06
* mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas2021-07-27
* mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com2021-02-19
* mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-18
* mmc: sdhci: Add helper functions for UHS modesFaiz Abbas2021-02-04
* Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2020-10-27
* mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle2020-10-12
* mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek2020-08-20
* mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas2020-08-20
* mmc: Drop duplicate dm.h inclusionSimon Glass2020-08-03
* mmc: sdhci: Fix HISPD bit handlingJagan Teki2020-06-24
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger2020-05-13
* mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung2020-05-12
* mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung2020-05-12
* mmc: zynq: parse dt when probingBenedikt Grassl2020-04-27
* sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-09
* mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada2020-02-20
* mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada2020-02-20
* mmc: sdhci: remove unneeded castsMasahiro Yamada2020-02-20
* mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada2020-02-20
* mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-20
* mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-20
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* mmc: sdhci: make sdhci_get_cd staticBaruch Siach2019-11-27
* mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy2019-09-06
* mmc: sdhci: fix chip detect gpio property nameBaruch Siach2019-07-31
* mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas2019-07-17
* mmc: sdhci: Make set_ios_post() return intFaiz Abbas2019-07-17
* mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas2019-07-17
* mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas2019-07-17
* mmc: sdhci: Implement SDHCI card detectT Karthik Reddy2019-07-15
* mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy2019-07-15
* mmc: sdhci: Add Support for ADMA2Faiz Abbas2019-05-03
* mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas2019-05-03
* mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-15
* mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu2018-05-31
* mmc: sdhci: Check that ops are definedRamon Fried2018-05-14