linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 11:17:15 to 2025-06-19 11:24:09 UTC [more...]

[PATCH 6.1 1/1] objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq()
 2025-06-19 11:23 UTC  (2+ messages)

[PATCH v2 00/14] spi: spi-fsl-dspi: DSPI support for NXP S32G platforms
 2025-06-19  7:38 UTC  (3+ messages)
` [PATCH v2 14/14] arm64: dts: Add DSPI entries for "

[PATCH v1 for-next] spi: spi_pci1xxxx: Add support for per-instance DMA interrupt vectors
 2025-06-19  3:49 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2025-06-18 20:56 UTC 

[PATCH v3 0/2] spi: spi-qpic-snand: avoid memory corruption
 2025-06-18 20:22 UTC  (3+ messages)
` [PATCH v3 1/2] spi: spi-qpic-snand: reallocate BAM transactions
` [PATCH v3 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays

[PATCH v2 0/9] spi: zynqmp-gqspi: Support multiple buses and add GPIO support
 2025-06-18 18:27 UTC  (16+ messages)
` [PATCH v2 1/9] dt-bindings: spi: Add spi-buses property
` [PATCH v2 2/9] dt-bindings: spi: zynqmp-qspi: Add example dual upper/lower bus
` [PATCH v2 3/9] spi: Support multi-bus controllers
` [PATCH v2 4/9] spi: Add flag to determine default bus
` [PATCH v2 5/9] spi: zynqmp-gqspi: Support multiple buses
` [PATCH v2 6/9] spi: zynqmp-gqspi: Pass speed directly to config_op
` [PATCH v2 7/9] spi: zynqmp-gqspi: Configure SPI mode dynamically
` [PATCH v2 8/9] spi: zynqmp-gqspi: Support GPIO chip selects
` [PATCH v2 9/9] ARM64: xilinx: zynqmp: Add spi-buses property

[PATCH v2 0/3] support for amlogic the new SPI IP
 2025-06-18 15:59 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: spi: Add binding document of Amlogic SPISG controller
` [PATCH v2 2/3] spi: Add Amlogic SPISG driver
` [PATCH v2 3/3] MAINTAINERS: Add an entry for Amlogic spi driver

[PATCH] spi: spi-qpic-snand: document the limited bit error reporting capability
 2025-06-18 15:37 UTC  (3+ messages)

[PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform
 2025-06-18 15:08 UTC  (18+ messages)
` [PATCH 01/16] MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static
` [PATCH 02/16] MIPS: lantiq: xway: mark dma_init() "
` [PATCH 03/16] MIPS: lantiq: xway: mark dcdc_init() "
` [PATCH 04/16] MIPS: lantiq: irq: fix misc missing-prototypes warnings
` [PATCH 05/16] MIPS: lantiq: xway: add prototype for ltq_get_cp1_base()
` [PATCH 06/16] MIPS: pci: lantiq: marks pcibios_init() as static
` [PATCH 07/16] MIPS: lantiq: falcon: fix misc missing-prototypes warnings
` [PATCH 08/16] MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()
` [PATCH 09/16] MIPS: lantiq: falcon: sysctrl: add missing header prom.h
` [PATCH 10/16] MIPS: lantiq: falcon: sysctrl: fix request memory check logic
` [PATCH 11/16] MIPS: lantiq: xway: gptu: mark gptu_init() as static
` [PATCH 12/16] MIPS: vpe-mt: mark vpe_free() and vpe_stop() "
` [PATCH 13/16] MIPS: vpe-mt: drop unused functions vpe_alloc() and vpe_start()
` [PATCH 14/16] pinctrl: xway: mark xway_pinconf_group_set() as static
` [PATCH 15/16] pinctrl: falcon: mark pinctrl_falcon_init() "
` [PATCH 16/16] spi: falcon: mark falcon_sflash_xfer() "

[PATCH 0/8] Enhance Winbond SPI NAND support
 2025-06-18 12:30 UTC  (11+ messages)
` [PATCH 1/8] spi: spi-mem: Use picoseconds for calculating the op durations
` [PATCH 2/8] spi: spi-mem: Take into account the actual maximum frequency
` [PATCH 3/8] mtd: spinand: Fix macro alignment
` [PATCH 4/8] mtd: spinand: Add a frequency field to all READ_FROM_CACHE variants
` [PATCH 5/8] mtd: spinand: Add a ->configure_chip() hook
` [PATCH 6/8] mtd: spinand: winbond: Enable high-speed modes on w25n0xjw
` [PATCH 7/8] mtd: spinand: winbond: Enable high-speed modes on w35n0xjw
` [PATCH 8/8] mtd: spinand: winbond: Add comment about the maximum frequency

[PATCH v7 0/3] locking/mutex: Mark devm_mutex_init() as __must_check
 2025-06-17 19:02 UTC  (6+ messages)
` [PATCH v7 1/3] spi: spi-nxp-fspi: check return value of devm_mutex_init()
` [PATCH v7 2/3] leds: lp8860: Check "
` [PATCH v7 3/3] locking/mutex: Mark devm_mutex_init() as __must_check

Patchwork housekeeping for: spi-devel-general
 2025-06-17 17:56 UTC 

[PATCH v2 0/5] spi: spi-fsl-dspi: Target mode improvements
 2025-06-17 15:55 UTC  (31+ messages)
` [PATCH v2 1/5] spi: spi-fsl-dspi: Clear completion counter before initiating transfer
` [PATCH v2 2/5] spi: spi-fsl-dspi: Use non-coherent memory for DMA
    ` [PATCH] dma-mapping: Stub out dma_{alloc,free,map}_pages() API
` [PATCH v2 3/5] spi: spi-fsl-dspi: Increase DMA buffer size
` [PATCH v2 4/5] spi: spi-fsl-dspi: Store status directly in cur_msg->status
` [PATCH v2 5/5] spi: spi-fsl-dspi: Report FIFO overflows as errors

Patchwork housekeeping for: spi-devel-general
 2025-06-17  2:56 UTC 

[PATCH v7 0/6] arm64: lan969x: Add support for Microchip LAN969x SoC
 2025-06-16 18:34 UTC  (15+ messages)
` [PATCH v7 1/6] "
` [PATCH v7 2/6] spi: atmel: make it selectable for ARCH_LAN969X
` [PATCH v7 3/6] i2c: at91: "
` [PATCH v7 4/6] dma: xdmac: "
` [PATCH v7 5/6] char: hw_random: atmel: "
` [PATCH v7 6/6] crypto: atmel-aes: "

Patchwork summary for: spi-devel-general
 2025-06-16 16:30 UTC 

[PATCH] spi: spi-fsl-dspi: Revert unintended dependency change in config SPI_FSL_DSPI
 2025-06-16 16:20 UTC  (3+ messages)

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-16 11:45 UTC  (40+ messages)
` [PATCH v3 01/28] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v3 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v3 04/28] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v3 06/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v3 07/28] drivers: core: Use fw_devlink_set_device()
` [PATCH v3 08/28] pinctrl: cs42l43: "
` [PATCH v3 09/28] cxl/test: Use device_set_node()
` [PATCH v3 10/28] cxl/test: Use fw_devlink_set_device()
` [PATCH v3 11/28] PCI: of: "
` [PATCH v3 12/28] driver core: fw_devlink: Tag the fwnode dev member as private
` [PATCH v3 13/28] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v3 14/28] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v3 15/28] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v3 16/28] i2c: mux: Set adapter physical device
` [PATCH v3 17/28] i2c: mux: Create missing devlink between mux and "
` [PATCH v3 18/28] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled
` [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v3 20/28] i2c: busses: at91: "
` [PATCH v3 21/28] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v3 22/28] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v3 23/28] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v3 24/28] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v3 25/28] misc: lan966x_pci: Introduce board specific data
` [PATCH v3 26/28] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v3 27/28] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v3 28/28] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH 0/6] Add few updates to the STM32 SPI driver
 2025-06-16  9:21 UTC  (7+ messages)
` [PATCH 1/6] spi: stm32: Add SPI_READY mode to spi controller
` [PATCH 2/6] spi: stm32: Check for cfg availability in stm32_spi_probe
` [PATCH 3/6] dt-bindings: spi: stm32: update bindings with SPI Rx DMA-MDMA chaining
` [PATCH 4/6] spi: stm32: use STM32 DMA with STM32 MDMA to enhance DDR use
` [PATCH 5/6] spi: stm32: deprecate `st,spi-midi-ns` property
` [PATCH 6/6] dt-bindings: "

Patchwork housekeeping for: spi-devel-general
 2025-06-16  1:56 UTC 

[PATCH v3 1/1] spi: spi-cadence-quadspi: Fix pm runtime unbalance
 2025-06-16  1:13 UTC 

Patchwork summary for: spi-devel-general
 2025-06-14 11:20 UTC 

[PATCH] spi: tegra210-qspi: Remove cache operations
 2025-06-14 11:01 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.16-rc1
 2025-06-13 18:04 UTC  (2+ messages)

[PATCH 0/7] spi: zynqmp-gqspi: Split the bus and add GPIO support
 2025-06-13 16:53 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: spi: zynqmp-qspi: Split the bus

Patchwork summary for: spi-devel-general
 2025-06-13 16:40 UTC 

[PATCH v1 for-next] spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine
 2025-06-13 16:30 UTC  (2+ messages)

[PATCH 0/4] spi: spi-fsl-dspi: Target mode improvements
 2025-06-13 15:56 UTC  (23+ messages)
` [PATCH 2/4] spi: spi-fsl-dspi: Use non-coherent memory for DMA

Patchwork housekeeping for: spi-devel-general
 2025-06-13 13:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2025-06-13  9:56 UTC 

Patchwork summary for: spi-devel-general
 2025-06-12 12:40 UTC 

[PATCH next] spi: stm32-ospi: clean up on error in probe()
 2025-06-12 12:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).