summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini1-1/+1
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-1/+1
2019-04-17timer: dw-apb: Add missing 64bit up-conversionMarek Vasut1-1/+1
2019-02-12x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger1-0/+55
2018-12-18timer: Add generic driver for RISC-V privileged architecture defined timerBin Meng3-0/+64
2018-11-29timer: MediaTek: add timer driver for MediaTek SoCsRyder Lee3-0/+93
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng14-14/+0
2018-11-14timer: Sort Kconfig driver entriesBin Meng1-55/+55
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+1
2018-10-22x86: tsc: Introduce config option for early timer frequencyBin Meng2-3/+13
2018-10-22Enable CONFIG_TIMER_EARLY with bootstageSimon Glass1-0/+3
2018-09-18timer: Add MPC83xx timer driverMario Six3-0/+257
2018-09-18timer: Sort Makefile entriesMario Six1-8/+8
2018-09-11dm: omap-timer: Update clock rate only if not populatedLokesh Vutla1-1/+2
2018-09-11dm: omap-timer: Use 64bit for counter valuesLokesh Vutla1-1/+2
2018-08-24timer: dw-apb: Add Designware APB timer driverMarek Vasut3-0/+98
2018-08-20x86: tsc: Try hardware calibration firstBin Meng1-11/+16
2018-07-02x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng1-2/+11
2018-06-15timer: cadence: Implement timer_get_boot_usMichal Simek1-0/+22
2018-06-13x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner1-5/+24
2018-05-31timer: cadence: Use live-tree functionsMichal Simek1-1/+3
2018-05-11timer: Add Cadence TTC timer counter supportMichal Simek3-0/+99
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini14-29/+14
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-25rockchip: timer: add compatible strings for rk3188 and rk3288Philipp Tomsich1-0/+2
2018-03-14timer: stm32: Add timer support for STM32 SoCs familyPatrice Chotard3-0/+146
2017-11-30atcpit100: timer: Remove arch dependency.Rick Chen1-1/+1
2017-11-30cosmetic: atcpit100_timer: Use device api to get platdataRick Chen1-2/+2
2017-11-30cosmetic: atcpit100_timer: Rename function name as atcpit100Rick Chen1-17/+17
2017-11-30ae3xx: timer: Rename AE3XX to ATCPIT100Rick Chen3-4/+5
2017-11-30ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit.Rick Chen1-2/+2
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-1/+2
2017-09-18rockchip: timer: update for 32/64bit-aware OF_PLATDATAPhilipp Tomsich1-1/+1
2017-09-18rockchip: timer: Convert to livetreePhilipp Tomsich1-1/+3
2017-09-18rockchip: timer: implement timer_get_boot_usPhilipp Tomsich1-5/+67
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-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass1-5/+25
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng1-7/+10
2017-09-05rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich1-1/+1
2017-08-26driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com3-0/+99
2017-08-13rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich3-0/+115
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich2-1/+19
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich1-2/+6
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng1-1/+0
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng1-4/+9
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng1-4/+4
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng1-15/+9
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng1-9/+0
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng1-0/+4