aboutsummaryrefslogtreecommitdiff
path: root/include/hw/sd
AgeCommit message (Expand)Author
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé
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: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé
2020-08-21hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé
2020-06-16sd: sdhci: Implement basic vendor specific register supportGuenter Roeck
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery
2019-10-22hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-06-08sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé
2018-06-08sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé
2018-02-22sdcard: use the registerfields API to access the OCR registerPhilippe Mathieu-Daudé
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé
2018-02-13sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé
2018-02-13sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov
2018-01-25sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé
2018-01-16sdhci: add a 'dma' property to the sysbus devicespull-target-arm-20180116Philippe Mathieu-Daudé
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé
2018-01-16sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé
2018-01-16sdhci: remove dead codePhilippe Mathieu-Daudé
2018-01-16sdhci: clean up includesPhilippe Mathieu-Daudé
2017-02-28hw/sd: add card-reparenting functionClement Deschamps
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell
2015-12-22sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann
2015-12-07sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu