aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
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
2013-06-03xilinx_spips: Multiple debug verbosity levelsPeter Crosthwaite
2013-06-03xilinx_spips: Debug msgs for Snoop statePeter Crosthwaite
2013-06-03xilinx_spips: Fix striping behaviourPeter Crosthwaite
2013-06-03xilinx_spips: Fix CTRL register RW bitsPeter Crosthwaite
2013-06-03xilinx_spips: lqspi: Dont touch config registerPeter Crosthwaite
2013-06-03xilinx_spips: Implement automatic CSPeter Crosthwaite
2013-06-03xilinx_spips: Add automatic start supportPeter Crosthwaite
2013-06-03xilinx_spips: Trash LQ page cache on mode changePeter Crosthwaite
2013-06-03xilinx_spips: Fix QSPI FIFO sizePeter Crosthwaite
2013-06-03xilinx_spips: Add verbose LQSPI debug outputPeter Crosthwaite
2013-06-03xilinx_spips: Inhibit interrupts in LQSPI modePeter Crosthwaite
2013-06-03xilinx_spips: Make interrupts clear on readPeter Crosthwaite
2013-06-03xilinx_spips: seperate SPI and QSPI as two classesPeter Crosthwaite
2013-04-08hw: move SSI controllers to hw/ssi/, configure via default-configs/Paolo Bonzini