Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | hw/gpio/pl061: Document a shortcoming in our implementation | Peter Maydell | 1 | -0/+9 |
2021-07-09 | hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on reset | Peter Maydell | 1 | -4/+25 |
2021-07-09 | hw/gpio/pl061: Make pullup/pulldown of outputs configurable | Peter Maydell | 1 | -4/+47 |
2021-07-09 | hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registers | Peter Maydell | 1 | -6/+56 |
2021-07-09 | hw/gpio/pl061: Document the interface of this device | Peter Maydell | 1 | -0/+7 |
2021-07-09 | hw/gpio/pl061: Add tracepoints for register read and write | Peter Maydell | 1 | -22/+48 |
2021-07-09 | hw/gpio/pl061: Clean up read/write offset handling logic | Peter Maydell | 1 | -25/+79 |
2021-07-09 | hw/gpio/pl061: Convert DPRINTF to tracepoints | Peter Maydell | 1 | -18/+9 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-05-21 | ARM: PL061: Introduce N_GPIOS | Geert Uytterhoeven | 1 | -5/+7 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2016-06-14 | hw/gpio: QOM'ify pl061.c | xiaoqiang zhao | 1 | -16/+8 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-02-26 | ARM: PL061: Checking register r/w accesses to reserved area | Wei Huang | 1 | -8/+22 |
2016-02-18 | ARM: PL061: Cleaning field of PL061 device state | Wei Huang | 1 | -4/+2 |
2016-02-18 | ARM: PL061: Clear PL061 device state after reset | Wei Huang | 1 | -4/+27 |
2016-01-29 | arm: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-06-02 | pl061: fix wrong calculation of GPIOMIS register | Victor CLEMENT | 1 | -1/+1 |
2014-09-12 | pl061: implement input interrupt logic | Colin Leitner | 1 | -14/+45 |
2013-07-29 | pl061: QOM'ify pl061 and pl061_luminary | Andreas Färber | 1 | -26/+26 |
2013-07-29 | pl061: Rename pl061_state to PL061State | Andreas Färber | 1 | -31/+31 |
2013-07-04 | hw/gpio: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -1/+1 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini | 1 | -0/+336 |