public inbox for linux-spi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-10 14:45:34 to 2025-01-26 23:23:00 UTC [more...]

[PATCH 0/9] YAML conversion of several Freescale/PowerPC DT bindings
 2025-01-26 23:22 UTC  (11+ messages)
` [PATCH 1/9] dt-bindings: powerpc: Add binding for Freescale/NXP MPC83xx SoCs
` [PATCH 2/9] dt-bindings: ata: Convert fsl,pq-sata binding to YAML
` [PATCH 3/9] dt-bindings: crypto: Convert fsl,sec-2.0 "
` [PATCH 4/9] dt-bindings: mfd: Convert fsl,mcu-mpc8349emitx "
` [PATCH 5/9] dt-bindings: dma: Convert fsl,elo*-dma bindings "
` [PATCH 6/9] dt-bindings: pci: Add fsl,mpc83xx-pcie bindings
` [PATCH 7/9] dt-bindings: watchdog: Convert mpc8xxx-wdt binding to YAML
` [PATCH 8/9] dt-bindings: spi: Convert Freescale SPI bindings "
` [PATCH RFC 9/9] dt-bindings: nand: Convert fsl,elbc "

[GIT PULL] SPI fixes for v6.14-merge-window
 2025-01-25  0:15 UTC  (2+ messages)

[PATCH 0/9] Add STM32MP25 SPI NOR support
 2025-01-24 15:53 UTC  (16+ messages)
` [PATCH 1/9] dt-bindings: spi: Add STM32 OSPI controller
` [PATCH 2/9] spi: stm32: Add OSPI driver
` [PATCH 3/9] dt-bindings: misc: Add STM32 Octo Memory Manager controller
` [PATCH 4/9] misc: Add STM32 Octo Memory Manager driver
` [PATCH 5/9] arm64: dts: st: Add OMM node on stm32mp251
` [PATCH 6/9] arm64: dts: st: Add ospi port1 pinctrl entries in stm32mp25-pinctrl.dtsi
` [PATCH 7/9] arm64: dts: st: Add SPI NOR flash support on stm32mp257f-ev1 board
` [PATCH 8/9] arm64: defconfig: Enable STM32 Octo Memory Manager driver
` [PATCH 9/9] arm64: defconfig: Enable STM32 OctoSPI driver

[PATCH v2 0/8] Add support to load QUP SE firmware from
 2025-01-24 15:55 UTC  (18+ messages)
` [PATCH v2 1/8] dt-bindings: qcom: geni-se: Add 'firmware-name' property for firmware loading
` [PATCH v2 2/8] dt-bindings: i2c: qcom,i2c-geni: Add support for selecting data transfer mode
` [PATCH v2 3/8] spi: dt-bindings: "
` [PATCH v2 4/8] dt-bindings: serial: "
` [PATCH v2 5/8] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
` [PATCH v2 6/8] i2c: qcom-geni: Load i2c qup Firmware from linux side
` [PATCH v2 7/8] spi: geni-qcom: Load spi "
` [PATCH v2 8/8] serial: qcom-geni: Load UART "

[PATCH 0/7] spi: zynqmp-gqspi: Split the bus and add GPIO support
 2025-01-24 13:35 UTC  (18+ messages)
` [PATCH 1/7] dt-bindings: spi: zynqmp-qspi: Split the bus
` [PATCH 2/7] spi: zynqmp-gqspi: Pass speed/mode directly to config_op
` [PATCH 3/7] spi: zynqmp-gqspi: Configure SPI mode dynamically
` [PATCH 4/7] spi: zynqmp-gqspi: Refactor out controller initialization
` [PATCH 5/7] spi: zynqmp-gqspi: Split the bus
` [PATCH 6/7] spi: zynqmp-gqspi: Support GPIO chip selects
` [PATCH 7/7] ARM64: xilinx: zynqmp: Convert to split QSPI bus

Patchwork housekeeping for: spi-devel-general
 2025-01-24 10:56 UTC 

[PATCH v2 0/4] Add more devm_ functions to simplify probe path in drivers/spi/atmel-quadspi.c
 2025-01-24 10:50 UTC  (7+ messages)
` [PATCH v2 1/4] dma: Add devm_dma_request_chan()
` [PATCH v2 2/4] pm: runtime: Add new devm functions
` [PATCH v2 3/4] spi: atmel-quadspi: Use `devm_dma_request_chan()`
` [PATCH v2 4/4] spi: atmel-quadspi: Fix unbalanced pm_runtime by using devm_ API

[PATCH 0/5] spi: zynqmp-gqspi: Improve error recovery by resetting
 2025-01-24  9:06 UTC  (23+ messages)
` [PATCH 1/5] dt-bindings: spi: zynqmp-qspi: Add reset
` [PATCH 2/5] spi: zynqmp-gqspi: Reset device in probe
` [PATCH 3/5] spi: zynqmp-gqspi: Abort operations on timeout
` [PATCH 4/5] spi: zynqmp-gqspi: Allow interrupting operations
` [PATCH 5/5] ARM64: xilinx: zynqmp: Add QSPI reset

SPI regression seen on ARM am335x in kernel 6.12.8 and 6.6.71
 2025-01-23  5:46 UTC  (4+ messages)

[GIT PULL] SPI updates for v6.14
 2025-01-22 19:07 UTC  (2+ messages)

[PATCH v1 0/7] Add support to load QUP SE firmware from
 2025-01-22 17:52 UTC  (5+ messages)

Patchwork summary for: spi-devel-general
 2025-01-21 15:10 UTC 

[PATCH] spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors
 2025-01-21 15:05 UTC  (3+ messages)

[PATCH v7 00/17] spi: axi-spi-engine: add offload support
 2025-01-18 12:30 UTC  (22+ messages)
` [PATCH v7 01/17] spi: add basic support for SPI offloading
` [PATCH v7 02/17] spi: offload: add support for hardware triggers
` [PATCH v7 03/17] dt-bindings: trigger-source: add generic PWM trigger source
` [PATCH v7 04/17] spi: offload-trigger: add PWM trigger driver
` [PATCH v7 05/17] spi: add offload TX/RX streaming APIs
` [PATCH v7 06/17] spi: dt-bindings: axi-spi-engine: add SPI offload properties
` [PATCH v7 07/17] spi: axi-spi-engine: implement offload support
` [PATCH v7 08/17] iio: buffer-dmaengine: split requesting DMA channel from allocating buffer
` [PATCH v7 09/17] iio: buffer-dmaengine: add devm_iio_dmaengine_buffer_setup_with_handle()
` [PATCH v7 10/17] iio: adc: ad7944: don't use storagebits for sizing
` [PATCH v7 11/17] iio: adc: ad7944: add support for SPI offload
` [PATCH v7 12/17] doc: iio: ad7944: describe offload support
` [PATCH v7 13/17] dt-bindings: iio: adc: adi,ad4695: add SPI offload properties
` [PATCH v7 14/17] iio: adc: ad4695: Add support for SPI offload
` [PATCH v7 15/17] doc: iio: ad4695: add SPI offload support
` [PATCH v7 16/17] iio: dac: ad5791: sort include directives
` [PATCH v7 17/17] iio: dac: ad5791: Add offload support

[PATCH 3/4] spi: atmel-quadspi: Use `devm_dma_request_chan()`
 2025-01-17 16:58 UTC  (5+ messages)
` [PATCH 4/4] spi: atmel-quadspi: Fix unbalanced pm_runtime by using devm_ API
` [PATCH 0/4] Add more devm_ functions to simplify probe path in drivers/spi/atmel-quadspi.c

[PATCH v3 00/27] spi-nand/spi-mem DTR support
 2025-01-16 23:41 UTC  (25+ messages)
` [PATCH v3 08/27] spi: fsl-qspi: Support per spi-mem operation frequency switches
` [PATCH v3 09/27] spi: microchip-core-qspi: "
` [PATCH v3 10/27] spi: mt65xx: "
` [PATCH v3 11/27] spi: mxic: "
` [PATCH v3 12/27] spi: nxp-fspi: "
` [PATCH v3 13/27] spi: rockchip-sfc: "
` [PATCH v3 14/27] spi: spi-sn-f-ospi: "
` [PATCH v3 15/27] spi: spi-ti-qspi: "
` [PATCH v3 16/27] spi: zynq-qspi: "
` [PATCH v3 17/27] spi: zynqmp-gqspi: "
` [PATCH v3 18/27] spi: spi-mem: Reorder spi-mem macro assignments
` [PATCH v3 19/27] spi: spi-mem: Create macros for DTR operation
` [PATCH v3 20/27] spi: spi-mem: Estimate the time taken by operations
` [PATCH v3 21/27] mtd: spinand: Create distinct fast and slow read from cache variants
` [PATCH v3 22/27] mtd: spinand: Add an optional frequency to read from cache macros
` [PATCH v3 23/27] mtd: spinand: Enhance the logic when picking a variant
` [PATCH v3 24/27] mtd: spinand: Add support for read DTR operations
` [PATCH v3 25/27] mtd: spinand: winbond: Update the *JW chip definitions
` [PATCH v3 26/27] mtd: spinand: winbond: Add comment about naming
` [PATCH v3 27/27] mtd: spinand: winbond: Add support for DTR operations
` (subset) [PATCH v3 00/27] spi-nand/spi-mem DTR support

[PATCH 0/5] spi: zynqmp-gqspi: Clean up the driver a bit
 2025-01-16 22:41 UTC  (6+ messages)
` [PATCH 1/5] spi: zynqmp-gqspi: Reformat long line
` [PATCH 2/5] spi: zynqmp-gqspi: Add some more debug prints
` [PATCH 3/5] spi: zynqmp-gqspi: Add helpers for enabling/disabling DMA
` [PATCH 4/5] spi: zynqmp-gqspi: Clean up fillgenfifo
` [PATCH 5/5] spi: zynqmp-gqspi: Always acknowledge interrupts

Patchwork summary for: spi-devel-general
 2025-01-16 18:50 UTC 

[PATCH v1 1/1] spi: pxa2xx: Introduce __lpss_ssp_update_priv() helper
 2025-01-16 18:45 UTC  (2+ messages)

[PATCH] spi: microchip-core: prevent RX overflows when transmit size > FIFO size
 2025-01-15 19:33 UTC  (4+ messages)

[PATCH] spi: amd: Fix -Wuninitialized in amd_spi_exec_mem_op()
 2025-01-15 18:30 UTC  (7+ messages)

[PATCH] spi: atmel-quadspi: remove references to runtime PM on error path
 2025-01-14 17:23 UTC 

[PATCH v3 0/2] spi: atmel-quadspi: Refactor to allow supporting SAMA7G5 O/QSPI
 2025-01-14 17:21 UTC  (7+ messages)
` [PATCH v3 2/2] spi: atmel-quadspi: Add support for sama7g5 QSPI

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

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

[PATCH] spi: ti-qspi: Use syscon_regmap_lookup_by_phandle_args
 2025-01-13 16:45 UTC  (2+ messages)

[PATCH] spi: atmel-quadspi: Print the controller version and used irq
 2025-01-13  7:52 UTC  (3+ messages)

[broonie-spi:for-next 4/22] drivers/spi/spi-amd.c:695:9: warning: variable 'ret' is uninitialized when used here
 2025-01-11 16:08 UTC 

Patchwork summary for: spi-devel-general
 2025-01-10 18:00 UTC 

Patchwork housekeeping for: spi-devel-general
 2025-01-10 15:56 UTC 

Patchwork summary for: spi-devel-general
 2025-01-10 15:50 UTC 

[PATCH v2 00/27] spi-nand/spi-mem DTR support
 2025-01-10 15:47 UTC  (7+ messages)
` [PATCH v2 20/27] spi: spi-mem: Estimate the time taken by operations
` (subset) [PATCH v2 00/27] spi-nand/spi-mem DTR support

[PATCH 00/24] spi-nand/spi-mem DTR support
 2025-01-10 15:47 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/3] Add support for SAMA7D65
 2025-01-10 15:25 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v6 2/3] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH v6 3/3] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom

Patchwork housekeeping for: spi-devel-general
 2025-01-10 14:56 UTC 


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