summaryrefslogtreecommitdiff
path: root/drivers/timer/timer-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-5/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-22timer: Return count from timer_ops.get_countSean Anderson1-1/+2
2020-10-16timer: Include device_compat.hSean Anderson1-2/+3
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson1-0/+31
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-07-24dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng1-0/+4
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-18dm: timer: handle being called before dm_root is readyPhilipp Tomsich1-0/+7
2017-09-18dm: timer: Convert to livetreePhilipp Tomsich1-22/+23
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich1-2/+6
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-12-27timer: Support clocks via phandleZakharov Vlad1-3/+14
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-26timer: Support tracing fullySimon Glass1-3/+3
2016-01-21dm: timer: refuse timers with zero clock_rateStephen Warren1-0/+11
2016-01-21dm: timer: uclass: Add flag to control sequence numberingMugunthan V N1-0/+1
2016-01-21dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-0/+44
2015-12-01dm: timer: Support 64-bit counterBin Meng1-3/+12
2015-12-01dm: timer: Implement pre_probe()Bin Meng1-0/+13
2015-12-01dm: timer: Fix several nitsBin Meng1-2/+2
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+42