aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2021-09-21hw/timer: Add SiFive PWM supportAlistair Francis4-0/+478
2021-09-21hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis1-5/+12
2021-09-01arm: Remove system_clock_scale globalPeter Maydell1-2/+0
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell1-4/+22
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell3-0/+318
2021-09-01hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell1-28/+84
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell1-2/+8
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis2-0/+306
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-3/+11
2021-05-13hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé1-3/+11
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster2-167/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster4-629/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-03-30hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()Peter Maydell1-0/+4
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-16hw/i8254: fix vmstate loadPavel Dovgalyuk1-1/+1
2021-03-12hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé1-0/+1
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell9-18/+994
2021-03-10hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()Peter Maydell1-4/+15
2021-03-10hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell1-8/+8
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé1-1/+1
2021-03-08hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell4-0/+479
2021-03-08hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell4-0/+485
2021-03-08hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()Peter Maydell1-2/+2
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell3-5/+6
2021-03-06hw/timer: Introduce SH_TIMER Kconfig entryPhilippe Mathieu-Daudé2-1/+5
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell1-3/+4
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2-12/+0
2021-01-29hw/timer/cmsdk-apb-dualtimer: Convert to use Clock inputPeter Maydell1-5/+37
2021-01-29hw/timer/cmsdk-apb-timer: Convert to use Clock inputPeter Maydell1-4/+14
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell1-2/+5
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell1-2/+5
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell1-14/+14
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu1-21/+18
2021-01-08exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+14
2021-01-08mss-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+13
2021-01-08exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+11
2021-01-08allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+11
2021-01-08digic-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin1-0/+8
2021-01-06hw/timer/slavio_timer: Allow 64-bit accessesPhilippe Mathieu-Daudé1-0/+4
2020-12-18hw/timer/renesas_tmr: silence the compiler warningsChen Qun1-0/+1
2020-11-17exynos: Fix bad printf format specifiersAlex Chen2-6/+6
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2-120/+274
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell1-72/+52
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu1-46/+220
2020-10-27Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pauseHavard Skinnemoen1-3/+3