summaryrefslogtreecommitdiff
path: root/drivers/timer/timer-uclass.c
AgeCommit message (Expand)AuthorFilesLines
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