summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada4-4/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini4-4/+4
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada4-4/+4
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass9-0/+9
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop init.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop bootstage.h from common headerSimon Glass3-0/+3
2020-05-01timer MediaTek use upstream compatibleMatthias Brugger1-0/+1
2020-03-24timer: sti: use clk API to get timer clock rateNicolas Heemeryck1-2/+15
2020-03-24timer: sti: convert to livetreeNicolas Heemeryck1-6/+3
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+4
2020-02-06dm: core: Require users of devres to include the headerSimon Glass3-0/+3
2020-01-23timer: Add driver for Nomadik Multi Timer Unit (MTU)Stephan Gerhold3-0/+124
2019-12-15x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2-2/+14
2019-12-15x86: timer: use a timer base of 0Simon Glass2-1/+16
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03common: Move wait_ticks functions out of common.hSimon Glass1-0/+1
2019-12-03common: Drop global inclusion of status_led.hSimon Glass1-0/+1
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-4/+0
2019-11-21timer: dw-apb: add reset handlingSimon Goldschmidt1-1/+17
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass1-1/+2
2019-11-03x86: timer: Set up the timer in timer_early_get_count()Simon Glass1-0/+2
2019-07-24dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng1-0/+4
2019-05-10timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTRSimon Goldschmidt1-2/+0
2019-05-07timer: renesas: Add RZ/A1 R7S72100 OSTM timer driverMarek Vasut3-0/+100
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
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