Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | hw/gpio/max7310: Simplify max7310_realize() | Philippe Mathieu-Daudé | 1 | -3/+2 |
2023-01-12 | hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name | Philippe Mathieu-Daudé | 1 | -10/+10 |
2023-01-12 | hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name | Philippe Mathieu-Daudé | 1 | -8/+8 |
2023-01-12 | hw/arm/omap: Drop useless casts from void * to pointer | Philippe Mathieu-Daudé | 1 | -8/+7 |
2023-01-12 | hw/gpio/omap_gpio: Add local variable to avoid embedded cast | Philippe Mathieu-Daudé | 1 | -1/+2 |
2022-10-17 | hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx | Bernhard Beschow | 2 | -1/+4 |
2022-07-14 | hw/gpio/aspeed: Don't let guests modify input pins | Peter Delevoryas | 1 | -7/+8 |
2022-05-25 | hw/gpio: replace HWADDR_PRIx with PRIx64 | Jamin Lin | 1 | -4/+4 |
2022-05-25 | hw/gpio support GPIO index mode for write operation. | Jamin Lin | 1 | -0/+168 |
2022-05-25 | hw/gpio: Add ASPEED GPIO model for AST1030 | Jamin Lin | 1 | -0/+27 |
2022-05-25 | hw/gpio Add GPIO read/write trace event. | Jamin Lin | 2 | -15/+43 |
2022-05-02 | hw/gpio/aspeed_gpio: Fix QOM pin property | Peter Delevoryas | 1 | -1/+1 |
2022-03-08 | hw: aspeed_gpio: Cleanup stray semicolon after switch | Andrew Jeffery | 1 | -1/+1 |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell | 1 | -1/+0 |
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 |