aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-06-10hw/gpio/pca9552: Avoid using g_newa()Philippe Mathieu-Daudé1-1/+1
2025-05-14hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello1-14/+14
2025-05-06hw/gpio/imx_gpio: Fix interpretation of GDIR polarityBernhard Beschow1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé16-23/+25
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster4-9/+0
2025-04-24cleanup: Re-run return_directly.cocciMarkus Armbruster1-4/+1
2025-03-07hw/gpio: npcm7xx: fixup out-of-bounds accessPatrick Venture1-2/+1
2025-02-25hw/gpio/pca955*: Move Kconfig switches next to implementationsBernhard Beschow1-0/+8
2025-01-13hw/gpio/imx_gpio: Turn DPRINTF() into trace eventsBernhard Beschow2-11/+12
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson8-8/+0
2024-12-15hw/gpio: Constify all PropertyRichard Henderson8-8/+8
2024-11-05hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macroBernhard Beschow1-13/+9
2024-10-24hw/gpio/aspeed: Add AST2700 supportJamin Lin1-0/+380
2024-10-24hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index modeJamin Lin1-10/+17
2024-10-24hw/gpio/aspeed: Support different memory region opsJamin Lin1-1/+6
2024-10-24hw/gpio/aspeed: Support to set the different memory sizeJamin Lin1-1/+6
2024-10-24hw/gpio/aspeed: Fix coding styleJamin Lin1-3/+3
2024-10-15hw/gpio: Remove MAX7310 devicePeter Maydell3-222/+0
2024-10-01hw/gpio: Remove TYPE_OMAP2_GPIOPeter Maydell1-557/+0
2024-10-01hw/arm/KConfig: Replace ZAURUS with ZAURUS_SCOOPPeter Maydell2-1/+4
2024-09-16hw/gpio/aspeed_gpio: Avoid shift into sign bitPeter Maydell1-1/+1
2024-09-13hw/gpio: remove break after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell13-14/+14
2024-07-02hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClassZheyu Ma1-0/+17
2024-05-28hw: arm: Remove use of tabs in some source filesTanmay Patil1-29/+32
2024-05-09hw/gpio: Handle clock migration in STM32L4x5 gpiosInès Varhol1-2/+4
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell3-3/+3
2024-03-25Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-0/+815
2024-03-25misc/pca955*: Move models under hw/gpioCédric Le Goater4-0/+815
2024-03-11hw/gpio: introduce pcf8574 driverDmitriy Sharikhin3-0/+167
2024-03-07hw/gpio: Implement STM32L4x5 GPIOInès Varhol4-0/+487
2024-02-27hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin1-1/+51
2024-02-27hw/gpio: Implement BCM2838 GPIO functionalitySergey Kambalin1-3/+190
2024-02-27hw/gpio: Add BCM2838 GPIO stubSergey Kambalin2-1/+157
2023-12-29hw/gpio: Constify VMStateRichard Henderson11-12/+12
2023-08-22hw/gpio/nrf51: implement DETECT signalChris Laplante1-1/+13
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-13/+13
2023-03-20replace TABs with spacesYeqi Fu1-11/+11
2023-02-27hw/gpio/max7310: Simplify max7310_realize()Philippe Mathieu-Daudé1-3/+2
2023-01-12hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type namePhilippe Mathieu-Daudé1-10/+10
2023-01-12hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type namePhilippe Mathieu-Daudé1-8/+8
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-8/+7
2023-01-12hw/gpio/omap_gpio: Add local variable to avoid embedded castPhilippe Mathieu-Daudé1-1/+2
2022-10-17hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow2-1/+4
2022-07-14hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas1-7/+8
2022-05-25hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin1-4/+4
2022-05-25hw/gpio support GPIO index mode for write operation.Jamin Lin1-0/+168
2022-05-25hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin1-0/+27