summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci-cadence.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada1-4/+17
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-08-09mmc: sdhci-cadence: fix uninitialized pointer deref on probePeng Fan1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-22mmc: sdhci-cadence: add HS200 supportMasahiro Yamada1-9/+81
2018-01-22mmc: sdhci-cadence: call mmc_of_parse()Masahiro Yamada1-0/+4
2018-01-22mmc: sdhci-cadence: use bitfield access macros for cleanupMasahiro Yamada1-10/+10
2017-09-29mmc: sdhci-cadence: set timing mode register depending on frequencyMasahiro Yamada1-0/+51
2017-07-19mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada1-1/+1
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-05-15mmc: sdhci-cadence: import updates from Linux 4.12Masahiro Yamada1-10/+57
2017-01-11mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada1-0/+125