aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
2024-11-04hw/ssi/pnv_spi: Fixes Coverity CID 1558831Chalapathi V
2024-11-04hw/ssi/pnv_spi: Return early in transfer()Philippe Mathieu-Daudé
2024-11-04hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()Philippe Mathieu-Daudé
2024-10-24aspeed/smc: Fix write incorrect data into flash in user modeJamin Lin
2024-10-15hw/ssi: Allwinner A10 SPI emulationStrahinja Jankovic
2024-10-01hw/ssi: Remove omap_mcspiPeter Maydell
2024-10-01hw/ssi/xilinx_spips: Fix flash erase assert in dual parallel configurationShiva sagar Myana
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-07-26hw/ppc: SPI controller wiring to P10 chipChalapathi V
2024-07-26hw/ssi: Extend SPI modelChalapathi V
2024-07-26hw/ssi: Add SPI modelChalapathi V
2024-07-21aspeed/smc: Fix possible integer overflowCédric Le Goater
2024-06-16aspeed/smc: Add AST2700 supportJamin Lin
2024-06-16aspeed/smc: support different memory region ops for SMC flash regionJamin Lin
2024-06-16aspeed/smc: support 64 bits dma dram addressJamin Lin
2024-06-16aspeed/smc: support dma start length and 1 byte length unitJamin Lin
2024-06-16aspeed/smc: correct device descriptionJamin Lin
2024-06-16aspeed/smc: Reintroduce "dram-base" property for AST2700Cédric Le Goater
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater
2024-02-27xlnx-versal-ospi: disable reentrancy detection for iomem_dacSai Pavan Boddu
2024-02-02hw/ssi: Implement BCM2835 SPI ControllerRayhan Faizel
2023-12-30hw/ssi: Constify VMStateRichard Henderson
2023-11-27hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad
2023-11-07hw/ssi: ibex_spi_host: Clear the interrupt even if disabledAlistair Francis
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater
2023-09-01hw/ssi: Introduce a ssi_get_cs() helperCédric Le Goater
2023-09-01hw/ssi: Add a "cs" property to SSIPeripheralCédric Le Goater
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-04-03hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer
2023-03-02aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater
2023-02-16hw/ssi: Add Nuvoton PSPI ModuleHao Wu
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-17hw/ssi/sifive_spi.c: spelling: reigsterMichael Tokarev
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater
2022-10-24ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée
2022-10-14hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa
2022-10-14hw/ssi: ibex_spi: fixup coverity issueWilfred Mallawa
2022-09-27hw/ssi: ibex_spi: update reg addrWilfred Mallawa
2022-09-27hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater
2022-05-02aspeed/smc: Add AST1030 supportSteven Lee
2022-04-22hw/ssi: Add Ibex SPI device modelWilfred Mallawa