summaryrefslogtreecommitdiff
path: root/hw/sd/sdhci.c
AgeCommit message (Expand)Author
2021-03-22hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different blo...Bin Meng
2021-03-22hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writableBin Meng
2021-03-22hw/sd: sdhci: Correctly set the controller status for ADMABin Meng
2021-03-22hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progressBin Meng
2021-03-22hw/sd: sdhci: Don't transfer any data when command time outBin Meng
2021-02-20hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-10-21hw/sd/sdhci: Yield if interrupt delivered during multiple transferPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was deliveredPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Resume pending DMA transfers on MMIO accessesPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Stop multiple transfers when block count is clearedPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Fix DMA Transfer Block Size fieldPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Document the datasheet usedPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Fix qemu_log_mask() format stringPhilippe Mathieu-Daudé
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé
2020-08-21hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe 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-07-10sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-06-16sd: sdhci: Implement basic vendor specific register supportGuenter Roeck
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-18hw/sd: drop extra whitespace in sdhci_sysbus_realize() headerVladimir Sementsov-Ogievskiy
2019-10-22hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé
2019-10-22hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12hw/sd/sdhci: Move PCI-related code into a separate fileThomas Huth
2018-12-14hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell
2018-08-20sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd
2018-07-02hw/sd: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-29sdcard: Use the ldst APIPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-23sdhci: fix incorrect use of Error *Paolo Bonzini
2018-03-09sdhci: Fix a typo in commentPhilippe Mathieu-Daudé
2018-02-13sdhci: add Spec v4.2 register definitionsPhilippe 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 support for v3 capabilitiesPhilippe Mathieu-Daudé