aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer
AgeCommit message (Expand)Author
2023-02-27hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is availablePhilippe Mathieu-Daudé
2023-02-27hw/isa: Remove empty ISADeviceClass structurePhilippe Mathieu-Daudé
2023-02-27hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' headerPhilippe Mathieu-Daudé
2023-01-08include: Include headers where neededMarkus Armbruster
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois
2023-01-05hw/timer/imx_epit: remove explicit fields cnt and freqAxel Heider
2023-01-05hw/timer/imx_epit: define SR_OCIFAxel Heider
2023-01-05hw/timer/imx_epit: cleanup CR definesAxel Heider
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-02aspeed/timer: Add AST1030 supportSteven Lee
2022-04-21timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias
2022-01-21hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa
2021-09-21hw/timer: Add SiFive PWM supportAlistair Francis
2021-09-21hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis
2021-09-01arm: Remove system_clock_scale globalPeter Maydell
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell
2021-09-01hw/timer/armv7m_systick: Add usual QEMU interface commentPeter Maydell
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-03-08hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell
2021-03-08hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-14hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27i8254: Move PITCommonState/PITCommonClass typedefs to i8254.hEduardo Habkost
2020-08-27aspeed_timer: Fix ASPEED_TIMER macro definitionEduardo Habkost
2020-07-11hw/timer: avr: Add limited support for 16-bit timer peripheralMichael Rolnik
2020-06-22hw/timer: RX62N compare match timer (CMT)Yoshinori Sato
2020-06-22hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato
2020-06-22hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-11hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé