aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio/pl061.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven1-5/+7
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2016-06-14hw/gpio: QOM'ify pl061.cxiaoqiang zhao1-16/+8
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-02-26ARM: PL061: Checking register r/w accesses to reserved areaWei Huang1-8/+22
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang1-4/+2
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang1-4/+27
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-06-02pl061: fix wrong calculation of GPIOMIS registerVictor CLEMENT1-1/+1
2014-09-12pl061: implement input interrupt logicColin Leitner1-14/+45
2013-07-29pl061: QOM'ify pl061 and pl061_luminaryAndreas Färber1-26/+26
2013-07-29pl061: Rename pl061_state to PL061StateAndreas Färber1-31/+31
2013-07-04hw/gpio: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+336