Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 4 | -4/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 3 | -0/+3 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 8 | -0/+8 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 7 | -0/+8 |
2019-07-15 | hw/ssi/mss-spi: Avoid crash when reading empty RX FIFO | Philippe Mathieu-Daudé | 1 | -1/+7 |
2019-07-15 | hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[] | Philippe Mathieu-Daudé | 1 | -0/+4 |
2019-07-15 | hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory | Philippe Mathieu-Daudé | 1 | -0/+16 |
2019-07-15 | hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs | Philippe Mathieu-Daudé | 1 | -12/+11 |
2019-07-01 | aspeed/smc: add a 'sdram_base' property | Cédric Le Goater | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 8 | -0/+8 |
2019-04-29 | hw/ssi/xilinx_spips: Avoid variable length array | Peter Maydell | 1 | -2/+4 |
2019-03-07 | ssi: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+4 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+14 |
2019-01-29 | aspeed/smc: snoop SPI transfers to fake dummy cycles | Cédric Le Goater | 1 | -3/+112 |
2019-01-29 | aspeed/smc: Add dummy data register | Cédric Le Goater | 1 | -3/+6 |
2019-01-29 | aspeed/smc: define registers for all possible CS | Cédric Le Goater | 1 | -1/+1 |
2019-01-29 | aspeed/smc: fix default read value | Cédric Le Goater | 1 | -1/+1 |
2018-10-24 | hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé | 1 | -6/+3 |
2018-09-25 | aspeed/smc: fix some alignment issues | Cédric Le Goater | 1 | -4/+4 |
2018-08-24 | hw/ssi/pl022: Correct wrong DMACR and ICR handling | Peter Maydell | 1 | -2/+10 |
2018-08-24 | hw/ssi/pl022: Correct wrong value for PL022_INT_RT | Peter Maydell | 1 | -1/+1 |
2018-08-24 | hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init | Peter Maydell | 1 | -5/+3 |
2018-08-24 | hw/ssi/pl022: Don't directly call vmstate_register() | Peter Maydell | 1 | -1/+1 |
2018-08-24 | hw/ssi/pl022: Set up reset function in class init | Peter Maydell | 1 | -2/+5 |
2018-08-24 | hw/ssi/pl022: Allow use as embedded-struct device | Peter Maydell | 1 | -25/+1 |
2018-08-20 | hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code | Peter Maydell | 1 | -46/+0 |
2018-08-16 | imx_spi: Unset XCH when TX FIFO becomes empty | Trent Piepho | 1 | -2/+1 |
2018-06-26 | hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé | 1 | -5/+10 |
2018-06-26 | xilinx_spips: Make dma transactions as per dma_burst_size | Sai Pavan Boddu | 1 | -3/+20 |
2018-06-26 | aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup() | Cédric Le Goater | 1 | -15/+16 |
2018-06-26 | aspeed/smc: fix HW strapping | Cédric Le Goater | 1 | -7/+1 |
2018-06-26 | aspeed/smc: fix dummy cycles count when in dual IO mode | Cédric Le Goater | 1 | -1/+8 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 1 | -1/+1 |
2018-04-26 | xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo | Sai Pavan Boddu | 1 | -1/+2 |
2018-03-01 | xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commands | Francisco Iglesias | 1 | -1/+1 |
2018-03-01 | xilinx_spips: Enable only two slaves when reading/writing with stripe | Francisco Iglesias | 1 | -4/+37 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-01-25 | xilinx_spips: Correct usage of an uninitialized local variable | Francisco Iglesias | 1 | -1/+17 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -3/+3 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 4 | -4/+4 |
2017-12-18 | hw/ssi/aspeed_smc: remove unused #include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-18 | misc: avoid "include/" in include path | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-13 | xilinx_spips: Use memset instead of a for loop to zero registers | Alistair Francis | 1 | -8/+3 |
2017-12-13 | xilinx_spips: Set all of the reset values | Alistair Francis | 1 | -5/+30 |
2017-12-13 | xilinx_spips: Update the QSPI Mod ID reset value | Alistair Francis | 1 | -0/+1 |
2017-12-13 | xilinx_spips: Add support for the ZynqMP Generic QSPI | Francisco Iglesias | 1 | -47/+532 |
2017-12-13 | xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done | Francisco Iglesias | 1 | -3/+1 |
2017-12-13 | xilinx_spips: Add support for 4 byte addresses in the LQSPI | Francisco Iglesias | 1 | -1/+5 |
2017-12-13 | xilinx_spips: Add support for zero pumping | Francisco Iglesias | 1 | -7/+40 |
2017-12-13 | xilinx_spips: Make tx/rx_data_bytes more generic and reusable | Francisco Iglesias | 1 | -27/+37 |