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