Age | Commit message (Expand) | Author | Files | Lines |
2021-10-12 | hw: aspeed_gpio: Fix GPIO array indexing | Peter Delevoryas | 1 | -47/+33 |
2021-10-12 | hw: aspeed_gpio: Fix pin I/O type declarations | Peter Delevoryas | 1 | -4/+4 |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell | 1 | -2/+1 |
2021-09-20 | hw: aspeed_gpio: Clarify GPIO controller name | Joel Stanley | 1 | -13/+13 |
2021-09-20 | hw: aspeed_gpio: Simplify 1.8V defines | Joel Stanley | 1 | -37/+36 |
2021-07-27 | hw: aspeed_gpio: Fix memory size | Joel Stanley | 1 | -2/+1 |
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 | 2 | -4/+26 |
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 | 2 | -7/+57 |
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 | 2 | -22/+50 |
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 | 2 | -18/+15 |
2021-07-02 | hw/gpio/gpio_pwr: use shutdown function for reboot | Maxim Uvarov | 1 | -1/+1 |
2021-06-05 | misc: Correct relative include path | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-17 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 1 | -1/+1 |
2021-05-13 | hw/gpio/aspeed: spelling fix (addtional) | Michael Tokarev | 1 | -1/+1 |
2021-05-12 | Drop the deprecated unicore32 target | Markus Armbruster | 2 | -155/+0 |
2021-01-29 | hw: gpio: implement gpio-pwr driver for qemu reset/poweroff | Maxim Uvarov | 3 | -0/+74 |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-10-27 | hw/gpio: Add GPIO model for Nuvoton NPCM7xx | Havard Skinnemoen | 3 | -0/+432 |
2020-09-22 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 1 | -4/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 6 | -18/+6 |
2020-09-16 | hw/gpio/max7310: Remove impossible check | Philippe Mathieu-Daudé | 1 | -4/+1 |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell | 4 | -0/+407 |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2 | -8/+9 |
2020-09-09 | hw/riscv: Move sifive_gpio model to hw/gpio | Bin Meng | 4 | -0/+407 |
2020-09-09 | hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP) | Philippe Mathieu-Daudé | 1 | -6/+5 |
2020-09-09 | hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé | 1 | -2/+4 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 6 | -6/+12 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 6 | -11/+22 |
2020-09-01 | hw: Remove superfluous breaks | Liao Pingfang | 1 | -3/+0 |
2020-08-21 | meson: convert hw/gpio | Marc-André Lureau | 2 | -12/+12 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | qom: Don't handle impossible object_property_get_link() failure | Markus Armbruster | 1 | -13/+2 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -2/+1 |
2020-07-03 | hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses | Peter Maydell | 1 | -5/+7 |
2020-06-09 | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() | Philippe Mathieu-Daudé | 1 | -4/+11 |
2020-05-21 | ARM: PL061: Introduce N_GPIOS | Geert Uytterhoeven | 1 | -5/+7 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -1/+1 |
2020-05-04 | hw/gpio/aspeed_gpio: Remove dead assignment | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-04-03 | hw/gpio/aspeed_gpio.c: Don't directly include assert.h | Peter Maydell | 1 | -2/+0 |
2020-02-04 | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth | 1 | -5/+5 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2 | -3/+3 |
2020-01-07 | omap-gpio: remove PROP_PTR | Marc-André Lureau | 1 | -27/+15 |
2019-12-16 | gpio: fix memory leak in aspeed_gpio_init() | PanNengyuan | 1 | -0/+1 |
2019-10-24 | hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V model | Cédric Le Goater | 1 | -4/+4 |