Age | Commit message (Expand) | Author |
2021-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth |
2021-05-01 | aspeed/smc: Add extra controls to request DMA | Cédric Le Goater |
2021-05-01 | aspeed/smc: Add a 'features' attribute to the object class | Cédric Le Goater |
2021-05-01 | hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias | Philippe Mathieu-Daudé |
2021-05-01 | aspeed/smc: Remove unused "sdram-base" property | Cédric Le Goater |
2021-05-01 | aspeed/smc: Use the RAM memory region for DMAs | Cédric Le Goater |
2021-03-10 | hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips | Xuzhou Cheng |
2021-03-10 | hw/ssi: xilinx_spips: Clean up coding convention issues | Xuzhou Cheng |
2021-03-04 | hw/ssi: Add SiFive SPI controller support | Bin Meng |
2021-02-02 | hw/ssi: imx_spi: Correct tx and rx fifo endianness | Bin Meng |
2021-02-02 | hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic | Bin Meng |
2021-02-02 | hw/ssi: imx_spi: Round up the burst length to be multiple of 8 | Bin Meng |
2021-02-02 | hw/ssi: imx_spi: Disable chip selects when controller is disabled | Xuzhou Cheng |
2021-02-02 | hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled | Philippe Mathieu-Daudé |
2021-02-02 | hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled | Philippe Mathieu-Daudé |
2021-02-02 | hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value | Philippe Mathieu-Daudé |
2021-02-02 | hw/ssi: imx_spi: Remove pointless variable initialization | Philippe Mathieu-Daudé |
2021-02-02 | hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset() | Bin Meng |
2021-02-02 | hw/ssi: imx_spi: Use a macro for number of chip selects supported | Bin Meng |
2021-01-12 | hw/*: Use type casting for SysBusDevice in NPCM7XX | Hao Wu |
2020-12-10 | hw/core/stream: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé |
2020-12-10 | hw/ssi: Rename SSI 'slave' as 'peripheral' | Philippe Mathieu-Daudé |
2020-12-10 | hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' | Philippe Mathieu-Daudé |
2020-12-10 | aspeed/smc: Add support for address lane disablement | Cédric Le Goater |
2020-11-10 | ssi: Fix bad printf format specifiers | AlexChen |
2020-10-08 | hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer | Philippe Mathieu-Daudé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-14 | hw/ssi: NPCM7xx Flash Interface Unit device model | Havard Skinnemoen |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-01 | aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller | Cédric Le Goater |
2020-09-01 | aspeed/smc: Fix max_slaves of the legacy SMC device | Cédric Le Goater |
2020-09-01 | aspeed/smc: Fix MemoryRegionOps definition | Cédric Le Goater |
2020-08-21 | meson: convert hw/ssi | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-03 | ssi: Add ssi_realize_and_unref() | Peter Maydell |
2020-06-15 | ssi: ssi_create_slave_no_init() is now unused, drop | Markus Armbruster |
2020-06-15 | ssi: Convert last use of ssi_create_slave_no_init() manually | Markus Armbruster |
2020-06-15 | ssi: ssi_auto_connect_slaves() never does anything, drop | Markus Armbruster |
2020-06-05 | hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave | Eden Mikitas |
2020-06-05 | hw/ssi/imx_spi: changed while statement to prevent underflow | Eden Mikitas |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-14 | hw/core: stream: Add an end-of-packet flag | Edgar E. Iglesias |
2020-03-23 | aspeed/smc: Fix DMA support for AST2600 | Cédric Le Goater |
2020-03-17 | aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command | Guenter Roeck |
2020-03-12 | aspeed/smc: Fix User mode select/unselect scheme | Cédric Le Goater |
2020-03-12 | aspeed/smc: Add some tracing | Cédric Le Goater |