summaryrefslogtreecommitdiffstats
path: root/include/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-071-0/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-2/+2
* aspeed/timer: Add AST1030 supportSteven Lee2022-05-021-0/+1
* timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias2022-04-211-0/+54
* hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa2022-01-211-1/+0Star
* hw/timer: Add SiFive PWM supportAlistair Francis2021-09-201-0/+62
* hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-201-0/+2
* arm: Remove system_clock_scale globalPeter Maydell2021-09-011-22/+0Star
* hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell2021-09-011-0/+3
* hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell2021-09-011-0/+48
* hw/timer/armv7m_systick: Add input clocksPeter Maydell2021-09-011-0/+7
* hw/timer/armv7m_systick: Add usual QEMU interface commentPeter Maydell2021-09-011-0/+7
* hw/timer: Initial commit of Ibex TimerAlistair Francis2021-06-241-0/+52
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* 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
|/