Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-13 | xilinx_spips: Add support for RX discard and RX drain | Francisco Iglesias | 1 | -18/+149 |
2017-12-13 | xilinx_spips: Update striping to be big-endian bit order | Francisco Iglesias | 1 | -9/+10 |
2017-12-13 | xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass | Francisco Iglesias | 1 | -35/+0 |
2017-10-31 | msf2: Remove dead code reported by Coverity | Subbaraya Sundeep | 1 | -4/+14 |
2017-09-21 | msf2: Add Smartfusion2 SPI controller | Subbaraya Sundeep | 2 | -0/+405 |
2017-08-14 | xlnx-qspi: add a property for mmio-execution | KONRAD Frederic | 1 | -3/+33 |
2017-06-27 | xilinx_spips: allow mmio execution | KONRAD Frederic | 1 | -19/+55 |
2017-02-10 | aspeed/smc: use a modulo to check segment limits | Cédric Le Goater | 1 | -2/+2 |
2017-02-10 | aspeed/smc: handle dummies only in fast read mode | Cédric Le Goater | 1 | -3/+6 |
2017-01-27 | aspeed/smc: handle dummy bytes when doing fast reads in command mode | Cédric Le Goater | 1 | -0/+21 |
2017-01-20 | aspeed/smc: handle SPI flash Command mode | Cédric Le Goater | 1 | -25/+130 |
2017-01-20 | aspeed/smc: adjust the size of the register region | Cédric Le Goater | 1 | -15/+10 |
2017-01-20 | aspeed/smc: unfold the AspeedSMCController array | Cédric Le Goater | 1 | -18/+73 |
2017-01-20 | aspeed/smc: autostrap CE0/1 configuration | Cédric Le Goater | 1 | -5/+27 |
2017-01-20 | aspeed/smc: rework the prototype of the AspeedSMCFlash helper routines | Cédric Le Goater | 1 | -17/+22 |
2017-01-20 | aspeed/smc: remove call to aspeed_smc_update_cs() in reset function | Cédric Le Goater | 1 | -2/+1 |
2017-01-20 | aspeed/smc: remove call to reset in realize function | Cédric Le Goater | 1 | -2/+0 |
2017-01-09 | hw/ssi/imx_spi.c: Remove MSGDATA register support | Jean-Christophe Dubois | 1 | -3/+8 |
2016-12-27 | aspeed/smc: improve segment register support | Cédric Le Goater | 1 | -8/+9 |
2016-10-24 | xilinx: fix buffer overflow on realize | Paolo Bonzini | 1 | -2/+5 |
2016-10-17 | aspeed: add support for the SMC segment registers | Cédric Le Goater | 1 | -5/+130 |
2016-10-17 | aspeed: create mapping regions for the maximum number of slaves | Cédric Le Goater | 1 | -3/+13 |
2016-10-17 | aspeed: add support for the AST2500 SoC SMC controllers | Cédric Le Goater | 1 | -1/+27 |
2016-10-17 | aspeed: move the flash module mapping address under the controller definition | Cédric Le Goater | 1 | -4/+11 |
2016-10-04 | STM32F2xx: Add the SPI device | Alistair Francis | 2 | -0/+226 |
2016-09-22 | imx: Use 'const char', not 'char const' | Peter Maydell | 1 | -1/+1 |
2016-07-14 | ast2400: pretend DMAs are done for U-boot | Cédric Le Goater | 1 | -0/+4 |
2016-07-14 | ast2400: replace aspeed_smc_is_implemented() | Cédric Le Goater | 1 | -20/+15 |
2016-07-04 | ast2400: add SPI flash slaves | Cédric Le Goater | 1 | -3/+147 |
2016-07-04 | ast2400: add SMC controllers (FMC and SPI) | Cédric Le Goater | 2 | -0/+327 |
2016-07-04 | ssi: change ssi_slave_init to be a realize ops | Cédric Le Goater | 1 | -3/+3 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 2 | -0/+2 |
2016-05-12 | i.MX: Add the Freescale SPI Controller | Jean-Christophe DUBOIS | 2 | -0/+455 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-29 | arm devices: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | arm: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-21 | xilinx_spips: Separate the state struct into a header | Alistair Francis | 1 | -42/+4 |