aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/aspeed_timer.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé1-1/+1
2019-12-16aspeed: Change the "scu" property definitionCédric Le Goater1-8/+9
2019-10-15aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater1-8/+28
2019-10-15aspeed/timer: Add AST2600 supportCédric Le Goater1-0/+51
2019-10-15aspeed/timer: Add support for control register 3Cédric Le Goater1-0/+19
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater1-11/+96
2019-09-13aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater1-1/+2
2019-09-03aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery1-1/+16
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-01aspeed/timer: Ensure positive muldiv deltaChristian Svensson1-1/+5
2019-07-01aspeed/timer: Fix match calculationsAndrew Jeffery1-3/+10
2019-07-01aspeed/timer: Status register contains reload for stopped timerAndrew Jeffery1-1/+5
2019-07-01aspeed/timer: Fix behaviour running LinuxJoel Stanley1-28/+31
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+1
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater1-1/+0
2018-06-26aspeed/timer: use the APB frequency from the SCUCédric Le Goater1-4/+15
2018-04-26timer/aspeed: fix vmstate version idCédric Le Goater1-1/+1
2017-06-13timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater1-8/+29
2016-06-17hw/timer: Add value matching support to aspeed_timerAndrew Jeffery1-37/+101
2016-05-20aspeed: include qemu/log.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-2/+2
2016-03-16hw/timer: Add ASPEED timer device modelAndrew Jeffery1-0/+449