public inbox for linux-spi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 17:59:54 to 2026-01-20 12:10:05 UTC [more...]

Patchwork summary for: spi-devel-general
 2026-01-20 12:10 UTC 

[PATCH] spi: rockchip: Use plain request_irq()
 2026-01-20 12:05 UTC  (6+ messages)

[PATCH 0/6] spi: tegra-qspi: Fix race condition causing NULL pointer dereference and spurious IRQ
 2026-01-20 11:22 UTC  (12+ messages)
` [PATCH 1/6] spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer
` [PATCH 2/6] spi: tegra210-quad: Move curr_xfer read inside spinlock
` [PATCH 3/6] spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer_one
` [PATCH 4/6] spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer
` [PATCH 5/6] spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer
` [PATCH 6/6] spi: tegra210-quad: Protect curr_xfer check in IRQ handler

[PATCH v3 0/3] spi: xilinx: switch to device properties and make IRQs optional
 2026-01-20  9:23 UTC  (20+ messages)
` [PATCH v3 1/3] spi: dt-bindings: xilinx: make interrupts optional
` [PATCH v3 2/3] spi: xilinx: make irq optional
` [PATCH v3 3/3] spi: xilinx: use device property accessors

[PATCH v2 00/13] spi: cadence-qspi: Add Renesas RZ/N1 support
 2026-01-20  9:22 UTC  (22+ messages)
` [PATCH v2 01/13] spi: dt-bindings: cdns,qspi-nor: Add Renesas RZ/N1D400 to the list
` [PATCH v2 02/13] spi: cadence-qspi: Align definitions
` [PATCH v2 03/13] spi: cadence-qspi: Fix style and improve readability
` [PATCH v2 04/13] spi: cadence-qspi: Fix ORing style and alignments
` [PATCH v2 05/13] spi: cadence-qspi: Remove an useless operation
` [PATCH v2 06/13] spi: cadence-qspi: Make sure we filter out unsupported ops
` [PATCH v2 07/13] spi: cadence-qspi: Fix probe error path and remove
` [PATCH v2 08/13] spi: cadence-qspi: Try hard to disable the clocks
` [PATCH v2 09/13] spi: cadence-qspi: Kill cqspi_jh7110_clk_init
` [PATCH v2 10/13] spi: cadence-qspi: Add a flag for controllers without indirect access support
` [PATCH v2 11/13] spi: cadence-qspi: Make sure write protection is disabled
` [PATCH v2 12/13] spi: cadence-qspi: Add support for the Renesas RZ/N1 controller
` [PATCH v2 13/13] ARM: dts: r9a06g032: Describe the QSPI controller

[RFC] spi: ar934x: Question regarding hardcoded num_chipselect limit
 2026-01-19 14:27 UTC  (2+ messages)

[PATCH v2 0/2] spi: aspeed: Improve handling of shared SPI controllers
 2026-01-19 14:25 UTC  (9+ messages)
` [PATCH v2 1/2] spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/end
` [PATCH v2 2/2] spi: aspeed: Add support for non-spi-mem devices

[PATCH v5 0/9] spi: add multi-lane support
 2026-01-19 10:11 UTC  (22+ messages)
` [PATCH v5 2/9] spi: dt-bindings: add spi-{tx,rx}-lane-map properties
` [PATCH v5 3/9] spi: support controllers with multiple data lanes
` [PATCH v5 4/9] spi: add multi_lane_mode field to struct spi_transfer
` [PATCH v5 5/9] spi: Documentation: add page on multi-lane support
` [PATCH v5 6/9] spi: dt-bindings: adi,axi-spi-engine: add "
` [PATCH v5 7/9] spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE

[PATCH v5 00/11] Add support for Microchip LAN969x
 2026-01-18 14:03 UTC  (14+ messages)
` [PATCH v5 01/11] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v5 02/11] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v5 03/11] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v5 04/11] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v5 05/11] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v5 06/11] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v5 07/11] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v5 08/11] arm64: dts: microchip: add LAN969x support
` [PATCH v5 09/11] dt-bindings: arm: AT91: document EV23X71A board
` [PATCH v5 10/11] dt-bindings: net: sparx5: do not require phys when RGMII is used
` [PATCH v5 11/11] arm64: dts: microchip: add EV23X71A board

[PATCH v2 0/3] spi: xilinx: make it work on non-OF platforms
 2026-01-17 15:23 UTC  (6+ messages)
` [PATCH v2 1/3] spi: xilinx: use device property accessors
` [PATCH v2 2/3] spi: xilinx: make irq optional
` [PATCH v2 3/3] spi: dt-bindings: xilinx: make interrupts optional

Patchwork housekeeping for: spi-devel-general
 2026-01-17 13:56 UTC 

[PATCH 1/3] spi: xilinx: use device property accessors
 2026-01-17 10:48 UTC  (5+ messages)
` [PATCH 2/3] spi: xilinx: make irq optional
` [PATCH 3/3] spi: dt-bindings: xilinx: make interrupts optional

[PATCH 0/2] spi: aspeed: Improve handling of shared SPI controllers
 2026-01-17  4:48 UTC  (5+ messages)
` [PATCH 1/2] spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/end
` [PATCH 2/2] spi: aspeed: Add support for non-spi-mem devices

Patchwork housekeeping for: spi-devel-general
 2026-01-16 23:56 UTC 

[PATCH] spi: xilinx: use device property accessors
 2026-01-16 20:17 UTC  (7+ messages)

[PATCH 0/3] Add MT35XU01G SPI NOR flash on i.MX952-EVK board
 2026-01-15 21:07 UTC  (11+ messages)
` [PATCH 1/3] spi: dt-bindings: nxp,imx94-xspi: add nxp,imx952-xspi
` [PATCH 2/3] arm64: dts: imx952: Add xspi node
` [PATCH 3/3] arm64: dts: imx952-evk: add MT35XU01G spi nor flash

Invitation to comment on VIRTIO v1.4 CSD01
 2026-01-15 19:41 UTC 

Patchwork summary for: spi-devel-general
 2026-01-15 18:40 UTC 

[PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash
 2026-01-15 18:42 UTC  (3+ messages)

[PATCH] spi: spi-cadence: enable SPI_CONTROLLER_MUST_TX
 2026-01-15 18:42 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2026-01-15 11:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2026-01-15  9:56 UTC 

[PATCH v3 0/3] spi-cadence: support transmission with bits_per_word of 16 and 32
 2026-01-15  2:14 UTC  (6+ messages)
` [PATCH v3 2/3] spi: spi-cadence: supports "

[PATCH v2 00/27] mtd: spinand: Octal DTR support
 2026-01-14 16:17 UTC  (4+ messages)
` (subset) "

[PATCH 00/13] spi: cadence-qspi: Add Renesas RZ/N1 support
 2026-01-14 16:07 UTC  (12+ messages)
` [PATCH 01/13] spi: dt-bindings: cdns,qspi-nor: Add Renesas RZ/N1D400 to the list
` [PATCH 03/13] spi: cadence-qspi: Fix style and improve readability
` [PATCH 07/13] spi: cadence-qspi: Fix probe error path and remove

[PATCH v2 0/4] spi: Make SPI core to take care of fwnode assignment
 2026-01-14 15:21 UTC  (7+ messages)
` [PATCH v2 1/4] spi: Propagate default fwnode to the SPI controller device
` [PATCH v2 2/4] spi: Drop duplicate of_node assignment
` [PATCH v2 3/4] spi: Drop duplicate fwnode assignment
` [PATCH v2 4/4] spi: Drop duplicate device_set_node() call

[PATCH v1 0/4] Enable SPI on SA8255p Qualcomm platforms
 2026-01-14  9:01 UTC  (7+ messages)
` [PATCH v1 1/4] spi: dt-bindings: describe SA8255p
` [PATCH v1 2/4] spi: qcom-geni: Use geni_se_resources_init() for resource initialization
` [PATCH v1 3/4] spi: qcom-geni: Use resources helper APIs in runtime PM functions
` [PATCH v1 4/4] spi: qcom-geni: Enable SPI on SA8255p Qualcomm platforms

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-13 20:09 UTC  (7+ messages)
` [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v4 15/15] arm64: dts: microchip: add EV23X71A board

[PATCH v2] spi: spi-sprd-adi: Fix double free in probe error path
 2026-01-13 19:25 UTC  (4+ messages)

Patchwork summary for: spi-devel-general
 2026-01-13 18:17 UTC 

Patchwork summary for: spi-devel-general
 2026-01-13 14:40 UTC 

[PATCH v3 0/3] Axiado AX3000 SoC SPI DB controller driver
 2026-01-13 14:36 UTC  (2+ messages)

[RFC PATCH v2 00/12] spi: cadence-quadspi: add PHY tuning support
 2026-01-13 14:16 UTC  (13+ messages)
` [RFC PATCH v2 01/12] spi: dt-bindings: add spi-has-dqs property
` [RFC PATCH v2 02/12] spi: spi-mem: add controller tuning support
` [RFC PATCH v2 03/12] mtd: spinand: perform controller tuning during probe
` [RFC PATCH v2 04/12] mtd: spi-nor: extract read operation setup into helper
` [RFC PATCH v2 05/12] mtd: spi-nor: perform controller tuning during probe
` [RFC PATCH v2 06/12] spi: cadence-quadspi: move cqspi_readdata_capture earlier
` [RFC PATCH v2 07/12] spi: cadence-quadspi: add DQS support to read data capture
` [RFC PATCH v2 08/12] spi: cadence-quadspi: read 'has-dqs' DT property
` [RFC PATCH v2 09/12] spi: cadence-quadspi: add PHY tuning infrastructure
` [RFC PATCH v2 10/12] spi: cadence-quadspi: implement PHY tuning algorithm
` [RFC PATCH v2 11/12] spi: cadence-quadspi: restrict PHY frequency to tuned operations
` [RFC PATCH v2 12/12] spi: cadence-quadspi: enable PHY for direct reads and writes

Patchwork summary for: spi-devel-general
 2026-01-13 14:00 UTC 

[PATCH] spi: fsi: Simplify with scoped for each OF child loop
 2026-01-13 14:02 UTC  (2+ messages)

[PATCH v3 00/15] Add support for Microchip LAN969x
 2026-01-13 12:50 UTC  (3+ messages)
` [PATCH v3 06/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c

Patchwork summary for: spi-devel-general
 2026-01-13 11:40 UTC 

[PATCH] spi: hisi-kunpeng: Fixed the wrong debugfs node name in hisi_spi debugfs initialization
 2026-01-13 11:42 UTC  (2+ messages)

[PATCH] spi: dt-bindings: nxp,lpc3220-spi: Add DMA specific properties
 2026-01-13 11:42 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2026-01-12 20:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2026-01-12 17:56 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox