summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci-cadence.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada2020-02-171-4/+17
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* mmc: sdhci-cadence: fix uninitialized pointer deref on probePeng Fan2019-08-091-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* mmc: sdhci-cadence: add HS200 supportMasahiro Yamada2018-01-221-9/+81
* mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada2018-01-221-0/+4
* mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada2018-01-221-10/+10
* mmc: sdhci-cadence: set timing mode register depending on frequencyMasahiro Yamada2017-09-291-0/+51
* mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-191-1/+1
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* mmc: sdhci-cadence: import updates from Linux 4.12Masahiro Yamada2017-05-151-10/+57
* mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada2017-01-111-0/+125