summaryrefslogtreecommitdiff
path: root/drivers/timer/timer-uclass.c
AgeCommit message (Expand)Author
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-22timer: Return count from timer_ops.get_countSean Anderson
2020-10-16timer: Include device_compat.hSean Anderson
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson
2020-05-18common: Drop init.h from common headerSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-07-24dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-18dm: timer: handle being called before dm_root is readyPhilipp Tomsich
2017-09-18dm: timer: Convert to livetreePhilipp Tomsich
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-27timer: Support clocks via phandleZakharov Vlad
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-26timer: Support tracing fullySimon Glass
2016-01-20dm: timer: refuse timers with zero clock_rateStephen Warren
2016-01-20dm: timer: uclass: Add flag to control sequence numberingMugunthan V N
2016-01-20dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N
2015-12-01dm: timer: Support 64-bit counterBin Meng
2015-12-01dm: timer: Implement pre_probe()Bin Meng
2015-12-01dm: timer: Fix several nitsBin Meng
2015-10-23dm: implement a Timer uclassThomas Chou