aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw/timer (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé2024-02-201-0/+2
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-0/+32
* hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is availablePhilippe Mathieu-Daudé2023-02-271-1/+2
* hw/isa: Remove empty ISADeviceClass structurePhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' headerPhilippe Mathieu-Daudé2023-02-271-1/+0
* include: Include headers where neededMarkus Armbruster2023-01-081-0/+1
* i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois2023-01-051-0/+1
* hw/timer/imx_epit: remove explicit fields cnt and freqAxel Heider2023-01-051-2/+0
* hw/timer/imx_epit: define SR_OCIFAxel Heider2023-01-051-0/+2
* hw/timer/imx_epit: cleanup CR definesAxel Heider2023-01-051-2/+2
* 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/+0
* hw/timer: Add SiFive PWM supportAlistair Francis2021-09-211-0/+62
* hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-211-0/+2
* arm: Remove system_clock_scale globalPeter Maydell2021-09-011-22/+0
* 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/+0
* 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/+0
* hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell2021-01-291-21/+0
* 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/+12
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-8/+2
* 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