aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/bcm2835_sdhost.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+2
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost1-2/+3
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-07-23hw/sd/bcm2835_sdhost: Fix PIO mode writesGuenter Roeck1-4/+16
2018-06-29sdcard: Use the ldst APIPhilippe Mathieu-Daudé1-8/+5
2018-04-10hw/sd/bcm2835_sdhost: Don't raise spurious interruptsPeter Maydell1-20/+26
2018-04-10hw/sd/bcm2835_sdhost: Add tracepointsPeter Maydell1-0/+10
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps1-0/+429