summaryrefslogtreecommitdiffstats
path: root/hw/timer/aspeed_timer.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé2020-01-241-1/+1
* aspeed: Change the "scu" property definitionCédric Le Goater2019-12-161-8/+9
* aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater2019-10-151-8/+28
* aspeed/timer: Add AST2600 supportCédric Le Goater2019-10-151-0/+51
* aspeed/timer: Add support for control register 3Cédric Le Goater2019-10-151-0/+19
* aspeed/timer: Introduce an object class per SoCCédric Le Goater2019-10-151-11/+96
* aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater2019-09-131-1/+2
* aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery2019-09-031-1/+16
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* aspeed/timer: Ensure positive muldiv deltaChristian Svensson2019-07-011-1/+5
* aspeed/timer: Fix match calculationsAndrew Jeffery2019-07-011-3/+10
* aspeed/timer: Status register contains reload for stopped timerAndrew Jeffery2019-07-011-1/+5
* aspeed/timer: Fix behaviour running LinuxJoel Stanley2019-07-011-28/+31
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+1Star
* aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater2018-09-251-1/+0Star
* aspeed/timer: use the APB frequency from the SCUCédric Le Goater2018-06-261-4/+15
* timer/aspeed: fix vmstate version idCédric Le Goater2018-04-261-1/+1
* timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater2017-06-131-8/+29
* hw/timer: Add value matching support to aspeed_timerAndrew Jeffery2016-06-171-37/+101
* aspeed: include qemu/log.hPaolo Bonzini2016-05-201-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-2/+2
* hw/timer: Add ASPEED timer device modelAndrew Jeffery2016-03-161-0/+449