summaryrefslogtreecommitdiffstats
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-254-4/+4
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-244-4/+4
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-204-4/+4
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-189-0/+9
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop bootstage.h from common headerSimon Glass2020-05-183-0/+3
* timer MediaTek use upstream compatibleMatthias Brugger2020-05-011-0/+1
* timer: sti: use clk API to get timer clock rateNicolas Heemeryck2020-03-241-2/+15
* timer: sti: convert to livetreeNicolas Heemeryck2020-03-241-6/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+4
* dm: core: Require users of devres to include the headerSimon Glass2020-02-053-0/+3
* timer: Add driver for Nomadik Multi Timer Unit (MTU)Stephan Gerhold2020-01-223-0/+124
* x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2019-12-152-2/+14
* x86: timer: use a timer base of 0Simon Glass2019-12-152-1/+16
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* common: Move wait_ticks functions out of common.hSimon Glass2019-12-021-0/+1
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-4/+0
* timer: dw-apb: add reset handlingSimon Goldschmidt2019-11-201-1/+17
* x86: timer: Use a separate flag for whether timer is initedSimon Glass2019-11-031-1/+2
* x86: timer: Set up the timer in timer_early_get_count()Simon Glass2019-11-031-0/+2
* dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng2019-07-241-0/+4
* timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTRSimon Goldschmidt2019-05-101-2/+0
* timer: renesas: Add RZ/A1 R7S72100 OSTM timer driverMarek Vasut2019-05-073-0/+100
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
* Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-241-1/+1
|\
| * regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2019-04-231-1/+1
* | timer: dw-apb: Add missing 64bit up-conversionMarek Vasut2019-04-171-1/+1
|/
* x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger2019-02-121-0/+55
* timer: Add generic driver for RISC-V privileged architecture defined timerBin Meng2018-12-183-0/+64
* timer: MediaTek: add timer driver for MediaTek SoCsRyder Lee2018-11-283-0/+93
* timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-1414-14/+0
* timer: Sort Kconfig driver entriesBin Meng2018-11-141-55/+55
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-1/+1
* x86: tsc: Introduce config option for early timer frequencyBin Meng2018-10-222-3/+13
* Enable CONFIG_TIMER_EARLY with bootstageSimon Glass2018-10-221-0/+3
* timer: Add MPC83xx timer driverMario Six2018-09-183-0/+257
* timer: Sort Makefile entriesMario Six2018-09-181-8/+8
* dm: omap-timer: Update clock rate only if not populatedLokesh Vutla2018-09-101-1/+2
* dm: omap-timer: Use 64bit for counter valuesLokesh Vutla2018-09-101-1/+2
* timer: dw-apb: Add Designware APB timer driverMarek Vasut2018-08-243-0/+98
* x86: tsc: Try hardware calibration firstBin Meng2018-08-201-11/+16
* x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng2018-07-021-2/+11
* timer: cadence: Implement timer_get_boot_usMichal Simek2018-06-151-0/+22
* x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner2018-06-131-5/+24
* timer: cadence: Use live-tree functionsMichal Simek2018-05-311-1/+3