Age | Commit message (Expand) | Author | Files | Lines |
2024-10-24 | hw/gpio/aspeed: Add AST2700 support | Jamin Lin | 1 | -0/+380 |
2024-10-24 | hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode | Jamin Lin | 1 | -10/+17 |
2024-10-24 | hw/gpio/aspeed: Support different memory region ops | Jamin Lin | 1 | -1/+6 |
2024-10-24 | hw/gpio/aspeed: Support to set the different memory size | Jamin Lin | 1 | -1/+6 |
2024-10-24 | hw/gpio/aspeed: Fix coding style | Jamin Lin | 1 | -3/+3 |
2024-10-15 | hw/gpio: Remove MAX7310 device | Peter Maydell | 3 | -222/+0 |
2024-10-01 | hw/gpio: Remove TYPE_OMAP2_GPIO | Peter Maydell | 1 | -557/+0 |
2024-10-01 | hw/arm/KConfig: Replace ZAURUS with ZAURUS_SCOOP | Peter Maydell | 2 | -1/+4 |
2024-09-16 | hw/gpio/aspeed_gpio: Avoid shift into sign bit | Peter Maydell | 1 | -1/+1 |
2024-09-13 | hw/gpio: remove break after g_assert_not_reached() | Pierrick Bouvier | 1 | -1/+0 |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell | 13 | -14/+14 |
2024-07-02 | hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClass | Zheyu Ma | 1 | -0/+17 |
2024-05-28 | hw: arm: Remove use of tabs in some source files | Tanmay Patil | 1 | -29/+32 |
2024-05-09 | hw/gpio: Handle clock migration in STM32L4x5 gpios | Inès Varhol | 1 | -2/+4 |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell | 3 | -3/+3 |
2024-03-25 | Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 4 | -0/+815 |
2024-03-25 | misc/pca955*: Move models under hw/gpio | Cédric Le Goater | 4 | -0/+815 |
2024-03-11 | hw/gpio: introduce pcf8574 driver | Dmitriy Sharikhin | 3 | -0/+167 |
2024-03-07 | hw/gpio: Implement STM32L4x5 GPIO | Inès Varhol | 4 | -0/+487 |
2024-02-27 | hw/gpio: Connect SD controller to BCM2838 GPIO | Sergey Kambalin | 1 | -1/+51 |
2024-02-27 | hw/gpio: Implement BCM2838 GPIO functionality | Sergey Kambalin | 1 | -3/+190 |
2024-02-27 | hw/gpio: Add BCM2838 GPIO stub | Sergey Kambalin | 2 | -1/+157 |
2023-12-29 | hw/gpio: Constify VMState | Richard Henderson | 11 | -12/+12 |
2023-08-22 | hw/gpio/nrf51: implement DETECT signal | Chris Laplante | 1 | -1/+13 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -13/+13 |
2023-03-20 | replace TABs with spaces | Yeqi Fu | 1 | -11/+11 |
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 |