summaryrefslogtreecommitdiffstats
path: root/include/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell2021-03-081-0/+53
* hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell2021-03-081-0/+105
* arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell2021-01-292-4/+0Star
* hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell2021-01-291-21/+0Star
* hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell2021-01-291-0/+3
* hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell2021-01-291-0/+9
* hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell2021-01-291-2/+2
* hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu2021-01-121-0/+1
* hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell2020-10-271-1/+2
* hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-271-7/+41
* hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé2020-10-201-2/+9
* hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé2020-10-201-1/+1
* hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé2020-10-201-1/+3
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1812-36/+12Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-8/+2Star
* hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen2020-09-141-0/+78
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0918-35/+36
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-0918-34/+67
* i8254: Move PITCommonState/PITCommonClass typedefs to i8254.hEduardo Habkost2020-08-272-4/+6
* aspeed_timer: Fix ASPEED_TIMER macro definitionEduardo Habkost2020-08-271-1/+1
* hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik2020-07-111-0/+94
* hw/timer: RX62N compare match timer (CMT)Yoshinori Sato2020-06-221-0/+40
* hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato2020-06-221-0/+55
* hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé2020-06-221-0/+23
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-4/+5
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé2020-05-111-0/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-257-305/+0Star
|\
| * hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-30/+0Star
| * hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-92/+0Star
| * hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+0Star
| * hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-32/+0Star
| * hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-104/+0Star
| * hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-46/+0Star
* | hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé2019-10-251-0/+33
|/
* aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater2019-10-151-0/+1
* aspeed/timer: Add AST2600 supportCédric Le Goater2019-10-151-0/+1
* aspeed/timer: Add support for control register 3Cédric Le Goater2019-10-151-0/+1
* aspeed/timer: Introduce an object class per SoCCédric Le Goater2019-10-151-0/+15
* hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-1/+0Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-1/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-163-3/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-165-0/+7
* pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell2019-07-151-0/+2
* hw: timer: Add ASPEED RTC deviceJoel Stanley2019-07-011-0/+31
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star