summaryrefslogtreecommitdiffstats
path: root/hw/ssi
Commit message (Expand)AuthorAgeFilesLines
* 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
* xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmdFrancisco Iglesias2020-02-211-1/+1
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-4/+4
* aspeed/smc: Add AST2600 timings registersCédric Le Goater2019-12-161-3/+14
* aspeed/smc: Do not map disabled segment on the AST2600Cédric Le Goater2019-12-161-5/+11
* aspeed/smc: Restore default AHB window mapping at resetCédric Le Goater2019-12-161-11/+21
* ssi: xilinx_spips: Skip spi bus update for a few register writesSai Pavan Boddu2019-11-191-4/+18
* aspeed/smc: Add AST2600 supportCédric Le Goater2019-10-151-4/+128
* aspeed/smc: Introduce segment operationsCédric Le Goater2019-10-151-15/+30