aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ssi
AgeCommit message (Expand)Author
2023-09-08include/: spelling fixesMichael Tokarev
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-02-27Do not include hw/hw.h if it is not necessaryThomas Huth
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-08include: Include headers where neededMarkus Armbruster
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-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-22hw/ssi: Add Ibex SPI device modelWilfred Mallawa
2022-03-08aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater
2022-02-26aspeed/smc: Add an address mask on segment registersCédric Le Goater
2022-01-28hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias
2021-10-22aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater
2021-10-12aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater
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-03-10hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spipsXuzhou Cheng
2021-03-04hw/ssi: Add SiFive SPI controller supportBin Meng
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng
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: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2020-12-10hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-14hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell
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: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
2019-12-16aspeed/smc: Add AST2600 timings registersCédric Le Goater