summary refs log tree commit diff stats
path: root/hw/timer/npcm7xx_timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
* hw/timer: Constify VMStateRichard Henderson2023-12-301-4/+4
* hw/timer/npcm7xx_timer: Prevent timer from counting down past zeroChris Rauer2023-10-191-0/+3
* hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()Peter Maydell2021-03-081-2/+2
* clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-081-1/+1
* hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu2021-01-121-21/+18
* hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-271-46/+220
* Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pauseHavard Skinnemoen2020-10-271-3/+3
* hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen2020-09-141-0/+543