~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
/
timer-uclass.c
Commit message (
Expand
)
Author
Age
*
timer: Tidy up use of notrace
Simon Glass
2023-02-11
*
timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC
Ovidiu Panait
2022-11-22
*
timer-uclass: add timer_get_ops() macro
Ovidiu Panait
2022-11-22
*
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...
Tom Rini
2021-10-12
|
\
|
*
cmd: bind: Fix driver binding on a device
Patrice Chotard
2021-10-12
*
|
treewide: Try to avoid the preprocessor with OF_REAL
Simon Glass
2021-09-25
*
|
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
2021-09-25
|
/
*
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-07-06
*
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
Simon Glass
2021-03-27
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
*
timer: Return count from timer_ops.get_count
Sean Anderson
2020-10-22
*
timer: Include device_compat.h
Sean Anderson
2020-10-16
*
timer: Add helper for drivers using timebase fallback
Sean Anderson
2020-09-30
*
common: Drop init.h from common header
Simon Glass
2020-05-18
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
*
dm: timer: Skip device that does not have a valid ofnode in pre_probe()
Bin Meng
2019-07-24
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
dm: timer: handle being called before dm_root is ready
Philipp Tomsich
2017-09-18
*
dm: timer: Convert to livetree
Philipp Tomsich
2017-09-18
*
timer: add OF_PLATDATA support for timer-uclass
Philipp Tomsich
2017-08-13
*
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
*
timer: Support clocks via phandle
Zakharov Vlad
2016-12-27
*
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-03-14
*
timer: Support tracing fully
Simon Glass
2016-02-26
*
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
2016-01-20
*
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-12-01
*
dm: implement a Timer uclass
Thomas Chou
2015-10-23