summaryrefslogtreecommitdiffstats
path: root/drivers/timer/timer-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: timer: handle being called before dm_root is readyPhilipp Tomsich2017-09-181-0/+7
* dm: timer: Convert to livetreePhilipp Tomsich2017-09-181-22/+23
* timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich2017-08-131-2/+6
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* timer: Support clocks via phandleZakharov Vlad2016-12-271-3/+14
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* timer: Support tracing fullySimon Glass2016-02-261-3/+3
* dm: timer: refuse timers with zero clock_rateStephen Warren2016-01-201-0/+11
* dm: timer: uclass: Add flag to control sequence numberingMugunthan V N2016-01-201-0/+1
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-201-0/+44
* dm: timer: Support 64-bit counterBin Meng2015-12-011-3/+12
* dm: timer: Implement pre_probe()Bin Meng2015-12-011-0/+13
* dm: timer: Fix several nitsBin Meng2015-12-011-2/+2
* dm: implement a Timer uclassThomas Chou2015-10-231-0/+42