summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)Author
2017-09-18rockchip: timer: update for 32/64bit-aware OF_PLATDATAPhilipp Tomsich
2017-09-18rockchip: timer: Convert to livetreePhilipp Tomsich
2017-09-18rockchip: timer: implement timer_get_boot_usPhilipp Tomsich
2017-09-18dm: timer: handle being called before dm_root is readyPhilipp Tomsich
2017-09-18dm: timer: Convert to livetreePhilipp Tomsich
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng
2017-09-05rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich
2017-08-26driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com
2017-08-13rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-22nds32: Support AE3XX platform.rick
2017-05-22nds32: Support AG101P timer DM.rick
2017-03-24drivers: timer: Introduce ARC timer driverVlad Zakharov
2017-03-14STiH410: Add STi timer driverPatrice Chotard
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-01-28aspeed: Add drivers common to all Aspeed SoCsmaxims@google.com
2016-12-27timer: Support clocks via phandleZakharov Vlad
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-26sandbox: timer: Support the early timerSimon Glass
2016-02-26timer: Provide an early timerSimon Glass
2016-02-26timer: Support tracing fullySimon Glass
2016-01-20timer: sandbox: work without device treeStephen Warren
2016-01-20dm: timer: refuse timers with zero clock_rateStephen Warren
2016-01-20drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N
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-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng
2015-12-01dm: timer: Support 64-bit counterBin Meng
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng
2015-12-01timer: altera: Remove the codes to get clock frequencyBin Meng
2015-12-01dm: timer: Implement pre_probe()Bin Meng
2015-12-01dm: timer: Fix several nitsBin Meng
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou
2015-11-18altera_timer: change ioremap to map_physmemThomas Chou
2015-11-06timer: altera_timer: minor clean upThomas Chou