aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/pl181.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd/pl181: Replace disabled fprintf()s by trace eventsPhilippe Mathieu-Daudé1-17/+9
2020-08-21hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-18/+1
2020-08-21hw/sd/pl181: Expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé1-16/+51
2020-08-21hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé1-3/+5
2020-08-21hw/sd/pl181: Add TODO to use Fifo32 APIPhilippe Mathieu-Daudé1-1/+1
2020-08-21hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()Philippe Mathieu-Daudé1-2/+2
2020-08-21hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()Alistair Francis1-2/+3
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-29sdcard: Use the ldst APIPhilippe Mathieu-Daudé1-7/+4
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-01-16hw/sd/pl181: Reset SD card on controller resetPeter Maydell1-0/+4
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-06-14hw/sd: QOM'ify pl181.cxiaoqiang zhao1-10/+16
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu1-1/+1
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster1-0/+2
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster1-0/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf1-0/+4
2013-07-29pl181: QOM cast cleanupAndreas Färber1-9/+14
2013-07-29pl181: Rename pl181_state to PL181StateAndreas Färber1-28/+28
2013-07-15sd/pl181.c: Avoid undefined shift behaviour in RWORD macroPeter Maydell1-1/+1
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-21sd: pass bool parameter for sd_initliguang1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+515