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
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
timer: Remove <common.h> and add needed includes
Tom Rini
2023-11-29
timer-uclass: Always use "clock-frequency" property as fallback
Alex Bee
2023-09-14
timer: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-02-11
timer: Tidy up use of notrace
Simon Glass
2022-11-22
timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC
Ovidiu Panait
2022-11-22
timer-uclass: add timer_get_ops() macro
Ovidiu Panait
2021-10-12
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-09-25
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-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-03-27
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-05
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
2020-12-13
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-10-22
timer: Return count from timer_ops.get_count
Sean Anderson
2020-10-16
timer: Include device_compat.h
Sean Anderson
2020-09-30
timer: Add helper for drivers using timebase fallback
Sean Anderson
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
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