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
/
xilinx_spips.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-30
hw/ssi: Constify VMState
Richard Henderson
1
-3
/
+3
2023-11-27
hw/ssi/xilinx_spips: fix an out of bound access
Frederic Konrad
1
-1
/
+6
2023-09-21
hw/other: spelling fixes
Michael Tokarev
1
-3
/
+3
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-4
/
+4
2021-03-10
hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips
Xuzhou Cheng
1
-10
/
+0
2021-03-10
hw/ssi: xilinx_spips: Clean up coding convention issues
Xuzhou Cheng
1
-9
/
+14
2020-12-10
hw/core/stream: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
1
-3
/
+4
2020-06-15
ssi: ssi_auto_connect_slaves() never does anything, drop
Markus Armbruster
1
-4
/
+0
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-2
/
+1
2020-05-14
hw/core: stream: Add an end-of-packet flag
Edgar E. Iglesias
1
-1
/
+1
2020-02-21
xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd
Francisco Iglesias
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2019-11-19
ssi: xilinx_spips: Skip spi bus update for a few register writes
Sai Pavan Boddu
1
-4
/
+18
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
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-07-15
hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]
Philippe Mathieu-Daudé
1
-0
/
+4
2019-07-15
hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memory
Philippe Mathieu-Daudé
1
-0
/
+16
2019-07-15
hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrs
Philippe Mathieu-Daudé
1
-12
/
+11
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-04-29
hw/ssi/xilinx_spips: Avoid variable length array
Peter Maydell
1
-2
/
+4
2018-08-20
hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code
Peter Maydell
1
-46
/
+0
2018-06-26
xilinx_spips: Make dma transactions as per dma_burst_size
Sai Pavan Boddu
1
-3
/
+20
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-1
/
+1
2018-04-26
xilinx_spips: Correct SNOOP_NONE state when flushing the txfifo
Sai Pavan Boddu
1
-1
/
+2
2018-03-01
xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commands
Francisco Iglesias
1
-1
/
+1
2018-03-01
xilinx_spips: Enable only two slaves when reading/writing with stripe
Francisco Iglesias
1
-4
/
+37
2018-01-25
xilinx_spips: Correct usage of an uninitialized local variable
Francisco Iglesias
1
-1
/
+17
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-1
/
+1
2017-12-13
xilinx_spips: Use memset instead of a for loop to zero registers
Alistair Francis
1
-8
/
+3
2017-12-13
xilinx_spips: Set all of the reset values
Alistair Francis
1
-5
/
+30
2017-12-13
xilinx_spips: Update the QSPI Mod ID reset value
Alistair Francis
1
-0
/
+1
2017-12-13
xilinx_spips: Add support for the ZynqMP Generic QSPI
Francisco Iglesias
1
-47
/
+532
2017-12-13
xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done
Francisco Iglesias
1
-3
/
+1
2017-12-13
xilinx_spips: Add support for 4 byte addresses in the LQSPI
Francisco Iglesias
1
-1
/
+5
2017-12-13
xilinx_spips: Add support for zero pumping
Francisco Iglesias
1
-7
/
+40
2017-12-13
xilinx_spips: Make tx/rx_data_bytes more generic and reusable
Francisco Iglesias
1
-27
/
+37
2017-12-13
xilinx_spips: Add support for RX discard and RX drain
Francisco Iglesias
1
-18
/
+149
2017-12-13
xilinx_spips: Update striping to be big-endian bit order
Francisco Iglesias
1
-9
/
+10
2017-12-13
xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass
Francisco Iglesias
1
-35
/
+0
2017-08-14
xlnx-qspi: add a property for mmio-execution
KONRAD Frederic
1
-3
/
+33
2017-06-27
xilinx_spips: allow mmio execution
KONRAD Frederic
1
-19
/
+55
2016-10-24
xilinx: fix buffer overflow on realize
Paolo Bonzini
1
-2
/
+5
2016-01-29
arm: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-21
xilinx_spips: Separate the state struct into a header
Alistair Francis
1
-42
/
+4
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
1
-1
/
+1
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
1
-1
/
+0
2014-03-10
hw/ssi/xilinx_spips.c: Avoid shifting left into sign bit
Peter Maydell
1
-2
/
+2
[next]