Age | Commit message (Expand) | Author |
2018-06-26 | hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé |
2018-06-26 | xilinx_spips: Make dma transactions as per dma_burst_size | Sai Pavan Boddu |
2018-06-26 | aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup() | Cédric Le Goater |
2018-06-26 | aspeed/smc: fix HW strapping | Cédric Le Goater |
2018-06-26 | aspeed/smc: fix dummy cycles count when in dual IO mode | Cédric Le Goater |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau |
2018-04-26 | xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo | Sai Pavan Boddu |
2018-03-01 | xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commands | Francisco Iglesias |
2018-03-01 | xilinx_spips: Enable only two slaves when reading/writing with stripe | Francisco Iglesias |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-01-25 | xilinx_spips: Correct usage of an uninitialized local variable | Francisco Iglesias |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2017-12-18 | hw/ssi/aspeed_smc: remove unused #include | Philippe Mathieu-Daudé |
2017-12-18 | misc: avoid "include/" in include path | Philippe Mathieu-Daudé |
2017-12-13 | xilinx_spips: Use memset instead of a for loop to zero registers | Alistair Francis |
2017-12-13 | xilinx_spips: Set all of the reset values | Alistair Francis |
2017-12-13 | xilinx_spips: Update the QSPI Mod ID reset value | Alistair Francis |
2017-12-13 | xilinx_spips: Add support for the ZynqMP Generic QSPI | Francisco Iglesias |
2017-12-13 | xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done | Francisco Iglesias |
2017-12-13 | xilinx_spips: Add support for 4 byte addresses in the LQSPI | Francisco Iglesias |
2017-12-13 | xilinx_spips: Add support for zero pumping | Francisco Iglesias |
2017-12-13 | xilinx_spips: Make tx/rx_data_bytes more generic and reusable | Francisco Iglesias |
2017-12-13 | xilinx_spips: Add support for RX discard and RX drain | Francisco Iglesias |
2017-12-13 | xilinx_spips: Update striping to be big-endian bit order | Francisco Iglesias |
2017-12-13 | xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass | Francisco Iglesias |
2017-10-31 | msf2: Remove dead code reported by Coverity | Subbaraya Sundeep |
2017-09-21 | msf2: Add Smartfusion2 SPI controller | Subbaraya Sundeep |
2017-08-14 | xlnx-qspi: add a property for mmio-execution | KONRAD Frederic |
2017-06-27 | xilinx_spips: allow mmio execution | KONRAD Frederic |
2017-02-10 | aspeed/smc: use a modulo to check segment limits | Cédric Le Goater |
2017-02-10 | aspeed/smc: handle dummies only in fast read mode | Cédric Le Goater |
2017-01-27 | aspeed/smc: handle dummy bytes when doing fast reads in command mode | Cédric Le Goater |
2017-01-20 | aspeed/smc: handle SPI flash Command mode | Cédric Le Goater |
2017-01-20 | aspeed/smc: adjust the size of the register region | Cédric Le Goater |
2017-01-20 | aspeed/smc: unfold the AspeedSMCController array | Cédric Le Goater |
2017-01-20 | aspeed/smc: autostrap CE0/1 configuration | Cédric Le Goater |
2017-01-20 | aspeed/smc: rework the prototype of the AspeedSMCFlash helper routines | Cédric Le Goater |
2017-01-20 | aspeed/smc: remove call to aspeed_smc_update_cs() in reset function | Cédric Le Goater |
2017-01-20 | aspeed/smc: remove call to reset in realize function | Cédric Le Goater |
2017-01-09 | hw/ssi/imx_spi.c: Remove MSGDATA register support | Jean-Christophe Dubois |
2016-12-27 | aspeed/smc: improve segment register support | Cédric Le Goater |
2016-10-24 | xilinx: fix buffer overflow on realize | Paolo Bonzini |
2016-10-17 | aspeed: add support for the SMC segment registers | Cédric Le Goater |
2016-10-17 | aspeed: create mapping regions for the maximum number of slaves | Cédric Le Goater |
2016-10-17 | aspeed: add support for the AST2500 SoC SMC controllers | Cédric Le Goater |
2016-10-17 | aspeed: move the flash module mapping address under the controller definition | Cédric Le Goater |
2016-10-04 | STM32F2xx: Add the SPI device | Alistair Francis |
2016-09-22 | imx: Use 'const char', not 'char const' | Peter Maydell |
2016-07-14 | ast2400: pretend DMAs are done for U-boot | Cédric Le Goater |