index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ssi
/
imx_spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-02
hw/ssi: imx_spi: Correct tx and rx fifo endianness
Bin Meng
1
-5
/
+2
2021-02-02
hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
Bin Meng
1
-1
/
+1
2021-02-02
hw/ssi: imx_spi: Round up the burst length to be multiple of 8
Bin Meng
1
-1
/
+16
2021-02-02
hw/ssi: imx_spi: Disable chip selects when controller is disabled
Xuzhou Cheng
1
-0
/
+6
2021-02-02
hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled
Philippe Mathieu-Daudé
1
-4
/
+9
2021-02-02
hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled
Philippe Mathieu-Daudé
1
-31
/
+29
2021-02-02
hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
Philippe Mathieu-Daudé
1
-8
/
+24
2021-02-02
hw/ssi: imx_spi: Remove pointless variable initialization
Philippe Mathieu-Daudé
1
-2
/
+0
2021-02-02
hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
Bin Meng
1
-4
/
+10
2021-02-02
hw/ssi: imx_spi: Use a macro for number of chip selects supported
Bin Meng
1
-2
/
+2
2020-11-10
ssi: Fix bad printf format specifiers
AlexChen
1
-1
/
+1
2020-06-15
ssi: ssi_auto_connect_slaves() never does anything, drop
Markus Armbruster
1
-2
/
+0
2020-06-05
hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave
Eden Mikitas
1
-1
/
+1
2020-06-05
hw/ssi/imx_spi: changed while statement to prevent underflow
Eden Mikitas
1
-1
/
+1
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2018-08-16
imx_spi: Unset XCH when TX FIFO becomes empty
Trent Piepho
1
-2
/
+1
2017-01-09
hw/ssi/imx_spi.c: Remove MSGDATA register support
Jean-Christophe Dubois
1
-3
/
+8
2016-09-22
imx: Use 'const char', not 'char const'
Peter Maydell
1
-1
/
+1
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
i.MX: Add the Freescale SPI Controller
Jean-Christophe DUBOIS
1
-0
/
+454