| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 2 | -6/+2 |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 2 | -8/+2 |
* | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 2020-09-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell | 2020-09-13 | 1 | -0/+47 |
|\ |
|
| * | hw/sd: Add Cadence SDHCI emulation | Bin Meng | 2020-09-10 | 1 | -0/+47 |
* | | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 2020-09-09 | 1 | -4/+2 |
* | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 5 | -21/+14 |
* | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 5 | -14/+25 |
|/ |
|
* | hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers | Philippe Mathieu-Daudé | 2020-08-28 | 1 | -0/+6 |
* | hw/sd: Add sdbus_read_data() to read multiples bytes on the data line | Philippe Mathieu-Daudé | 2020-08-21 | 1 | -0/+9 |
* | hw/sd: Add sdbus_write_data() to write multiples bytes on the data line | Philippe Mathieu-Daudé | 2020-08-21 | 1 | -0/+9 |
* | hw/sd: Rename sdbus_read_data() as sdbus_read_byte() | Philippe Mathieu-Daudé | 2020-08-21 | 1 | -1/+9 |
* | hw/sd: Rename sdbus_write_data() as sdbus_write_byte() | Philippe Mathieu-Daudé | 2020-08-21 | 1 | -1/+8 |
* | hw/sd: Rename read/write_data() as read/write_byte() | Philippe Mathieu-Daudé | 2020-08-21 | 2 | -4/+19 |
* | hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h' | Philippe Mathieu-Daudé | 2020-08-21 | 2 | -16/+50 |
* | hw/sd/sdcard: Make sd_data_ready() static | Philippe Mathieu-Daudé | 2020-08-21 | 1 | -1/+0 |
* | sd: sdhci: Implement basic vendor specific register support | Guenter Roeck | 2020-06-16 | 1 | -0/+5 |
* | hw/arm/allwinner: add SD/MMC host controller | Niek Linnenbank | 2020-03-12 | 1 | -0/+135 |
* | hw/sd: Configure number of slots exposed by the ASPEED SDHCI model | Andrew Jeffery | 2020-01-30 | 1 | -0/+1 |
* | hw/sd/sdhci: Add dummy Samsung SDHCI controller | Philippe Mathieu-Daudé | 2019-10-22 | 1 | -0/+2 |
* | hw/sd/aspeed_sdhci: New device | Eddie James | 2019-10-15 | 1 | -0/+34 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR) | Philippe Mathieu-Daudé | 2018-06-08 | 1 | -0/+1 |
* | sdcard: Add a 'spec_version' property, default to Spec v2.00 | Philippe Mathieu-Daudé | 2018-06-08 | 1 | -0/+5 |
* | sdcard: use the registerfields API to access the OCR register | Philippe Mathieu-Daudé | 2018-02-22 | 1 | -1/+0 |
* | sdhci: implement CMD/DAT[] fields in the Present State register | Philippe Mathieu-Daudé | 2018-02-13 | 1 | -0/+4 |
* | sdhci: implement UHS-I voltage switch | Philippe Mathieu-Daudé | 2018-02-13 | 2 | -0/+17 |
* | sdhci: implement the Host Control 2 register (tuning sequence) | Philippe Mathieu-Daudé | 2018-02-13 | 1 | -0/+1 |
* | sdhci: rename the hostctl1 register | Philippe Mathieu-Daudé | 2018-02-13 | 1 | -1/+1 |
* | sdhci: add a 'spec_version property' (default to v2) | Philippe Mathieu-Daudé | 2018-02-13 | 1 | -0/+2 |
* | sdhci: Add i.MX specific subtype of SDHCI | Andrey Smirnov | 2018-02-09 | 1 | -0/+13 |
* | sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object | Philippe Mathieu-Daudé | 2018-01-25 | 1 | -0/+1 |
* | sdhci: add a 'dma' property to the sysbus devices | Philippe Mathieu-Daudé | 2018-01-16 | 1 | -0/+1 |
* | sdhci: fix the PCI device, using the PCI address space for DMA | Philippe Mathieu-Daudé | 2018-01-16 | 1 | -0/+1 |
* | sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only | Philippe Mathieu-Daudé | 2018-01-16 | 1 | -2/+2 |
* | sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties | Philippe Mathieu-Daudé | 2018-01-16 | 1 | -1/+3 |
* | sdhci: remove dead code | Philippe Mathieu-Daudé | 2018-01-16 | 1 | -2/+0 |
* | sdhci: clean up includes | Philippe Mathieu-Daudé | 2018-01-16 | 1 | -1/+6 |
* | hw/sd: add card-reparenting function | Clement Deschamps | 2017-02-28 | 1 | -0/+11 |
* | bcm2835_sdhost: add bcm2835 sdhost controller | Clement Deschamps | 2017-02-28 | 1 | -0/+48 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 1 | -3/+4 |
* | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+2 |
* | sdhci: add quirk property for card insert interrupt status on Raspberry Pi | Andrew Baumann | 2016-02-26 | 1 | -0/+2 |
* | sdhci: Revert "add optional quirk property to disable card insertion/removal ... | Andrew Baumann | 2016-02-26 | 1 | -1/+0 |
* | hw/sd/sdhci.c: Update to use SDBus APIs | Peter Maydell | 2016-02-18 | 1 | -2/+1 |
* | hw/sd: Add QOM bus which SD cards plug in to | Peter Maydell | 2016-02-18 | 1 | -0/+62 |
* | hw/sd/sd.c: QOMify | Peter Maydell | 2016-02-18 | 1 | -0/+3 |
* | sdhci: add optional quirk property to disable card insertion/removal interrupts | Andrew Baumann | 2015-12-22 | 1 | -0/+1 |
* | sdhci: Sanitize "sdhci-pci" properties for future qomification | Markus Armbruster | 2015-12-07 | 1 | -1/+1 |