summary refs log tree commit diff stats
path: root/include/hw/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc/pca955*: Move models under hw/gpioCédric Le Goater2024-03-254-0/+125
* hw/gpio: introduce pcf8574 driverDmitriy Sharikhin2024-03-111-0/+15
* hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoCInès Varhol2024-03-071-0/+1
* hw/gpio: Implement STM32L4x5 GPIOInès Varhol2024-03-071-0/+70
* hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin2024-02-271-0/+5
* hw/gpio: Add BCM2838 GPIO stubSergey Kambalin2024-02-271-0/+40
* hw/gpio/nrf51: implement DETECT signalChris Laplante2023-08-221-0/+1
* hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin2022-05-251-1/+1
* hw/gpio support GPIO index mode for write operation.Jamin Lin2022-05-251-0/+14
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-3/+2
* hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-271-0/+55
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-9/+3
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1
* sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-181-1/+2
* sifive: Move QOM typedefs and add missing includesEduardo Habkost2020-09-181-2/+4
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-131-0/+76
|\
| * hw/riscv: Move sifive_gpio model to hw/gpioBin Meng2020-09-091-0/+76
* | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-094-9/+8
* | Move QOM typedefs and add missing includesEduardo Habkost2020-09-094-10/+19
|/
* nrf51: Fix last GPIO CNF addressCameron Esfahani2020-04-301-1/+1
* hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500Rashmica Gupta2019-09-131-0/+100
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+1
* hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz2019-01-071-0/+69
* bcm2835_gpio: add bcm2835 gpio controllerClement Deschamps2017-02-281-0/+39
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois2015-12-171-1/+2
* i.MX: Add GPIO deviceJean-Christophe Dubois2015-09-141-0/+62