index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
/
timer-uclass.c
Age
Commit message (
Expand
)
Author
2019-07-24
dm: timer: Skip device that does not have a valid ofnode in pre_probe()
Bin Meng
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-18
dm: timer: handle being called before dm_root is ready
Philipp Tomsich
2017-09-18
dm: timer: Convert to livetree
Philipp Tomsich
2017-08-13
timer: add OF_PLATDATA support for timer-uclass
Philipp Tomsich
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-12-27
timer: Support clocks via phandle
Zakharov Vlad
2016-03-14
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-02-26
timer: Support tracing fully
Simon Glass
2016-01-20
dm: timer: refuse timers with zero clock_rate
Stephen Warren
2016-01-20
dm: timer: uclass: Add flag to control sequence numbering
Mugunthan V N
2016-01-20
dm: timer: uclass: add timer init in uclass driver to add timer device
Mugunthan V N
2015-12-01
dm: timer: Support 64-bit counter
Bin Meng
2015-12-01
dm: timer: Implement pre_probe()
Bin Meng
2015-12-01
dm: timer: Fix several nits
Bin Meng
2015-10-23
dm: implement a Timer uclass
Thomas Chou