summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)Author
2022-11-03Merge branch '2022-11-02-assorted-updates'Tom Rini
2022-11-03riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin
2022-11-02timer: add SP804 UCLASS timer driverAndre Przywara
2022-10-31timer: sti: convert sti-timer to arm a9 global timerWilliam Zhang
2022-10-06timer: orion-timer: Only init timer onceStefan Roese
2022-09-23timer: mtk: add support for MediaTek MT7981/MT7986 SoCsWeijie Gao
2022-09-20timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE supportStefan Roese
2022-09-20timer: orion-timer: Add support for other Armada SoC'sStefan Roese
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18timer: orion-timer: Use timer_conv_64() to fix timer wrap aroundStefan Roese
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-12zynq: Convert arm twd timer to DM driverStefan Herbrechtsmeier
2022-08-23timer: add orion-timer supportMichael Walle
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-27timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek
2022-06-22timer: gxp: Add HPE GXP timer supportNick Hawkins
2022-06-06arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini
2022-05-05timer: npcm: Add NPCM timer supportJim Liu
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-04-26timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev
2022-04-26timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev
2022-04-25nds32: Remove the architectureTom Rini
2022-04-18rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structureJohan Jonker
2022-04-18rockchip: timer: add OF_PLATDATA support for dw-apb-timerJohan Jonker
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2022-04-01timer: atmel_tcb_timer: add atmel_tcb driverClément Léger
2022-03-30timer: cadence: Add bind function to driverMichal Simek
2022-01-16omap: timer: implement timer_get_boot_usChristian Gmeiner
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng
2021-07-14timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-09timer: imx-gpt: Add timer support for i.MX SoCs familyGiulio Benetti
2021-05-17riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng
2021-04-27allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes
2021-04-27timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes
2021-04-08timer: sifive_clint: Support the official clint DT bindingsBin Meng
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-03-27sandbox: Only call timer_timebase_fallback() if presentSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass
2021-01-18timer: mtk_timer: initialize the timer before useWeijie Gao
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel