summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-cadence.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-cadence: Use sdhci_pltfm_remove()Adrian Hunter2023-08-151-13/+4
* mmc: Convert to platform remove callback returning voidYangtao Li2023-08-151-1/+1
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+1
* mmc: sdhci-cadence: Fix an error handling path in sdhci_cdns_probe()Christophe JAILLET2023-05-091-3/+5
* mmc: sdhci-cadence: Support mmc hardware resetBrad Larson2023-04-171-0/+27
* mmc: sdhci-cadence: Add AMD Pensando Elba SoC supportBrad Larson2023-04-171-0/+98
* mmc: sdhci-cadence: Support device specific init during probeBrad Larson2023-04-171-9/+23
* mmc: sdhci-cadence: Enable device specific override of writel()Brad Larson2023-04-171-5/+13
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson2020-09-071-0/+1
* mmc: sdhci-cadence: do not use hardware tuning for SD modeMasahiro Yamada2020-07-241-61/+62
* mmc: sdhci-cadence: fix PHY writeVladimir Kondratiev2020-05-291-1/+9
* mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-241-1/+1
* mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhierMasahiro Yamada2020-03-171-2/+16
* mmc: sdhci-cadence: remove unneeded 'inline' markerMasahiro Yamada2020-01-241-1/+1
* mmc: sdhci-cadence: override spec versionMasahiro Yamada2019-09-111-0/+2
* mmc: sdhci-cadence: use struct_size() helperGustavo A. R. Silva2019-09-111-3/+2
* mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressingMasahiro Yamada2019-08-301-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* mmc: sdhci-cadence: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada2018-12-171-1/+1
* mmc: sdhci-cadence: fix logically and structurally dead codeGustavo A. R. Silva2018-05-021-2/+2
* mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2018-05-021-4/+18
* mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada2017-10-301-14/+14
* mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resumeMasahiro Yamada2017-08-301-19/+1
* mmc: sdhci-cadence: add suspend / resume supportMasahiro Yamada2017-08-301-9/+97
* mmc: sdhci-cadence: add parsing sdhci propertiesPiotr Sroka2017-04-241-0/+2
* mmc: sdhci-cadence: refactor probe functionPiotr Sroka2017-04-241-1/+1
* mmc: sdhci-cadence: Update PHY delay configurationPiotr Sroka2017-04-241-7/+46
* mmc: sdhci-cadence: Fix writing PHY delayPiotr Sroka2017-04-241-2/+9
* mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin2017-04-241-2/+2
* mmc: sdhci-cadence: add HS400 enhanced strobe supportPiotr Sroka2017-04-241-7/+50
* mmc: sdhci-cadence: fix bit shift of read data from PHY portMasahiro Yamada2017-02-151-1/+1
* mmc: sdhci-cadence: Include mmc.hUlf Hansson2017-02-131-0/+1
* mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada2016-12-201-0/+1
* mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada2016-12-081-0/+283