aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/imx_spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster1-2/+0
2020-06-05hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas1-1/+1
2020-06-05hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas1-1/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-08-16imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho1-2/+1
2017-01-09hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois1-3/+8
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell1-1/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS1-0/+454