summaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater
2021-05-01hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater
2021-03-10hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spipsXuzhou Cheng
2021-03-10hw/ssi: xilinx_spips: Clean up coding convention issuesXuzhou Cheng
2021-03-04hw/ssi: Add SiFive SPI controller supportBin Meng
2021-02-02hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng
2021-02-02hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng
2021-02-02hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng
2021-02-02hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng
2021-02-02hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()Bin Meng
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu
2020-12-10hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-12-10hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé
2020-12-10aspeed/smc: Add support for address lane disablementCédric Le Goater
2020-11-10ssi: Fix bad printf format specifiersAlexChen
2020-10-08hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-14hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater
2020-09-01aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater
2020-09-01aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater
2020-08-21meson: convert hw/ssiMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell
2020-06-15ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster
2020-06-15ssi: Convert last use of ssi_create_slave_no_init() manuallyMarkus Armbruster
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
2020-06-05hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas
2020-06-05hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-14hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck
2020-03-12aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater
2020-03-12aspeed/smc: Add some tracingCédric Le Goater