summaryrefslogtreecommitdiffstats
path: root/hw/sd/pl181.c
Commit message (Expand)AuthorAgeFilesLines
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+1Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* 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/pl181: Replace disabled fprintf()s by trace eventsPhilippe Mathieu-Daudé2020-08-211-17/+9Star
* hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-211-18/+1Star
* hw/sd/pl181: Expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé2020-08-211-16/+51
* hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé2020-08-211-3/+5
* hw/sd/pl181: Add TODO to use Fifo32 APIPhilippe Mathieu-Daudé2020-08-211-1/+1
* hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()Philippe Mathieu-Daudé2020-08-211-2/+2
* hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()Alistair Francis2020-08-211-2/+3
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-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
* sdcard: Use the ldst APIPhilippe Mathieu-Daudé2018-06-291-7/+4Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/sd/pl181: Reset SD card on controller resetPeter Maydell2018-01-161-0/+4
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/sd: QOM'ify pl181.cxiaoqiang zhao2016-06-141-10/+16
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* 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
* typofixes - v4Veres Lajos2015-09-111-1/+1
* sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster2015-04-021-0/+2
* hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster2015-04-021-0/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+2
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf2013-10-111-0/+4
* pl181: QOM cast cleanupAndreas Färber2013-07-291-9/+14
* pl181: Rename pl181_state to PL181StateAndreas Färber2013-07-291-28/+28
* sd/pl181.c: Avoid undefined shift behaviour in RWORD macroPeter Maydell2013-07-151-1/+1
* hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* 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 target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+515