summaryrefslogtreecommitdiffstats
path: root/hw/sd/pxa2xx_mmci.c
Commit message (Expand)AuthorAgeFilesLines
* Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-091-1/+3
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* pxa2xx: Move QOM macros to headerEduardo Habkost2020-08-271-3/+0Star
* 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
* hw/sd/pxa2xx_mmci: Trivial simplificationPhilippe Mathieu-Daudé2020-08-211-3/+1Star
* hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-9/+2Star
* sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() errorMarkus Armbruster2020-06-231-12/+3Star
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" deviceMarkus Armbruster2020-06-151-0/+1
* error: Use error_reportf_err() where appropriateMarkus Armbruster2020-05-271-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* 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/pxa2xx_mmci: add read/write() trace eventsPhilippe Mathieu-Daudé2018-01-111-28/+50
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell2016-02-181-0/+30
* hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell2016-02-181-92/+64Star
* hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell2016-02-181-14/+66
* hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell2016-02-181-16/+54
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu2015-10-291-1/+1
* hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOpsPeter Maydell2015-06-151-60/+8Star
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+2
* blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf2013-10-111-0/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* sd: pass bool parameter for sd_initliguang2013-06-211-1/+1
* hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini2013-04-081-0/+553