summaryrefslogtreecommitdiffstats
path: root/include/hw/ssi
Commit message (Expand)AuthorAgeFilesLines
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* hw/ssi: Add Ibex SPI device modelWilfred Mallawa2022-04-221-0/+94
* aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater2022-03-081-1/+1
* aspeed/smc: Remove 'num_cs' fieldCédric Le Goater2022-03-081-1/+0Star
* aspeed/smc: Add an address mask on segment registersCédric Le Goater2022-02-261-0/+1
* hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias2022-01-281-0/+111
* aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater2021-10-221-1/+1
* aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater2021-10-121-1/+0Star
* aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2021-10-121-0/+1
* aspeed/smc: Add default reset valuesCédric Le Goater2021-10-121-0/+1
* aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2021-10-121-4/+9
* aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2021-10-121-1/+1
* aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0Star
* aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0Star
* aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-35/+29Star
* aspeed/smc: Add extra controls to request DMACédric Le Goater2021-05-011-0/+1
* aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater2021-05-011-1/+1
* hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé2021-05-011-0/+1
* aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater2021-05-011-3/+0Star
* hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spipsXuzhou Cheng2021-03-101-1/+1
* hw/ssi: Add SiFive SPI controller supportBin Meng2021-03-041-0/+47
* arm: Update infocenter.arm.com URLsPeter Maydell2021-02-111-2/+3
* hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng2021-02-021-1/+4
* 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-101-23/+23
* hw/ssi: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé2020-12-101-7/+9
* hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé2020-12-101-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-185-17/+6Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-7/+2Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen2020-09-141-0/+73
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-097-28/+20Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-097-18/+34
* Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2020-07-031-2/+0Star
* hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell2020-07-031-3/+0Star
* ssi: Add ssi_realize_and_unref()Peter Maydell2020-07-031-0/+26
* ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster2020-06-151-1/+0Star
* ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster2020-06-151-4/+0Star
* aspeed/smc: Add AST2600 timings registersCédric Le Goater2019-12-161-0/+1
* aspeed/smc: Introduce segment operationsCédric Le Goater2019-10-151-0/+4
* aspeed/smc: Inject errors in DMA checksumCédric Le Goater2019-09-131-0/+1
* aspeed/smc: Add support for DMAsCédric Le Goater2019-09-131-0/+6
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-162-0/+2
* aspeed/smc: add a 'sdram_base' propertyCédric Le Goater2019-07-011-0/+3
* aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater2019-01-291-0/+3
* hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell2018-08-241-0/+51
* xilinx_spips: Make dma transactions as per dma_burst_sizeSai Pavan Boddu2018-06-261-1/+4