summaryrefslogtreecommitdiffstats
path: root/hw/ssi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-053-3/+0Star
|\
| * Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | aspeed/smc: Add extra controls to request DMACédric Le Goater2021-05-011-7/+67
* | aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater2021-05-011-19/+25
* | hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé2021-05-011-3/+4
* | aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater2021-05-011-1/+0Star
* | aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater2021-05-011-2/+1Star
|/
* hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spipsXuzhou Cheng2021-03-101-10/+0Star
* hw/ssi: xilinx_spips: Clean up coding convention issuesXuzhou Cheng2021-03-101-9/+14
* hw/ssi: Add SiFive SPI controller supportBin Meng2021-03-043-0/+363
* hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng2021-02-021-5/+2Star
* hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng2021-02-021-1/+1
* hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng2021-02-021-1/+16
* hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng2021-02-021-0/+6
* hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé2021-02-021-4/+9
* hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé2021-02-021-31/+29Star
* hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé2021-02-021-8/+24
* hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé2021-02-021-2/+0Star
* hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()Bin Meng2021-02-021-4/+10
* hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng2021-02-021-2/+2
* hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu2021-01-121-1/+1
* hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-1/+1
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-103-28/+29
* hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé2020-12-101-26/+27
* aspeed/smc: Add support for address lane disablementCédric Le Goater2020-12-101-7/+18
* ssi: Fix bad printf format specifiersAlexChen2020-11-102-2/+2
* hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2020-10-082-7/+7
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-5/+2Star
* hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen2020-09-143-0/+584
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-2/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-2/+5
* aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater2020-09-011-1/+1
* aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater2020-09-011-1/+1
* aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater2020-09-011-2/+0Star
* meson: convert hw/ssiMarc-André Lureau2020-08-212-10/+9Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* ssi: Add ssi_realize_and_unref()Peter Maydell2020-07-031-1/+6
* ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster2020-06-151-5/+0Star
* ssi: Convert last use of ssi_create_slave_no_init() manuallyMarkus Armbruster2020-06-151-2/+3
* ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster2020-06-156-42/+0Star
* hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas2020-06-051-1/+1
* hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas2020-06-051-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+1Star
* hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias2020-05-141-1/+1
* aspeed/smc: Fix DMA support for AST2600Cédric Le Goater2020-03-232-2/+14
* aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck2020-03-171-1/+1
* aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater2020-03-122-16/+24
* aspeed/smc: Add some tracingCédric Le Goater2020-03-122-0/+26