aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio/pl061.c
AgeCommit message (Expand)Author
2021-07-09hw/gpio/pl061: Document a shortcoming in our implementationPeter Maydell
2021-07-09hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on resetPeter Maydell
2021-07-09hw/gpio/pl061: Make pullup/pulldown of outputs configurablePeter Maydell
2021-07-09hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registersPeter Maydell
2021-07-09hw/gpio/pl061: Document the interface of this devicePeter Maydell
2021-07-09hw/gpio/pl061: Add tracepoints for register read and writePeter Maydell
2021-07-09hw/gpio/pl061: Clean up read/write offset handling logicPeter Maydell
2021-07-09hw/gpio/pl061: Convert DPRINTF to tracepointsPeter Maydell
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2016-06-14hw/gpio: QOM'ify pl061.cxiaoqiang zhao
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-02-26ARM: PL061: Checking register r/w accesses to reserved areaWei Huang
2016-02-18ARM: PL061: Cleaning field of PL061 device stateWei Huang
2016-02-18ARM: PL061: Clear PL061 device state after resetWei Huang
2016-01-29arm: Clean up includesPeter Maydell
2015-06-02pl061: fix wrong calculation of GPIOMIS registerVictor CLEMENT
2014-09-12pl061: implement input interrupt logicColin Leitner
2013-07-29pl061: QOM'ify pl061 and pl061_luminaryAndreas Färber
2013-07-29pl061: Rename pl061_state to PL061StateAndreas Färber
2013-07-04hw/gpio: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini