summaryrefslogtreecommitdiffstats
path: root/hw/sd/bcm2835_sdhost.c
Commit message (Expand)AuthorAgeFilesLines
* Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-091-2/+3
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé2020-08-211-1/+1
* hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé2020-08-211-1/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/sd/bcm2835_sdhost: Fix PIO mode writesGuenter Roeck2018-07-231-4/+16
* sdcard: Use the ldst APIPhilippe Mathieu-Daudé2018-06-291-8/+5Star
* hw/sd/bcm2835_sdhost: Don't raise spurious interruptsPeter Maydell2018-04-101-20/+26
* hw/sd/bcm2835_sdhost: Add tracepointsPeter Maydell2018-04-101-0/+10
* bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps2017-02-281-0/+429