summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-01-18timer: mtk_timer: initialize the timer before useWeijie Gao1-0/+10
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel3-3/+60
2021-01-13timer: stm32: migrate trace to log macroPatrick Delaunay1-0/+2
2021-01-12omap: timer: fix the rate settingDario Binacchi1-3/+3
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini8-15/+19
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini2-2/+2
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05x86: apl: Reduce size for TPLSimon Glass1-1/+3
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass6-12/+14
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass5-21/+21
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass10-20/+20
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-9/+9
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass6-10/+10
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass18-19/+19
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2-2/+2
2020-11-06board: Rename uclass to sysinfoSimon Glass1-5/+5
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-10-26riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson2-0/+48
2020-10-26timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson2-2/+2
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson3-0/+58
2020-10-22timer: Return count from timer_ops.get_countSean Anderson21-86/+49
2020-10-16timer: Include device_compat.hSean Anderson1-2/+3
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini3-0/+117
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson1-1/+3
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson1-0/+31
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson2-21/+22
2020-09-28timer: mchp-pit64b: add support for pit64bClaudiu Beznea3-0/+117
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait1-2/+2
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