summaryrefslogtreecommitdiffstats
path: root/hw/ssi
Commit message (Expand)AuthorAgeFilesLines
* hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois2017-01-091-3/+8
* aspeed/smc: improve segment register supportCédric Le Goater2016-12-271-8/+9
* xilinx: fix buffer overflow on realizePaolo Bonzini2016-10-241-2/+5
* aspeed: add support for the SMC segment registersCédric Le Goater2016-10-171-5/+130
* aspeed: create mapping regions for the maximum number of slavesCédric Le Goater2016-10-171-3/+13
* aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2016-10-171-1/+27
* aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2016-10-171-4/+11
* STM32F2xx: Add the SPI deviceAlistair Francis2016-10-042-0/+226
* imx: Use 'const char', not 'char const'Peter Maydell2016-09-221-1/+1
* ast2400: pretend DMAs are done for U-bootCédric Le Goater2016-07-141-0/+4
* ast2400: replace aspeed_smc_is_implemented()Cédric Le Goater2016-07-141-20/+15Star
* ast2400: add SPI flash slavesCédric Le Goater2016-07-041-3/+147
* ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater2016-07-042-0/+327
* ssi: change ssi_slave_init to be a realize opsCédric Le Goater2016-07-041-3/+3
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-192-0/+2
* i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS2016-05-122-0/+455
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* arm devices: Clean up includesPeter Maydell2016-01-292-0/+2
* arm: Clean up includesPeter Maydell2016-01-292-0/+2
* xilinx_spips: Separate the state struct into a headerAlistair Francis2016-01-211-42/+4Star
* ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-214-4/+4
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+1Star
* omap: Fix warnings from SparseStefan Weil2015-03-191-1/+2
* ssi: xilinx_spi: Initialise CS GPIOs as NULLPeter Crosthwaite2014-08-151-1/+1
* ssi: Name the CS GPIOPeter Crosthwaite2014-05-281-2/+2
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-134-6/+2Star
* pl022: fix buffer overun on invalid state loadMichael S. Tsirkin2014-05-051-0/+14
* ssi: Convert legacy SSI_BUS -> BUS castsPeter Crosthwaite2014-03-121-4/+5
* ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite2014-03-121-1/+1
* hw/ssi/xilinx_spips.c: Avoid shifting left into sign bitPeter Maydell2014-03-101-2/+2
* xilinx_spi: QOM cast cleanupAndreas Färber2013-07-291-11/+16
* pl022: QOM cast cleanupAndreas Färber2013-07-291-8/+13
* pl022: Rename pl022_state to PL022StateAndreas Färber2013-07-291-36/+36
* hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-043-4/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-044-5/+5
* qdev: Drop FROM_QBUS() macroAndreas Färber2013-06-071-1/+1
* xilinx_spips: lqspi: Fix byte/misaligned accessPeter Crosthwaite2013-06-031-14/+17
* xilinx_spips: lqspi: Push more data to tx-fifoPeter Crosthwaite2013-06-031-4/+7
* xilinx_spips: Multiple debug verbosity levelsPeter Crosthwaite2013-06-031-28/+42
* xilinx_spips: Debug msgs for Snoop statePeter Crosthwaite2013-06-031-0/+3
* xilinx_spips: Fix striping behaviourPeter Crosthwaite2013-06-031-21/+63
* xilinx_spips: Fix CTRL register RW bitsPeter Crosthwaite2013-06-031-2/+3
* xilinx_spips: lqspi: Dont touch config registerPeter Crosthwaite2013-06-031-6/+6
* xilinx_spips: Implement automatic CSPeter Crosthwaite2013-06-031-4/+14
* xilinx_spips: Add automatic start supportPeter Crosthwaite2013-06-031-1/+2
* xilinx_spips: Trash LQ page cache on mode changePeter Crosthwaite2013-06-031-1/+24
* xilinx_spips: Fix QSPI FIFO sizePeter Crosthwaite2013-06-031-2/+25
* xilinx_spips: Add verbose LQSPI debug outputPeter Crosthwaite2013-06-031-1/+4
* xilinx_spips: Inhibit interrupts in LQSPI modePeter Crosthwaite2013-06-031-1/+6
* xilinx_spips: Make interrupts clear on readPeter Crosthwaite2013-06-031-0/+4