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