summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* hw/timer: Initial commit of Ibex TimerAlistair Francis2021-06-242-0/+306
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-171-3/+11
|\
| * hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé2021-05-131-3/+11
* | Drop the deprecated unicore32 targetMarkus Armbruster2021-05-122-167/+0Star
* | Drop the deprecated lm32 targetMarkus Armbruster2021-05-124-629/+0Star
|/
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()Peter Maydell2021-03-301-0/+4
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* hw/i8254: fix vmstate loadPavel Dovgalyuk2021-03-161-1/+1
* hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé2021-03-121-0/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-1/+1
|\
| * hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé2021-03-091-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell2021-03-109-18/+994
|\ \ | |/ |/|
| * hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()Peter Maydell2021-03-101-4/+15
| * hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell2021-03-101-8/+8
| * hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell2021-03-084-0/+479
| * hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell2021-03-084-0/+485
| * hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()Peter Maydell2021-03-081-2/+2
| * clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-083-5/+6
* | hw/timer: Introduce SH_TIMER Kconfig entryPhilippe Mathieu-Daudé2021-03-062-1/+5
|/
* arm: Update infocenter.arm.com URLsPeter Maydell2021-02-111-3/+4
* arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2021-01-292-12/+0Star
* hw/timer/cmsdk-apb-dualtimer: Convert to use Clock inputPeter Maydell2021-01-291-5/+37
* hw/timer/cmsdk-apb-timer: Convert to use Clock inputPeter Maydell2021-01-291-4/+14
* hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell2021-01-291-2/+5
* hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell2021-01-291-2/+5
* hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell2021-01-291-14/+14
* hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu2021-01-121-21/+18Star
* exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+14
* mss-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+13
* exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+11
* allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+11
* digic-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+8
* hw/timer/slavio_timer: Allow 64-bit accessesPhilippe Mathieu-Daudé2021-01-061-0/+4
* hw/timer/renesas_tmr: silence the compiler warningsChen Qun2020-12-181-0/+1
* exynos: Fix bad printf format specifiersAlex Chen2020-11-172-6/+6
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2020-10-292-120/+274
|\
| * hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell2020-10-271-72/+52Star
| * 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/sh_timer: Remove superfluous "break" statementsThomas Huth2020-10-271-3/+0Star
* | hw/timer/sh_timer: Silence warnings about missing fallthrough statementsThomas Huth2020-10-271-0/+4
* | hw/timer/sh_timer: Coding style clean-upThomas Huth2020-10-271-32/+57
|/
* hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé2020-10-202-19/+35
* hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé2020-10-201-4/+4
* hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé2020-10-201-1/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-221-20/+7Star
|\