summaryrefslogtreecommitdiff
path: root/drivers/timer/omap-timer.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-16omap: timer: implement timer_get_boot_usChristian Gmeiner1-0/+21
2021-01-12omap: timer: fix the rate settingDario Binacchi1-3/+3
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-22timer: Return count from timer_ops.get_countSean Anderson1-4/+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
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-09-11dm: omap-timer: Update clock rate only if not populatedLokesh Vutla1-1/+2
2018-09-11dm: omap-timer: Use 64bit for counter valuesLokesh Vutla1-1/+2
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-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2016-03-15dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla1-1/+2
2016-01-21drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N1-0/+108