index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
gpio
Age
Commit message (
Expand
)
Author
2024-10-24
hw/gpio/aspeed: Support different memory region ops
Jamin Lin
2024-10-24
hw/gpio/aspeed: Support to set the different memory size
Jamin Lin
2024-10-24
hw/gpio/aspeed: Fix coding style
Jamin Lin
2024-07-02
hw/gpio/aspeed: Add reg_table_count to AspeedGPIOClass
Zheyu Ma
2024-03-25
misc/pca955*: Move models under hw/gpio
Cédric Le Goater
2024-03-11
hw/gpio: introduce pcf8574 driver
Dmitriy Sharikhin
2024-03-07
hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
Inès Varhol
2024-03-07
hw/gpio: Implement STM32L4x5 GPIO
Inès Varhol
2024-02-27
hw/gpio: Connect SD controller to BCM2838 GPIO
Sergey Kambalin
2024-02-27
hw/gpio: Add BCM2838 GPIO stub
Sergey Kambalin
2023-08-22
hw/gpio/nrf51: implement DETECT signal
Chris Laplante
2022-05-25
hw/gpio: replace HWADDR_PRIx with PRIx64
Jamin Lin
2022-05-25
hw/gpio support GPIO index mode for write operation.
Jamin Lin
2022-05-11
Clean up decorations and whitespace around header guards
Markus Armbruster
2021-10-12
hw: aspeed_gpio: Fix GPIO array indexing
Peter Delevoryas
2020-10-27
hw/gpio: Add GPIO model for Nuvoton NPCM7xx
Havard Skinnemoen
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
sifive: Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-18
sifive: Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-13
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-09-09
hw/riscv: Move sifive_gpio model to hw/gpio
Bin Meng
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-04-30
nrf51: Fix last GPIO CNF address
Cameron Esfahani
2019-09-13
hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500
Rashmica Gupta
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2019-01-07
hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral
Steffen Görtz
2017-02-28
bcm2835_gpio: add bcm2835 gpio controller
Clement Deschamps
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2015-12-17
i.MX: add support for lower and upper interrupt in GPIO.
Jean-Christophe Dubois
2015-09-14
i.MX: Add GPIO device
Jean-Christophe Dubois