aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-27hw/timer/sh_timer: Remove superfluous "break" statementsThomas Huth1-3/+0
2020-10-27hw/timer/sh_timer: Silence warnings about missing fallthrough statementsThomas Huth1-0/+4
2020-10-27hw/timer/sh_timer: Coding style clean-upThomas Huth1-32/+57
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé2-19/+35
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé1-4/+4
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé1-1/+2
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-20/+7
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost12-39/+13
2020-09-16hw/timer/hpet: Fix debug format stringsDov Murik1-6/+7
2020-09-16hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readwDov Murik1-14/+0
2020-09-14hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen3-0/+549
2020-09-14hw/timer/armv7m_systick: assert that board code set system_clock_scalePeter Maydell1-0/+8
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell15-54/+84
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost15-28/+32
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost15-26/+52
2020-08-21meson: convert hw/timerPaolo Bonzini2-41/+37
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-03hw/timer/imx_epit: Avoid assertion when CR.SWR is writtenPeter Maydell1-3/+10
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik4-0/+638
2020-06-22hw/timer: RX62N compare match timer (CMT)Yoshinori Sato3-0/+287
2020-06-22hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato3-0/+481
2020-06-22hw/timer/sh_timer: Remove unused 'qemu/timer.h' includePhilippe Mathieu-Daudé1-1/+0
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé1-0/+2
2020-06-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-2/+7
2020-06-09hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()Philippe Mathieu-Daudé1-2/+7
2020-06-09hw/timer/grlib_gptimer: Display frequency in decimalPhilippe Mathieu-Daudé1-1/+1
2020-05-21hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-7/+5
2020-05-11hw/timer/nrf51_timer: Add trace event of counter value updatePhilippe Mathieu-Daudé2-0/+2