Age | Commit message (Expand) | Author |
2020-03-12 | hw/arm/allwinner: add SD/MMC host controller | Niek Linnenbank |
2020-01-30 | hw/sd: Configure number of slots exposed by the ASPEED SDHCI model | Andrew Jeffery |
2019-10-22 | hw/sd/sdhci: Add dummy Samsung SDHCI controller | Philippe Mathieu-Daudé |
2019-10-15 | hw/sd/aspeed_sdhci: New device | Eddie James |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2018-06-08 | sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR) | Philippe Mathieu-Daudé |
2018-06-08 | sdcard: Add a 'spec_version' property, default to Spec v2.00 | Philippe Mathieu-Daudé |
2018-02-22 | sdcard: use the registerfields API to access the OCR register | Philippe Mathieu-Daudé |
2018-02-13 | sdhci: implement CMD/DAT[] fields in the Present State register | Philippe Mathieu-Daudé |
2018-02-13 | sdhci: implement UHS-I voltage switch | Philippe Mathieu-Daudé |
2018-02-13 | sdhci: implement the Host Control 2 register (tuning sequence) | Philippe Mathieu-Daudé |
2018-02-13 | sdhci: rename the hostctl1 register | Philippe Mathieu-Daudé |
2018-02-13 | sdhci: add a 'spec_version property' (default to v2) | Philippe Mathieu-Daudé |
2018-02-09 | sdhci: Add i.MX specific subtype of SDHCI | Andrey Smirnov |
2018-01-25 | sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object | Philippe Mathieu-Daudé |
2018-01-16 | sdhci: add a 'dma' property to the sysbus devices | Philippe Mathieu-Daudé |
2018-01-16 | sdhci: fix the PCI device, using the PCI address space for DMA | Philippe Mathieu-Daudé |
2018-01-16 | sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only | Philippe Mathieu-Daudé |
2018-01-16 | sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties | Philippe Mathieu-Daudé |
2018-01-16 | sdhci: remove dead code | Philippe Mathieu-Daudé |
2018-01-16 | sdhci: clean up includes | Philippe Mathieu-Daudé |
2017-02-28 | hw/sd: add card-reparenting function | Clement Deschamps |
2017-02-28 | bcm2835_sdhost: add bcm2835 sdhost controller | Clement Deschamps |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-02-26 | sdhci: add quirk property for card insert interrupt status on Raspberry Pi | Andrew Baumann |
2016-02-26 | sdhci: Revert "add optional quirk property to disable card insertion/removal ... | Andrew Baumann |
2016-02-18 | hw/sd/sdhci.c: Update to use SDBus APIs | Peter Maydell |
2016-02-18 | hw/sd: Add QOM bus which SD cards plug in to | Peter Maydell |
2016-02-18 | hw/sd/sd.c: QOMify | Peter Maydell |
2015-12-22 | sdhci: add optional quirk property to disable card insertion/removal interrupts | Andrew Baumann |
2015-12-07 | sdhci: Sanitize "sdhci-pci" properties for future qomification | Markus Armbruster |
2015-10-29 | sdhci: Split sdhci.h for public and internal device usage | Sai Pavan Boddu |
2015-10-29 | sd.h: Move sd.h to include/hw/sd/ | Sai Pavan Boddu |