aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove clk_freeSean Anderson2024-01-292-4/+0
* global: Restrict use of '#include <linux/kconfig.h>'Tom Rini2023-12-211-1/+0
* timer: starfive: Add Starfive timer supportKuan Lim Lee2023-12-181-7/+9
* timer-uclass: Always use "clock-frequency" property as fallbackAlex Bee2023-11-291-6/+6
* riscv: andesv5: Prefer using the generic RISC-V timer driver in S-modeYu Chien Peter Lin2023-10-042-2/+9
* timer: starfive: Add Starfive timer supportKuan Lim Lee2023-10-043-0/+102
* timer: riscv_aclint_timer: add timer_get_boot_us for BOOTSTAGEChanho Park2023-10-041-0/+23
* riscv: timer: add timer_get_boot_us for BOOTSTAGEChanho Park2023-10-041-0/+22
* Merge branch 'next'Tom Rini2023-10-021-13/+0
|\
| * timer: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-13/+0
* | riscv: allow riscv timer to be instantiated via device treeTorsten Duwe2023-09-051-2/+26
|/
* omap: timer: add ti,am654-timer compatibilitySjoerd Simons2023-07-281-0/+1
* riscv: Rename SiFive CLINT to RISC-V ALINTBin Meng2023-07-122-11/+11
* riscv: timer: Update the sifive clint timer driver to support aclintBin Meng2023-07-121-5/+11
* rockchip: timer: dw-apb-timer: use regs variable with uintptr_t sizeJohan Jonker2023-05-061-1/+1
* Merge branch 'master' into nextTom Rini2023-03-271-5/+3
|\
| * rockchip: timer: rockchip_timer: fix compatible and driver nameJohan Jonker2023-03-191-5/+3
* | Merge tag 'v2023.04-rc4' into nextTom Rini2023-03-141-0/+2
|\|
| * sandbox: fix building with CONFIG_SPL_TIMER=yHeinrich Schuchardt2023-03-011-0/+2
* | efi: Use a fixed value for the timer clockSimon Glass2023-03-131-0/+9
* | timer: fttmr010: return a previously deleted driver now ported to DMSergei Antonov2023-03-063-0/+100
|/
* timer: Tidy up use of notraceSimon Glass2023-02-111-1/+1
* drivers: timer: add driver for ARMv7 based Tegra devices and T210Svyatoslav Ryhel2023-02-023-0/+139
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-201-3/+3
* timer: orion-timer: Fix problem in early_init_done()Stefan Roese2023-01-171-1/+2
* Merge branch 'next'Tom Rini2023-01-094-10/+10
|\
| * global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-054-10/+10
* | timer: orion-timer: Fix problem with early static variableStefan Roese2023-01-021-3/+7
|/
* timer: xilinx-timer: use timer_conv_64() to fix timer wrap aroundOvidiu Panait2022-11-221-1/+1
* timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-11-221-0/+14
* timer-uclass: add timer_get_ops() macroOvidiu Panait2022-11-221-1/+1
* Merge branch '2022-11-02-assorted-updates'Tom Rini2022-11-033-0/+115
|\
| * timer: add SP804 UCLASS timer driverAndre Przywara2022-11-023-0/+115
* | riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin2022-11-031-1/+1
|/
* timer: sti: convert sti-timer to arm a9 global timerWilliam Zhang2022-10-313-18/+22
* timer: orion-timer: Only init timer onceStefan Roese2022-10-061-5/+5
* timer: mtk: add support for MediaTek MT7981/MT7986 SoCsWeijie Gao2022-09-231-22/+37
* timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE supportStefan Roese2022-09-201-19/+64
* timer: orion-timer: Add support for other Armada SoC'sStefan Roese2022-09-202-4/+43
* Merge branch 'master' into nextTom Rini2022-09-191-1/+1
|\
| * timer: orion-timer: Use timer_conv_64() to fix timer wrap aroundStefan Roese2022-09-181-1/+1
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-2/+2
* | zynq: Convert arm twd timer to DM driverStefan Herbrechtsmeier2022-09-123-0/+115
|/
* timer: add orion-timer supportMichael Walle2022-08-233-0/+70
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-273-0/+92
|\
| * timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek2022-06-271-0/+1
| * microblaze: Convert axi timer to DM driverMichal Simek2022-06-243-0/+91
* | timer: gxp: Add HPE GXP timer supportNick Hawkins2022-06-223-0/+72
* | arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespaceTom Rini2022-06-061-2/+3
|/
* timer: npcm: Add NPCM timer supportJim Liu2022-05-053-0/+125