summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada2018-01-221-1/+1
* mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt2018-01-121-2/+2
* mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz2018-01-121-1/+2
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-4/+4
* mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang2017-05-151-7/+11
* mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.Alex Deymo2017-04-141-4/+11
* mmc: sdhci: only flush cache for data commandKevin Liu2017-03-211-2/+4
* mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese2017-01-251-0/+4