Age | Commit message (Expand) | Author | Files | Lines |
2024-02-02 | hw/ssi: Implement BCM2835 SPI Controller | Rayhan Faizel | 1 | -0/+81 |
2023-11-27 | hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx models | Frederic Konrad | 1 | -1/+1 |
2023-11-27 | hw/ssi/xilinx_spips: fix an out of bound access | Frederic Konrad | 1 | -0/+3 |
2023-09-08 | include/: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-09-01 | hw/ssi: Introduce a ssi_get_cs() helper | Cédric Le Goater | 1 | -0/+2 |
2023-09-01 | hw/ssi: Add a "cs" property to SSIPeripheral | Cédric Le Goater | 1 | -0/+3 |
2023-02-27 | Do not include hw/hw.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2023-02-16 | hw/ssi: Add Nuvoton PSPI Module | Hao Wu | 1 | -0/+53 |
2023-02-14 | include/hw: Do not include "hw/registerfields.h" in headers that don't need it | Thomas Huth | 1 | -1/+0 |
2023-01-08 | include: Include headers where needed | Markus Armbruster | 1 | -0/+3 |
2022-10-24 | aspeed/smc: Cache AspeedSMCClass | Cédric Le Goater | 1 | -0/+2 |
2022-10-24 | ssi: cache SSIPeripheralClass to avoid GET_CLASS() | Alex Bennée | 1 | -0/+3 |
2022-10-14 | hw/ssi: ibex_spi: fixup/add rw1c functionality | Wilfred Mallawa | 1 | -2/+2 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 |
2022-04-22 | hw/ssi: Add Ibex SPI device model | Wilfred Mallawa | 1 | -0/+94 |
2022-03-08 | aspeed/smc: Rename 'max_peripherals' to 'cs_num_max' | Cédric Le Goater | 1 | -1/+1 |
2022-03-08 | aspeed/smc: Remove 'num_cs' field | Cédric Le Goater | 1 | -1/+0 |
2022-02-26 | aspeed/smc: Add an address mask on segment registers | Cédric Le Goater | 1 | -0/+1 |
2022-01-28 | hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller | Francisco Iglesias | 1 | -0/+111 |
2021-10-22 | aspeed/smc: Use a container for the flash mmio address space | Cédric Le Goater | 1 | -1/+1 |
2021-10-12 | aspeed/smc: Remove unused attribute 'irqline' | Cédric Le Goater | 1 | -1/+0 |
2021-10-12 | aspeed/smc: Introduce a new addr_width() class handler | Cédric Le Goater | 1 | -0/+1 |
2021-10-12 | aspeed/smc: Add default reset values | Cédric Le Goater | 1 | -0/+1 |
2021-10-12 | aspeed/smc: QOMify AspeedSMCFlash | Cédric Le Goater | 1 | -4/+9 |
2021-10-12 | aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs' | Cédric Le Goater | 1 | -1/+1 |
2021-10-12 | aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash | Cédric Le Goater | 1 | -1/+0 |
2021-10-12 | aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash | Cédric Le Goater | 1 | -1/+0 |
2021-10-12 | aspeed/smc: Drop AspeedSMCController structure | Cédric Le Goater | 1 | -35/+29 |
2021-05-01 | aspeed/smc: Add extra controls to request DMA | Cédric Le Goater | 1 | -0/+1 |
2021-05-01 | aspeed/smc: Add a 'features' attribute to the object class | Cédric Le Goater | 1 | -1/+1 |
2021-05-01 | hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-05-01 | aspeed/smc: Remove unused "sdram-base" property | Cédric Le Goater | 1 | -3/+0 |
2021-03-10 | hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips | Xuzhou Cheng | 1 | -1/+1 |
2021-03-04 | hw/ssi: Add SiFive SPI controller support | Bin Meng | 1 | -0/+47 |
2021-02-11 | arm: Update infocenter.arm.com URLs | Peter Maydell | 1 | -2/+3 |
2021-02-02 | hw/ssi: imx_spi: Use a macro for number of chip selects supported | Bin Meng | 1 | -1/+4 |
2020-12-10 | hw/core/stream: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-10 | hw/ssi: Rename SSI 'slave' as 'peripheral' | Philippe Mathieu-Daudé | 1 | -23/+23 |
2020-12-10 | hw/ssi: Update coding style to make checkpatch.pl happy | Philippe Mathieu-Daudé | 1 | -7/+9 |
2020-12-10 | hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 5 | -17/+6 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2 | -7/+2 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 1 | -1/+1 |
2020-09-14 | hw/ssi: NPCM7xx Flash Interface Unit device model | Havard Skinnemoen | 1 | -0/+73 |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 1 | -4/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 7 | -28/+20 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 7 | -18/+34 |
2020-07-03 | Replace uses of FROM_SSI_SLAVE() macro with QOM casts | Peter Maydell | 1 | -2/+0 |
2020-07-03 | hw/misc/max111x: Use GPIO lines rather than max111x_set_input() | Peter Maydell | 1 | -3/+0 |
2020-07-03 | ssi: Add ssi_realize_and_unref() | Peter Maydell | 1 | -0/+26 |