aboutsummaryrefslogtreecommitdiff
path: root/include/hw/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-03-25misc/pca955*: Move models under hw/gpioCédric Le Goater4-0/+125
2024-03-11hw/gpio: introduce pcf8574 driverDmitriy Sharikhin1-0/+15
2024-03-07hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoCInès Varhol1-0/+1
2024-03-07hw/gpio: Implement STM32L4x5 GPIOInès Varhol1-0/+70
2024-02-27hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin1-0/+5
2024-02-27hw/gpio: Add BCM2838 GPIO stubSergey Kambalin1-0/+40
2023-08-22hw/gpio/nrf51: implement DETECT signalChris Laplante1-0/+1
2022-05-25hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin1-1/+1
2022-05-25hw/gpio support GPIO index mode for write operation.Jamin Lin1-0/+14
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2021-10-12hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas1-3/+2
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen1-0/+55
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-9/+3
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-18sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-18sifive: Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell1-0/+76
2020-09-09hw/riscv: Move sifive_gpio model to hw/gpioBin Meng1-0/+76
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost4-9/+8
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost4-10/+19
2020-04-30nrf51: Fix last GPIO CNF addressCameron Esfahani1-1/+1
2019-09-13hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500Rashmica Gupta1-0/+100
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+1
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz1-0/+69
2017-02-28bcm2835_gpio: add bcm2835 gpio controllerClement Deschamps1-0/+39
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2015-12-17i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois1-1/+2
2015-09-14i.MX: Add GPIO deviceJean-Christophe Dubois1-0/+62