messages from 2025-06-09 19:33:50 to 2025-06-16 22:01:28 UTC [more...]
[PATCH v2 0/9] spi: zynqmp-gqspi: Support multiple buses and add GPIO support
2025-06-16 22:00 UTC (10+ 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 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: "
[PATCH v2 0/5] spi: spi-fsl-dspi: Target mode improvements
2025-06-16 18:33 UTC (27+ 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 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 (36+ messages)
` [PATCH 1/4] spi: spi-fsl-dspi: Clear completion counter before initiating transfer
` [PATCH 2/4] spi: spi-fsl-dspi: Use non-coherent memory for DMA
` [PATCH 4/4] spi: spi-fsl-dspi: Report FIFO overflows as errors
Patchwork housekeeping for: spi-devel-general
2025-06-13 13:56 UTC
[PATCH v1 for-next] spi: spi_pci1xxxx: Add support for per-instance DMA interrupt vectors
2025-06-13 11:14 UTC (2+ messages)
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 (3+ messages)
[PATCH 0/3] support for amlogic the new SPI IP
2025-06-12 9:53 UTC (4+ messages)
` [PATCH 2/3] spi: Add Amlogic SPISG driver
Patchwork housekeeping for: spi-devel-general
2025-06-11 16:56 UTC
[PATCH v7 0/7] clk: clk-axi-clkgen: improvements and some fixes
2025-06-11 16:15 UTC (8+ messages)
` [PATCH v7 1/7] clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
` [PATCH v7 2/7] clk: clk-axi-clkgen: make sure to include mod_devicetable.h
` [PATCH v7 3/7] include: linux: move adi-axi-common.h out of fpga
` [PATCH v7 4/7] include: adi-axi-common: add new helper macros
` [PATCH v7 5/7] clk: clk-axi-clkgen: detect axi_clkgen_limits at runtime
` [PATCH v7 6/7] clk: clk-axi-clkgen move to min/max()
` [PATCH v7 7/7] clk: clk-axi-clkgen: fix coding style issues
Patchwork summary for: spi-devel-general
2025-06-11 15:50 UTC
[PATCH 1/2] spi: dt-bindings: mediatek,spi-mt65xx: Add support for MT6991/MT8196 SPI
2025-06-11 15:43 UTC (3+ messages)
` [PATCH 2/2] spi: spi-mt65xx: Add support for MT6991 Dimensity 9400 SPI IPM
[RFC] spi: expand bits_per_word_mask to 64 bits
2025-06-11 14:54 UTC (6+ messages)
[PATCH v3 0/9] Add support to load QUP SE firmware from
2025-06-11 11:44 UTC (5+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
[PATCH v6 0/3] locking/mutex: Mark devm_mutex_init() as __must_check
2025-06-11 8:33 UTC (9+ messages)
` [PATCH v6 1/3] spi: spi-nxp-fspi: check return value of devm_mutex_init()
` [PATCH v6 2/3] leds: lp8860: Check "
` [PATCH v6 3/3] locking/mutex: Mark devm_mutex_init() as __must_check
[PATCH v2 1/1] spi: spi-cadence-quadspi: Fix pm runtime unbalance
2025-06-10 23:22 UTC (2+ messages)
Patchwork housekeeping for: spi-devel-general
2025-06-10 22:56 UTC
[PATCH v7 0/2] Add `devm_dma_request_chan()` to simplify probe path in atmel-quadspi.c
2025-06-10 11:49 UTC (3+ messages)
` [PATCH v7 2/2] spi: atmel-quadspi: Use `devm_dma_request_chan()`
[PATCH] spi: spi-mem: Add fix to avoid divide error
2025-06-10 8:03 UTC (4+ messages)
[PATCH] spi: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
2025-06-09 21:21 UTC
Patchwork summary for: spi-devel-general
2025-06-09 19:40 UTC
[PATCH v6] spi: stm32-ospi: Make usage of reset_control_acquire/release() API
2025-06-09 19:33 UTC (2+ messages)
[PATCH 0/2] SPI: omap2-mcspi: Fix SPI CS behaviour around cs_change in SPI transfers
2025-06-09 19:33 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).