summaryrefslogtreecommitdiff
path: root/hw/sd/bcm2835_sdhost.c
AgeCommit message (Expand)Author
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-23hw/sd/bcm2835_sdhost: Fix PIO mode writesGuenter Roeck
2018-06-29sdcard: Use the ldst APIPhilippe Mathieu-Daudé
2018-04-10hw/sd/bcm2835_sdhost: Don't raise spurious interruptsPeter Maydell
2018-04-10hw/sd/bcm2835_sdhost: Add tracepointsPeter Maydell
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps