summary refs log tree commit diff stats
path: root/hw/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-253-3/+3
* Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-254-0/+815
|\
| * misc/pca955*: Move models under hw/gpioCédric Le Goater2024-03-254-0/+815
|/
* hw/gpio: introduce pcf8574 driverDmitriy Sharikhin2024-03-113-0/+167
* hw/gpio: Implement STM32L4x5 GPIOInès Varhol2024-03-074-0/+487
* hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin2024-02-271-1/+51
* hw/gpio: Implement BCM2838 GPIO functionalitySergey Kambalin2024-02-271-3/+190
* hw/gpio: Add BCM2838 GPIO stubSergey Kambalin2024-02-272-1/+157
* hw/gpio: Constify VMStateRichard Henderson2023-12-2911-12/+12
* hw/gpio/nrf51: implement DETECT signalChris Laplante2023-08-221-1/+13
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-13/+13
* replace TABs with spacesYeqi Fu2023-03-201-11/+11
* hw/gpio/max7310: Simplify max7310_realize()Philippe Mathieu-Daudé2023-02-271-3/+2
* hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type namePhilippe Mathieu-Daudé2023-01-121-10/+10
* hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type namePhilippe Mathieu-Daudé2023-01-121-8/+8
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-8/+7
* hw/gpio/omap_gpio: Add local variable to avoid embedded castPhilippe Mathieu-Daudé2023-01-121-1/+2
* hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow2022-10-172-1/+4
* hw/gpio/aspeed: Don't let guests modify input pinsPeter Delevoryas2022-07-141-7/+8
* hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin2022-05-251-4/+4
* hw/gpio support GPIO index mode for write operation.Jamin Lin2022-05-251-0/+168
* hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2022-05-251-0/+27
* hw/gpio Add GPIO read/write trace event.Jamin Lin2022-05-252-15/+43
* hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas2022-05-021-1/+1
* hw: aspeed_gpio: Cleanup stray semicolon after switchAndrew Jeffery2022-03-081-1/+1
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-47/+33
* hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas2021-10-121-4/+4
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+1
* hw: aspeed_gpio: Clarify GPIO controller nameJoel Stanley2021-09-201-13/+13
* hw: aspeed_gpio: Simplify 1.8V definesJoel Stanley2021-09-201-37/+36
* hw: aspeed_gpio: Fix memory sizeJoel Stanley2021-07-271-2/+1
* hw/gpio/pl061: Document a shortcoming in our implementationPeter Maydell2021-07-091-0/+9
* hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on resetPeter Maydell2021-07-092-4/+26
* hw/gpio/pl061: Make pullup/pulldown of outputs configurablePeter Maydell2021-07-091-4/+47
* hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registersPeter Maydell2021-07-092-7/+57
* hw/gpio/pl061: Document the interface of this devicePeter Maydell2021-07-091-0/+7
* hw/gpio/pl061: Add tracepoints for register read and writePeter Maydell2021-07-092-22/+50
* hw/gpio/pl061: Clean up read/write offset handling logicPeter Maydell2021-07-091-25/+79
* hw/gpio/pl061: Convert DPRINTF to tracepointsPeter Maydell2021-07-092-18/+15
* hw/gpio/gpio_pwr: use shutdown function for rebootMaxim Uvarov2021-07-021-1/+1
* misc: Correct relative include pathPhilippe Mathieu-Daudé2021-06-051-1/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-171-1/+1
|\
| * hw/gpio/aspeed: spelling fix (addtional)Michael Tokarev2021-05-131-1/+1
* | Drop the deprecated unicore32 targetMarkus Armbruster2021-05-122-155/+0
|/
* hw: gpio: implement gpio-pwr driver for qemu reset/poweroffMaxim Uvarov2021-01-293-0/+74
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-273-0/+432