index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ssi
/
imx_spi.c
Age
Commit message (
Expand
)
Author
2021-02-02
hw/ssi: imx_spi: Correct tx and rx fifo endianness
Bin Meng
2021-02-02
hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
Bin Meng
2021-02-02
hw/ssi: imx_spi: Round up the burst length to be multiple of 8
Bin Meng
2021-02-02
hw/ssi: imx_spi: Disable chip selects when controller is disabled
Xuzhou Cheng
2021-02-02
hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled
Philippe Mathieu-Daudé
2021-02-02
hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled
Philippe Mathieu-Daudé
2021-02-02
hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
Philippe Mathieu-Daudé
2021-02-02
hw/ssi: imx_spi: Remove pointless variable initialization
Philippe Mathieu-Daudé
2021-02-02
hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
Bin Meng
2021-02-02
hw/ssi: imx_spi: Use a macro for number of chip selects supported
Bin Meng
2020-11-10
ssi: Fix bad printf format specifiers
AlexChen
2020-06-15
ssi: ssi_auto_connect_slaves() never does anything, drop
Markus Armbruster
2020-06-05
hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave
Eden Mikitas
2020-06-05
hw/ssi/imx_spi: changed while statement to prevent underflow
Eden Mikitas
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-08-16
imx_spi: Unset XCH when TX FIFO becomes empty
Trent Piepho
2017-01-09
hw/ssi/imx_spi.c: Remove MSGDATA register support
Jean-Christophe Dubois
2016-09-22
imx: Use 'const char', not 'char const'
Peter Maydell
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-12
i.MX: Add the Freescale SPI Controller
Jean-Christophe DUBOIS