linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 0/3] Add add spi-nand flash controller driver for EN7581
 2024-05-03  2:09 UTC  (5+ messages)
` [PATCH v6 1/3] spi: dt-bindings: Add binding doc for spi-airoha-snfi
` [PATCH v6 2/3] arm64: dts: airoha: en7581: Add spi-nand node
` [PATCH v6 3/3] spi: airoha: Add spi-nand flash controller driver

[GIT PULL] SPI fixes for v6.9-rc6
 2024-05-03  2:03 UTC 

[PATCH v2 0/2] Add optional reset control for Cadence SPI
 2024-05-03  1:20 UTC  (10+ messages)
` [PATCH v2 1/2] spi: spi-cadence: Add optional reset control support
` [PATCH v2 2/2] dt-bindings: spi: spi-cadence: Add optional reset control

[PATCH v1 1/1] spi: bitbang: Add missing MODULE_DESCRIPTION()
 2024-05-02 17:15 UTC 

[PATCH 0/3] Add support for GPIO based CS
 2024-05-02 15:54 UTC  (7+ messages)
` [PATCH 1/3] spi: spi-microchip-core: "
` [PATCH 2/3] spi: dt-bindings: Add num-cs property for mpfs-spi
` [PATCH 3/3] spi: spi-microchip-core: Fix the number of chip selects supported

[PATCH v1 1/1] spi: bitbang: Use NSEC_PER_*SEC rather than hard coding
 2024-05-02 15:48 UTC 

Patchwork housekeeping for: spi-devel-general
 2024-05-02 13:56 UTC 

[PATCH v4 00/17] ARM: dts: aspeed: Add IBM P11 BMC Boards
 2024-05-02 12:58 UTC  (35+ messages)
` [PATCH v4 01/17] spi: dt-bindings: Document the IBM FSI-attached SPI controller
` [PATCH v4 02/17] dt-bindings: fsi: fsi2spi: Document SPI controller child nodes
` [PATCH v4 03/17] dt-bindings: fsi: Document the IBM SCOM engine
` [PATCH v4 04/17] dt-bindings: fsi: p9-occ: Convert to json-schema
` [PATCH v4 05/17] dt-bindings: fsi: Document the IBM SBEFIFO engine
` [PATCH v4 06/17] dt-bindings: fsi: Document the FSI controller common properties
` [PATCH v4 07/17] dt-bindings: fsi: ibm,i2cr-fsi-master: Reference common FSI controller
` [PATCH v4 08/17] dt-bindings: fsi: ast2600-fsi-master: Convert to json-schema
` [PATCH v4 09/17] dt-bindings: fsi: Document the FSI Hub Controller
` [PATCH v4 10/17] dt-bindings: i2c: i2c-fsi: Convert to json-schema
` [PATCH v4 11/17] dt-bindings: arm: aspeed: add IBM P11 BMC boards
` [PATCH v4 12/17] ARM: dts: aspeed: Add IBM P11 FSI devices
` [PATCH v4 13/17] ARM: dts: aspeed: Add IBM P11 Blueridge BMC system
` [PATCH v4 14/17] ARM: dts: aspeed: Add IBM P11 Fuji "
` [PATCH v4 15/17] fsi: occ: Get device number from FSI minor number API
` [PATCH v4 16/17] fsi: occ: Find next available child rather than node name match
` [PATCH v4 17/17] fsi: scom: Update compatible string to match documentation

[PATCH 0/3] ARM: Modernize the PXA Spitz a bit
 2024-05-02  8:13 UTC  (6+ messages)
` [PATCH 1/3] ARM: spitz: Convert Spitz board to GPIO descriptors for LEDs
` [PATCH 2/3] dt-bindings: ads7846: Add hsync-gpios
` [PATCH 3/3] ARM: spitz: Use software nodes for the ADS7846 touchscreen

[PATCH v3 0/9] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
 2024-05-02  8:12 UTC  (21+ messages)
` [PATCH v3 1/9] spi: pxa2xx: Allow number of chip select pins to be read from property
` [PATCH v3 2/9] spi: pxa2xx: Provide num-cs for Sharp PDAs via device properties
` [PATCH v3 3/9] spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
` [PATCH v3 4/9] spi: pxa2xx: Remove outdated documentation
` [PATCH v3 5/9] spi: pxa2xx: Don't use "proxy" headers
` [PATCH v3 6/9] spi: pxa2xx: Drop struct pxa2xx_spi_chip
` [PATCH v3 7/9] spi: pxa2xx: Remove DMA parameters from struct chip_data
` [PATCH v3 8/9] spi: pxa2xx: Remove timeout field "
` [PATCH v3 9/9] spi: pxa2xx: Don't provide struct chip_data for others

[PATCH v3] spi: dt-bindings: ti,qspi: convert to dtschema
 2024-05-02  6:31 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-05-02  4:00 UTC 

[PATCH v2 0/8] spi: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-05-02  3:57 UTC  (10+ messages)
` [PATCH v2 1/8] spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()
` [PATCH v2 2/8] spi: fsl-lpspi: "
` [PATCH v2 3/8] spi: imx: "
` [PATCH v2 4/8] spi: pic32-sqi: "
` [PATCH v2 5/8] spi: pic32: "
` [PATCH v2 6/8] spi: sun4i: "
` [PATCH v2 7/8] spi: sun6i: "
` [PATCH v2 8/8] spi: xlp: "

[PATCH v5 0/3] Add add SPI-NAND Flash controller driver for EN7581
 2024-05-02  3:57 UTC  (9+ messages)
` [PATCH v5 1/3] dt-bindings: spi: airoha: Add YAML schema for SNFI controller
` [PATCH v5 2/3] arm64: dts: airoha: add EN7581 spi-nand node
` [PATCH v5 3/3] spi: airoha: add SPI-NAND Flash controller driver
` (subset) [PATCH v5 0/3] Add add SPI-NAND Flash controller driver for EN7581

[PATCH 0/8] spi: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-05-02  3:57 UTC  (17+ messages)
` [PATCH 1/8] spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()
` [PATCH 2/8] spi: fsl-lpspi: "
` [PATCH 3/8] spi: imx: "
` [PATCH 4/8] spi: pic32-sqi: "
` [PATCH 5/8] spi: pic32: "
` [PATCH 6/8] spi: sun4i: "
` [PATCH 7/8] spi: sun6i: "
` [PATCH 8/8] spi: xlp: "

Patchwork housekeeping for: spi-devel-general
 2024-05-01 16:56 UTC 

Patchwork summary for: spi-devel-general
 2024-05-01 14:00 UTC 

[PATCH] spi: use spi_valid_{tx,rx}buf() in stats function
 2024-05-01 13:53 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-05-01 13:52 UTC 

[PATCH] spi: fix null pointer dereference within spi_sync
 2024-05-01 13:47 UTC  (3+ messages)

[PATCH v1 0/2] riscv: sophgo: add spi nor support for cv1800 series
 2024-04-30 12:56 UTC  (10+ messages)
` [PATCH v1 1/2] dt-bindings: mtd: add sophgo spi-nor-controller
` [PATCH v1 2/2] spi: add support for sophgo spi-nor controller

Patchwork housekeeping for: spi-devel-general
 2024-04-30 11:56 UTC 

[PATCH 0/5] Support for Cadence xSPI Marvell modifications
 2024-04-30  8:00 UTC  (21+ messages)
` [PATCH 1/5] spi: cadence: Add new bindings documentation for Cadence XSPI
` [PATCH 2/5] spi: cadence: Add Marvell IP modification changes
    ` [EXTERNAL] "
` [PATCH v3 0/5] Marvell HW overlay support for Cadence xSPI
  ` [PATCH v3 2/5] spi: cadence: Add MRVL overlay bindings documentation for Cadence XSPI
      ` [EXTERNAL] "
  ` [PATCH v3 4/5] spi: cadence: Allow to read basic xSPI configuration from ACPI
      ` [EXTERNAL] "

Patchwork housekeeping for: spi-devel-general
 2024-04-29 21:56 UTC 

[PATCH v3 00/14] ARM: dts: aspeed: Add IBM P11 BMC Boards
 2024-04-29 18:17 UTC  (42+ messages)
` [PATCH v3 01/14] dt-bindings: spi: Document the IBM Power SPI controller
` [PATCH v3 03/14] dt-bindings: fsi: Document the FSI2PIB engine
` [PATCH v3 04/14] dt-bindings: fsi: p9-occ: Switch to yaml format
` [PATCH v3 05/14] dt-bindings: fsi: Document the IBM SBEFIFO engine
` [PATCH v3 06/14] dt-bindings: fsi: Document the FSI controller common properties
` [PATCH v3 08/14] dt-bindings: fsi: ast2600-fsi-master: Switch to yaml format
` [PATCH v3 09/14] dt-bindings: fsi: Document the FSI Hub Controller
` [PATCH v3 10/14] dt-bindings: i2c: i2c-fsi: Switch to yaml format
` [PATCH v3 12/14] ARM: dts: aspeed: Add IBM P11 FSI devices
` [PATCH v3 13/14] ARM: dts: aspeed: Add IBM P11 Blueridge BMC system
` [PATCH v3 14/14] ARM: dts: aspeed: Add IBM P11 Fuji "

[PATCH v2] spi: dt-bindings: ti,qspi: convert to dtschema
 2024-04-29 16:37 UTC  (3+ messages)

[RFC PATCH] spi: dt-bindings: ti,qspi: convert to dtschema
 2024-04-29 16:26 UTC  (5+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-04-29 15:56 UTC 

Patchwork summary for: spi-devel-general
 2024-04-29 15:40 UTC 

[PATCH 0/7] Support for Marvell modifications for Cadence XSPI
 2024-04-29 15:40 UTC  (12+ messages)
` [PATCH 4/7] spi: cadence: Change dt-bindings documentation for Cadence XSPI controller
    ` [EXT] "
` [PATCH 5/7] spi: cadence: Add read access size switch
    ` [EXT] "
` [PATCH 6/7] spi: cadence: Add Marvell IP modification changes
    ` [EXT] "

[PATCH v4 0/6] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-29 15:37 UTC  (2+ messages)
` (subset) "

Patchwork housekeeping for: spi-devel-general
 2024-04-29  8:56 UTC 

[PATCH v4 0/3] Add add SPI-NAND Flash controller driver for EN7581
 2024-04-27 21:20 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: spi: airoha: Add YAML schema for SNFI controller
` [PATCH v4 2/3] arm64: dts: airoha: add EN7581 spi-nand node
` [PATCH v4 3/3] spi: airoha: add SPI-NAND Flash controller driver

Patchwork housekeeping for: spi-devel-general
 2024-04-26  8:56 UTC 


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).