aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2024-01-29treewide: Remove clk_freeSean Anderson2-4/+0
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+0
2023-12-18timer: starfive: Add Starfive timer supportKuan Lim Lee1-7/+9
2023-11-29timer-uclass: Always use "clock-frequency" property as fallbackAlex Bee1-6/+6
2023-10-04riscv: andesv5: Prefer using the generic RISC-V timer driver in S-modeYu Chien Peter Lin2-2/+9
2023-10-04timer: starfive: Add Starfive timer supportKuan Lim Lee3-0/+102
2023-10-04timer: riscv_aclint_timer: add timer_get_boot_us for BOOTSTAGEChanho Park1-0/+23
2023-10-04riscv: timer: add timer_get_boot_us for BOOTSTAGEChanho Park1-0/+22
2023-10-02Merge branch 'next'Tom Rini1-13/+0
2023-09-14timer: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-13/+0
2023-09-05riscv: allow riscv timer to be instantiated via device treeTorsten Duwe1-2/+26
2023-07-28omap: timer: add ti,am654-timer compatibilitySjoerd Simons1-0/+1
2023-07-12riscv: Rename SiFive CLINT to RISC-V ALINTBin Meng2-11/+11
2023-07-12riscv: timer: Update the sifive clint timer driver to support aclintBin Meng1-5/+11
2023-05-06rockchip: timer: dw-apb-timer: use regs variable with uintptr_t sizeJohan Jonker1-1/+1
2023-03-27Merge branch 'master' into nextTom Rini1-5/+3
2023-03-19rockchip: timer: rockchip_timer: fix compatible and driver nameJohan Jonker1-5/+3
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini1-0/+2
2023-03-13efi: Use a fixed value for the timer clockSimon Glass1-0/+9
2023-03-06timer: fttmr010: return a previously deleted driver now ported to DMSergei Antonov3-0/+100
2023-03-01sandbox: fix building with CONFIG_SPL_TIMER=yHeinrich Schuchardt1-0/+2
2023-02-11timer: Tidy up use of notraceSimon Glass1-1/+1
2023-02-02drivers: timer: add driver for ARMv7 based Tegra devices and T210Svyatoslav Ryhel3-0/+139
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-3/+3
2023-01-17timer: orion-timer: Fix problem in early_init_done()Stefan Roese1-1/+2
2023-01-09Merge branch 'next'Tom Rini4-10/+10
2023-01-02timer: orion-timer: Fix problem with early static variableStefan Roese1-3/+7
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini4-10/+10
2022-11-22timer: xilinx-timer: use timer_conv_64() to fix timer wrap aroundOvidiu Panait1-1/+1
2022-11-22timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+14
2022-11-22timer-uclass: add timer_get_ops() macroOvidiu Panait1-1/+1
2022-11-03Merge branch '2022-11-02-assorted-updates'Tom Rini3-0/+115
2022-11-03riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin1-1/+1
2022-11-02timer: add SP804 UCLASS timer driverAndre Przywara3-0/+115
2022-10-31timer: sti: convert sti-timer to arm a9 global timerWilliam Zhang3-18/+22
2022-10-06timer: orion-timer: Only init timer onceStefan Roese1-5/+5
2022-09-23timer: mtk: add support for MediaTek MT7981/MT7986 SoCsWeijie Gao1-22/+37
2022-09-20timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE supportStefan Roese1-19/+64
2022-09-20timer: orion-timer: Add support for other Armada SoC'sStefan Roese2-4/+43
2022-09-19Merge branch 'master' into nextTom Rini1-1/+1
2022-09-18timer: orion-timer: Use timer_conv_64() to fix timer wrap aroundStefan Roese1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
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