summaryrefslogtreecommitdiffstats
path: root/hw/sd/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*Bernhard Beschow2022-10-281-33/+33
* hw/sd/sdhci-internal: Unexport ESDHC definesBernhard Beschow2022-10-281-0/+19
* hw/sd/sdhci: Prohibit DMA accesses to devicesPhilippe Mathieu-Daudé2022-03-211-2/+3
* hw/sd/sdhci: Honor failed DMA transactionsPhilippe Mathieu-Daudé2022-03-211-9/+25
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-13/+22
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+1Star
* hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different blo...Bin Meng2021-03-221-0/+12
* hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writableBin Meng2021-03-221-7/+7
* hw/sd: sdhci: Correctly set the controller status for ADMABin Meng2021-03-221-0/+3
* hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progressBin Meng2021-03-221-9/+11
* hw/sd: sdhci: Don't transfer any data when command time outBin Meng2021-03-221-1/+3
* hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()Bin Meng2021-02-201-4/+3Star
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-2/+0Star
* hw/sd/sdhci: Yield if interrupt delivered during multiple transferPhilippe Mathieu-Daudé2020-10-211-1/+4
* hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was deliveredPhilippe Mathieu-Daudé2020-10-211-2/+7
* hw/sd/sdhci: Resume pending DMA transfers on MMIO accessesPhilippe Mathieu-Daudé2020-10-211-0/+14
* hw/sd/sdhci: Stop multiple transfers when block count is clearedPhilippe Mathieu-Daudé2020-10-211-1/+6
* hw/sd/sdhci: Fix DMA Transfer Block Size fieldPhilippe Mathieu-Daudé2020-10-211-1/+1
* hw/sd/sdhci: Document the datasheet usedPhilippe Mathieu-Daudé2020-10-211-0/+2
* hw/sd/sdhci: Fix qemu_log_mask() format stringPhilippe Mathieu-Daudé2020-10-211-1/+1
* Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-091-1/+3
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé2020-08-211-20/+8Star
* hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé2020-08-211-14/+4Star
* hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé2020-08-211-4/+4
* hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé2020-08-211-4/+4
* sd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-12/+9Star
* sd: sdhci: Implement basic vendor specific register supportGuenter Roeck2020-06-161-1/+17
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-3/+3
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-1/+1
* hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-201-10/+5Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/sd: drop extra whitespace in sdhci_sysbus_realize() headerVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé2019-10-221-0/+65
* hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé2019-10-221-1/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/sd/sdhci: Move PCI-related code into a separate fileThomas Huth2019-03-121-93/+5Star
* hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell2018-12-141-4/+1Star
* sdhci: add i.MX SD Stable Clock bitHans-Erik Floryd2018-08-201-0/+8
* hw/sd: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-3/+3
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* sdcard: Use the ldst APIPhilippe Mathieu-Daudé2018-06-291-10/+5Star
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* sdhci: fix incorrect use of Error *Paolo Bonzini2018-03-231-2/+2
* sdhci: Fix a typo in commentPhilippe Mathieu-Daudé2018-03-091-2/+2