aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/imx_spi.c
AgeCommit message (Expand)Author
2021-02-02hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng
2021-02-02hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng
2021-02-02hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng
2021-02-02hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng
2021-02-02hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé
2021-02-02hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()Bin Meng
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng
2020-11-10ssi: Fix bad printf format specifiersAlexChen
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
2020-06-05hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas
2020-06-05hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-16imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho
2017-01-09hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS