aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/rockchip_timer.c
AgeCommit message (Expand)Author
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-22timer: Return count from timer_ops.get_countSean Anderson
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-25rockchip: timer: add compatible strings for rk3188 and rk3288Philipp Tomsich
2017-09-18rockchip: timer: update for 32/64bit-aware OF_PLATDATAPhilipp Tomsich
2017-09-18rockchip: timer: Convert to livetreePhilipp Tomsich
2017-09-18rockchip: timer: implement timer_get_boot_usPhilipp Tomsich
2017-09-05rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich
2017-08-13rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich