aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
2017-08-14xlnx-qspi: add a property for mmio-executionKONRAD Frederic
2017-06-27xilinx_spips: allow mmio executionKONRAD Frederic
2017-02-10aspeed/smc: use a modulo to check segment limitspull-target-arm-20170210Cédric Le Goater
2017-02-10aspeed/smc: handle dummies only in fast read modeCédric Le Goater
2017-01-27aspeed/smc: handle dummy bytes when doing fast reads in command modeCédric Le Goater
2017-01-20aspeed/smc: handle SPI flash Command modeCédric Le Goater
2017-01-20aspeed/smc: adjust the size of the register regionCédric Le Goater
2017-01-20aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater
2017-01-20aspeed/smc: autostrap CE0/1 configurationCédric Le Goater
2017-01-20aspeed/smc: rework the prototype of the AspeedSMCFlash helper routinesCédric Le Goater
2017-01-20aspeed/smc: remove call to aspeed_smc_update_cs() in reset functionCédric Le Goater
2017-01-20aspeed/smc: remove call to reset in realize functionCédric Le Goater
2017-01-09hw/ssi/imx_spi.c: Remove MSGDATA register supportpull-target-arm-20170109Jean-Christophe Dubois
2016-12-27aspeed/smc: improve segment register supportCédric Le Goater
2016-10-24xilinx: fix buffer overflow on realizePaolo Bonzini
2016-10-17aspeed: add support for the SMC segment registersCédric Le Goater
2016-10-17aspeed: create mapping regions for the maximum number of slavesCédric Le Goater
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater
2016-10-04STM32F2xx: Add the SPI deviceAlistair Francis
2016-09-22imx: Use 'const char', not 'char const'pull-target-arm-20160922Peter Maydell
2016-07-14ast2400: pretend DMAs are done for U-bootCédric Le Goater
2016-07-14ast2400: replace aspeed_smc_is_implemented()Cédric Le Goater
2016-07-04ast2400: add SPI flash slavesCédric Le Goater
2016-07-04ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS
2016-01-29hw: Clean up includesPeter Maydell
2016-01-29arm devices: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-21xilinx_spips: Separate the state struct into a headerAlistair Francis
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-03-19omap: Fix warnings from SparseStefan Weil
2014-08-15ssi: xilinx_spi: Initialise CS GPIOs as NULLPeter Crosthwaite
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05pl022: fix buffer overun on invalid state loadMichael S. Tsirkin
2014-03-12ssi: Convert legacy SSI_BUS -> BUS castsPeter Crosthwaite
2014-03-12ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite
2014-03-10hw/ssi/xilinx_spips.c: Avoid shifting left into sign bitPeter Maydell
2013-07-29xilinx_spi: QOM cast cleanupAndreas Färber
2013-07-29pl022: QOM cast cleanupAndreas Färber
2013-07-29pl022: Rename pl022_state to PL022StateAndreas Färber
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber
2013-06-03xilinx_spips: lqspi: Fix byte/misaligned accessPeter Crosthwaite
2013-06-03xilinx_spips: lqspi: Push more data to tx-fifoPeter Crosthwaite