aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/rockchip_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: 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-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-1/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-07-20rockchip: sdhci: Fix sdhci mmc driver probe abortKever Yang1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-1/+0
2018-03-28rockchip: sdhci: support 8bit bus-widthPhilipp Tomsich1-0/+8
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-09-18rockchip: sdhci: update reg map for of-platdataKever Yang1-1/+1
2017-09-18rockchip: sdhci: Convert to livetreePhilipp Tomsich1-2/+1
2017-07-11rockchip: mmc: dm: convert fdt_get to dev_readPhilipp Tomsich1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-03-16rockchip: sdhci: rk3399: update driver to support of-platdataKever Yang1-1/+16
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-2/+2
2017-01-11mmc: rockchip_sdhci: add clock init for mmcKever Yang1-2/+17
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada1-6/+1
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung1-6/+2
2016-07-25mmc: rockchip: add SDHCI driver support for rockchip socKever Yang1-0/+93