aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/omap_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé1-4/+4
2020-08-21hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé1-1/+1
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+2
2018-07-09hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'Philippe Mathieu-Daudé1-3/+11
2018-06-29sdcard: Use the ldst APIPhilippe Mathieu-Daudé1-4/+2
2018-06-26hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé1-4/+9
2018-01-16hw/sd/omap_mmc: Reset SD card on controller resetPeter Maydell1-4/+10
2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu1-1/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+2
2015-03-19omap: Fix warnings from SparseStefan Weil1-1/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-4/+4
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-1/+1
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf1-0/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-21sd: pass bool parameter for sd_initliguang1-2/+2
2013-04-08hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini1-0/+641