aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2022-09-12zynq: Convert arm twd timer to DM driverStefan Herbrechtsmeier3-0/+115
2022-08-23timer: add orion-timer supportMichael Walle3-0/+70
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini3-0/+92
2022-06-27timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek1-0/+1
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek3-0/+91
2022-06-22timer: gxp: Add HPE GXP timer supportNick Hawkins3-0/+72
2022-06-06arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini1-2/+3
2022-05-05timer: npcm: Add NPCM timer supportJim Liu3-0/+125
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+10
2022-04-26timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev2-1/+11
2022-04-26timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev2-1/+9
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini4-237/+0
2022-04-18rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structureJohan Jonker1-1/+1
2022-04-18rockchip: timer: add OF_PLATDATA support for dw-apb-timerJohan Jonker1-13/+37
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...WIP/05Apr2022Tom Rini1-0/+12
2022-04-01timer: atmel_tcb_timer: add atmel_tcb driverClément Léger3-0/+170
2022-03-30timer: cadence: Add bind function to driverMichal Simek1-0/+12
2022-01-16omap: timer: implement timer_get_boot_usChristian Gmeiner1-0/+21
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+2
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+1
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass2-42/+42
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass3-5/+5
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2-6/+7
2021-07-14timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold1-5/+2
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-09timer: imx-gpt: Add timer support for i.MX SoCs familyGiulio Benetti3-0/+170
2021-05-17riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng1-1/+1
2021-04-27allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes1-1/+1
2021-04-27timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes1-1/+5
2021-04-08timer: sifive_clint: Support the official clint DT bindingsBin Meng1-0/+1
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-5/+1
2021-03-27sandbox: Only call timer_timebase_fallback() if presentSimon Glass1-1/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass7-0/+7
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-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini8-15/+19
2021-01-05Merge 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-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass5-21/+21
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass10-20/+20
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-9/+9