aboutsummaryrefslogtreecommitdiff
path: root/drivers/ram/rockchip/dmc-rk3368.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon 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-6/+6
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-3/+3
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+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
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-11-17ram: rockchip: rename sdram_common.c/h to sdram.cKever Yang1-1/+1
2019-11-17ram: rockchip: rename sdram.h to sdram_rk3288.hKever Yang1-1/+1
2019-05-08rockchip: dmc: rk3368: update rank number for evb-px5Kever Yang1-0/+4
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-6/+6
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada1-1/+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-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-7/+7
2017-09-18rockchip: rk3368: adjust DMC driver for 32/64bit-aware OF_PLATDATAPhilipp Tomsich1-9/+2
2017-08-13rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich1-0/+1007