index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ssi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ppc: SPI controller wiring to P10 chip
Chalapathi V
2024-07-26
1
-0
/
+8
*
hw/ssi: Extend SPI model
Chalapathi V
2024-07-26
2
-0
/
+1060
*
hw/ssi: Add SPI model
Chalapathi V
2024-07-26
4
-0
/
+226
*
aspeed/smc: Fix possible integer overflow
Cédric Le Goater
2024-07-21
1
-2
/
+1
*
aspeed/smc: Add AST2700 support
Jamin Lin
2024-06-16
1
-1
/
+233
*
aspeed/smc: support different memory region ops for SMC flash region
Jamin Lin
2024-06-16
1
-1
/
+13
*
aspeed/smc: support 64 bits dma dram address
Jamin Lin
2024-06-16
2
-9
/
+44
*
aspeed/smc: support dma start length and 1 byte length unit
Jamin Lin
2024-06-16
1
-8
/
+35
*
aspeed/smc: correct device description
Jamin Lin
2024-06-16
1
-3
/
+3
*
aspeed/smc: Reintroduce "dram-base" property for AST2700
Cédric Le Goater
2024-06-16
1
-0
/
+1
*
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
1
-1
/
+1
|
\
|
*
hw/misc/imx: Replace sprintf() by snprintf()
Philippe Mathieu-Daudé
2024-04-25
1
-1
/
+1
*
|
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-1
/
+1
|
/
*
aspeed/smc: Only wire flash devices at reset
Cédric Le Goater
2024-03-19
1
-0
/
+9
*
xlnx-versal-ospi: disable reentrancy detection for iomem_dac
Sai Pavan Boddu
2024-02-27
1
-0
/
+6
*
hw/ssi: Implement BCM2835 SPI Controller
Rayhan Faizel
2024-02-02
3
-0
/
+293
*
hw/ssi: Constify VMState
Richard Henderson
2023-12-30
12
-15
/
+15
*
hw/ssi/xilinx_spips: fix an out of bound access
Frederic Konrad
2023-11-27
1
-1
/
+6
*
hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
Alistair Francis
2023-11-07
1
-2
/
+4
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
2
-4
/
+4
*
hw/ssi: Check for duplicate CS indexes
Cédric Le Goater
2023-09-01
1
-0
/
+21
*
aspeed/smc: Wire CS lines at reset
Cédric Le Goater
2023-09-01
1
-0
/
+8
*
hw/ssi: Introduce a ssi_get_cs() helper
Cédric Le Goater
2023-09-01
1
-0
/
+15
*
hw/ssi: Add a "cs" property to SSIPeripheral
Cédric Le Goater
2023-09-01
1
-0
/
+7
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-13
/
+13
*
hw/ssi: Fix Linux driver init issue with xilinx_spi
Chris Rauer
2023-04-03
1
-0
/
+1
*
aspeed/smc: Replace SysBus IRQs with GPIO lines
Cédric Le Goater
2023-03-02
1
-4
/
+1
*
hw/ssi: Add Nuvoton PSPI Module
Hao Wu
2023-02-16
3
-1
/
+227
*
include/hw: Do not include "hw/registerfields.h" in headers that don't need it
Thomas Huth
2023-02-14
1
-0
/
+1
*
Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging
Peter Maydell
2023-01-19
1
-1
/
+1
|
\
|
*
hw/ssi/sifive_spi.c: spelling: reigster
Michael Tokarev
2023-01-17
1
-1
/
+1
*
|
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-18
2
-6
/
+6
|
/
*
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2023-01-12
1
-4
/
+3
*
aspeed/smc: Cache AspeedSMCClass
Cédric Le Goater
2022-10-24
1
-5
/
+4
*
ssi: cache SSIPeripheralClass to avoid GET_CLASS()
Alex Bennée
2022-10-24
1
-10
/
+8
*
hw/ssi: ibex_spi: fixup/add rw1c functionality
Wilfred Mallawa
2022-10-14
1
-3
/
+33
*
hw/ssi: ibex_spi: fixup coverity issue
Wilfred Mallawa
2022-10-14
1
-64
/
+68
*
hw/ssi: ibex_spi: update reg addr
Wilfred Mallawa
2022-09-27
1
-1
/
+1
*
hw/ssi: ibex_spi: fixup typos in ibex_spi_host
Wilfred Mallawa
2022-09-27
1
-3
/
+3
*
aspeed/smc: Fix potential overflow
Cédric Le Goater
2022-06-30
1
-2
/
+2
*
aspeed/smc: Add AST1030 support
Steven Lee
2022-05-02
1
-0
/
+157
*
hw/ssi: Add Ibex SPI device model
Wilfred Mallawa
2022-04-22
3
-0
/
+620
*
aspeed/smc: Fix error log
Cédric Le Goater
2022-03-08
1
-1
/
+1
*
aspeed/smc: Let the SSI core layer define the bus name
Cédric Le Goater
2022-03-08
1
-1
/
+1
*
aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'
Cédric Le Goater
2022-03-08
1
-21
/
+21
*
aspeed/smc: Remove 'num_cs' field
Cédric Le Goater
2022-03-08
1
-7
/
+0
*
aspeed/smc: Use max number of CE instead of 'num_cs'
Cédric Le Goater
2022-03-08
1
-4
/
+4
*
migration: Remove load_state_old and minimum_version_id_old
Peter Maydell
2022-03-02
1
-1
/
+0
*
aspeed/smc: Add an address mask on segment registers
Cédric Le Goater
2022-02-26
1
-0
/
+11
*
hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
Francisco Iglesias
2022-01-28
2
-0
/
+1854
[next]