summaryrefslogtreecommitdiffstats
path: root/hw/ssi/imx_spi.c
Commit message (Expand)AuthorAgeFilesLines
* hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng2021-02-021-5/+2Star
* hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng2021-02-021-1/+1
* hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng2021-02-021-1/+16
* hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng2021-02-021-0/+6
* hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé2021-02-021-4/+9
* hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé2021-02-021-31/+29Star
* hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé2021-02-021-8/+24
* hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé2021-02-021-2/+0Star
* hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()Bin Meng2021-02-021-4/+10
* hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng2021-02-021-2/+2
* ssi: Fix bad printf format specifiersAlexChen2020-11-101-1/+1
* ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster2020-06-151-2/+0Star
* hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas2020-06-051-1/+1
* hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas2020-06-051-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho2018-08-161-2/+1Star
* hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois2017-01-091-3/+8
* imx: Use 'const char', not 'char const'Peter Maydell2016-09-221-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS2016-05-121-0/+454