index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
/
timer-uclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
Simon Glass
2021-03-27
1
-5
/
+1
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
1
-1
/
+1
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-1
/
+1
*
timer: Return count from timer_ops.get_count
Sean Anderson
2020-10-22
1
-1
/
+2
*
timer: Include device_compat.h
Sean Anderson
2020-10-16
1
-2
/
+3
*
timer: Add helper for drivers using timebase fallback
Sean Anderson
2020-09-30
1
-0
/
+31
*
common: Drop init.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
1
-0
/
+1
*
dm: timer: Skip device that does not have a valid ofnode in pre_probe()
Bin Meng
2019-07-24
1
-0
/
+4
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
dm: timer: handle being called before dm_root is ready
Philipp Tomsich
2017-09-18
1
-0
/
+7
*
dm: timer: Convert to livetree
Philipp Tomsich
2017-09-18
1
-22
/
+23
*
timer: add OF_PLATDATA support for timer-uclass
Philipp Tomsich
2017-08-13
1
-2
/
+6
*
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
1
-1
/
+2
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+1
*
timer: Support clocks via phandle
Zakharov Vlad
2016-12-27
1
-3
/
+14
*
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-03-14
1
-3
/
+1
*
timer: Support tracing fully
Simon Glass
2016-02-26
1
-3
/
+3
*
dm: timer: refuse timers with zero clock_rate
Stephen Warren
2016-01-20
1
-0
/
+11
*
dm: timer: uclass: Add flag to control sequence numbering
Mugunthan V N
2016-01-20
1
-0
/
+1
*
dm: timer: uclass: add timer init in uclass driver to add timer device
Mugunthan V N
2016-01-20
1
-0
/
+44
*
dm: timer: Support 64-bit counter
Bin Meng
2015-12-01
1
-3
/
+12
*
dm: timer: Implement pre_probe()
Bin Meng
2015-12-01
1
-0
/
+13
*
dm: timer: Fix several nits
Bin Meng
2015-12-01
1
-2
/
+2
*
dm: implement a Timer uclass
Thomas Chou
2015-10-23
1
-0
/
+42