aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/bcm2835_sdhost.c
AgeCommit message (Expand)Author
2023-12-30hw/sd: Constify VMStateRichard Henderson
2023-11-07hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
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