summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * hw/timer/hpet: Fix debug format stringsDov Murik2020-09-161-6/+7
| * hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readwDov Murik2020-09-161-14/+0Star
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1812-39/+13Star
|/
* hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen2020-09-143-0/+549
* hw/timer/armv7m_systick: assert that board code set system_clock_scalePeter Maydell2020-09-141-0/+8
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-1115-54/+84
|\
| * Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0915-28/+32
| * Move QOM typedefs and add missing includesEduardo Habkost2020-09-0915-26/+52
* | trace-events: Delete unused trace pointsMarkus Armbruster2020-09-091-1/+0Star
|/
* meson: convert hw/timerPaolo Bonzini2020-08-212-41/+37Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* hw/timer/imx_epit: Avoid assertion when CR.SWR is writtenPeter Maydell2020-08-031-3/+10