aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/rockchip_dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-1/+1
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-2/+4
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung1-39/+3
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-2/+2
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-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+3
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-11-23rockchip: dwmmc: add handling for u-boot, spl-fifo-modeHeiko Stuebner1-0/+5
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-2/+2
2018-10-02rockchip: dwmmc: add rk2928-dw-mshc compatibleHeiko Stuebner1-0/+1
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-2/+0
2017-09-18rockchip: mmc: convert to livetreePhilipp Tomsich1-1/+1
2017-07-11Revert "mmc: dw_mmc: rockchip: select proper card clock"Kever Yang1-2/+2
2017-07-11rockchip: dwmmc: use max-frequency when OF_PLATDATA enabledKever Yang1-1/+2
2017-07-11rockchip: mmc: dm: convert fdt_get to dev_readPhilipp Tomsich1-11/+7
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-10rockchip: mmc: handle deprecation of 'clock-freq-min-max'Philipp Tomsich1-2/+18
2017-05-10mmc: dw_mmc: rockchip: select proper card clockXu Ziyuan1-2/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-5/+5
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung1-2/+1
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada1-6/+1
2016-07-14rockchip: mmc: Update the driver to support of-platdataSimon Glass1-3/+26
2016-07-14rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass1-15/+17
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass1-1/+2
2016-07-11dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass1-11/+0
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-4/+2
2016-05-27dm: rockchip: mmc: Allow use of CONFIG_BLKSimon Glass1-0/+31
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass1-0/+1
2016-01-21rockchip: Use a separate clock ID for clocksSimon Glass1-8/+5
2016-01-21rockchip: mmc: Use a pwrseq device if availableSimon Glass1-0/+47
2016-01-15mmc: rockchip: the non-removable property must point to emmchuang lin1-0/+2
2015-12-01rockchip: mmc: get the fifo mode and fifo depth property from dtshuang lin1-4/+17
2015-12-01rockchip: mmc: use non-removable property to distinguish emmc and sdcard regi...huang lin1-2/+3
2015-09-02rockchip: Add an MMC driverSimon Glass1-0/+98