summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-101-2/+1
* mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-061-2/+8
* mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas2021-07-271-0/+3
* mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com2021-02-191-0/+2
* mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-181-4/+6
* mmc: sdhci: Add helper functions for UHS modesFaiz Abbas2021-02-041-0/+95
* Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2020-10-271-1/+2
* mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle2020-10-121-55/+8
* mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek2020-08-201-4/+4
* mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas2020-08-201-1/+4
* mmc: Drop duplicate dm.h inclusionSimon Glass2020-08-031-1/+0
* mmc: sdhci: Fix HISPD bit handlingJagan Teki2020-06-241-6/+19
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger2020-05-131-2/+2
* mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung2020-05-121-4/+3
* mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung2020-05-121-2/+4
* mmc: zynq: parse dt when probingBenedikt Grassl2020-04-271-2/+1
* sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-091-0/+15
* mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada2020-02-201-0/+4
* mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada2020-02-201-26/+25
* mmc: sdhci: remove unneeded castsMasahiro Yamada2020-02-201-3/+2
* mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada2020-02-201-2/+3
* mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-201-14/+8
* mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-201-14/+13
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: sdhci: make sdhci_get_cd staticBaruch Siach2019-11-271-1/+1
* mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy2019-09-061-9/+14
* mmc: sdhci: fix chip detect gpio property nameBaruch Siach2019-07-311-1/+1
* mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas2019-07-171-0/+28
* mmc: sdhci: Make set_ios_post() return intFaiz Abbas2019-07-171-1/+1
* mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas2019-07-171-1/+1
* mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas2019-07-171-3/+15
* mmc: sdhci: Implement SDHCI card detectT Karthik Reddy2019-07-151-0/+32
* mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy2019-07-151-0/+6
* mmc: sdhci: Add Support for ADMA2Faiz Abbas2019-05-031-23/+115
* mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas2019-05-031-42/+50
* mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-151-4/+4
* mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu2018-05-311-3/+6
* mmc: sdhci: Check that ops are definedRamon Fried2018-05-141-2/+2
* mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2018-05-111-1/+27
* mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu2018-05-111-0/+24
* mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu2018-05-111-2/+6
* mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu2018-05-111-0/+3
* mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2018-05-111-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer2018-05-021-1/+7
* mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada2018-01-221-2/+2