aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/pxa2xx_mmci.c
AgeCommit message (Expand)Author
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é
2020-08-21hw/sd/pxa2xx_mmci: Trivial simplificationPhilippe Mathieu-Daudé
2020-08-21hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé
2020-06-23sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() errorMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" deviceMarkus Armbruster
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
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-01-11hw/sd/pxa2xx_mmci: add read/write() trace eventsPhilippe Mathieu-Daudé
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu
2015-06-15hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOpsPeter Maydell
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-21sd: pass bool parameter for sd_initliguang
2013-04-08hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini