summary refs log tree commit diff stats
path: root/hw/gpio/bcm2838_gpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* 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-271-0/+153