index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
gpio
/
pl061.c
Age
Commit message (
Expand
)
Author
2021-07-09
hw/gpio/pl061: Document a shortcoming in our implementation
Peter Maydell
2021-07-09
hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on reset
Peter Maydell
2021-07-09
hw/gpio/pl061: Make pullup/pulldown of outputs configurable
Peter Maydell
2021-07-09
hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registers
Peter Maydell
2021-07-09
hw/gpio/pl061: Document the interface of this device
Peter Maydell
2021-07-09
hw/gpio/pl061: Add tracepoints for register read and write
Peter Maydell
2021-07-09
hw/gpio/pl061: Clean up read/write offset handling logic
Peter Maydell
2021-07-09
hw/gpio/pl061: Convert DPRINTF to tracepoints
Peter Maydell
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-21
ARM: PL061: Introduce N_GPIOS
Geert Uytterhoeven
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2016-06-14
hw/gpio: QOM'ify pl061.c
xiaoqiang zhao
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-02-26
ARM: PL061: Checking register r/w accesses to reserved area
Wei Huang
2016-02-18
ARM: PL061: Cleaning field of PL061 device state
Wei Huang
2016-02-18
ARM: PL061: Clear PL061 device state after reset
Wei Huang
2016-01-29
arm: Clean up includes
Peter Maydell
2015-06-02
pl061: fix wrong calculation of GPIOMIS register
Victor CLEMENT
2014-09-12
pl061: implement input interrupt logic
Colin Leitner
2013-07-29
pl061: QOM'ify pl061 and pl061_luminary
Andreas Färber
2013-07-29
pl061: Rename pl061_state to PL061State
Andreas Färber
2013-07-04
hw/gpio: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini