linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 19:28:47 to 2024-03-13 21:56:26 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2024-03-13 21:56 UTC 

[PATCH] spi: Fix error code checking in spi_mem_exec_op()
 2024-03-13 21:15 UTC  (11+ messages)

[PATCH v2] spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
 2024-03-13 20:58 UTC 

Patchwork housekeeping for: spi-devel-general
 2024-03-13 20:56 UTC 

[PATCH v2] spi: Fix error code checking in spi_mem_exec_op()
 2024-03-13 19:45 UTC 

[GIT PULL] SPI updates for v6.9
 2024-03-13 19:27 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-03-13 18:56 UTC 

[PATCH] spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
 2024-03-13 18:19 UTC  (3+ messages)

[PATCH v7 1/2] spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
 2024-03-13 17:13 UTC  (4+ messages)

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-03-13 16:03 UTC  (19+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[RFC PATCH v3 0/3] Virtio SPI Linux driver compliant to draft spec V10
 2024-03-13  7:05 UTC  (11+ messages)
` [RFC PATCH v3 3/3] SPI: Add virtio SPI driver
    ` [virtio-dev] "
          ` [virtio-dev] Re: [RFC PATCH v3 3/3] SPI: Add virtio SPI driver. - Correction

Patchwork summary for: spi-devel-general
 2024-03-12 17:00 UTC 

[PATCH] spi: Restore delays for non-GPIO chip select
 2024-03-12 16:57 UTC  (3+ messages)

[PATCH] spi: lpspi: Avoid potential use-after-free in probe()
 2024-03-12 16:57 UTC  (3+ messages)

[PATCH v2 0/3] spi: xilinx: Massage xilinx_spi.h
 2024-03-12 14:19 UTC  (6+ messages)
` [PATCH v2 1/3] spi: xilinx: Fix kernel documentation in the xilinx_spi.h
` [PATCH v2 2/3] spi: xilinx: Add necessary inclusion and forward declaration
` [PATCH v2 3/3] spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_data

use_gpio_descriptor with a runtime-added table
 2024-03-11 16:54 UTC  (2+ messages)

[PATCH AUTOSEL 6.7 07/23] spi: cadence-qspi: put runtime in runtime PM hooks names
 2024-03-11 15:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 08/23] spi: cadence-qspi: add system-wide suspend and resume callbacks

[PATCH 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-03-11 14:55 UTC  (15+ messages)
` [PATCH 01/11] dt-bindings: qspi: cdns,qspi-nor: add mobileye,eyeq5-ospi compatible
` [PATCH 02/11] spi: cadence-qspi: switch from legacy names to modern ones
` [PATCH 03/11] spi: cadence-qspi: allow building for MIPS
` [PATCH 04/11] spi: cadence-qspi: store device data pointer in private struct
` [PATCH 05/11] spi: cadence-qspi: add FIFO depth detection quirk
` [PATCH 06/11] spi: cadence-qspi: minimise register accesses on each op if !DTR
` [PATCH 07/11] spi: cadence-qspi: add no-IRQ mode to indirect reads
` [PATCH 08/11] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()
` [PATCH 09/11] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible
` [PATCH 10/11] MIPS: mobileye: eyeq5: Add SPI-NOR controller node
` [PATCH 11/11] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS

Questions about userspace SPI async IO support
 2024-03-11 13:47 UTC  (2+ messages)

[PATCH] spi: spi-imx: fix off-by-one in mx51 CPU mode burst length
 2024-03-10  2:25 UTC 

[PATCH 00/13] spi: axi-spi-engine: add offload support
 2024-03-09 17:54 UTC  (6+ messages)
` [PATCH 01/13] spi: add core support for controllers with offload capabilities

Patchwork housekeeping for: spi-devel-general
 2024-03-08 16:57 UTC 

[PATCH v3 0/3] spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
 2024-03-08 16:55 UTC  (7+ messages)
` [PATCH v3 1/3] spi: pxa2xx: Kill pxa2xx_set_spi_info()
` [PATCH v3 2/3] spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller
` [PATCH v3 3/3] spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c

[PATCH v1 0/3] spi: xilinx: Massage xilinx_spi.h
 2024-03-08 15:27 UTC  (17+ messages)
` [PATCH v1 1/3] spi: xilinx: Fix kernel documentation in the xilinx_spi.h
` [PATCH v1 2/3] spi: xilinx: Add necessary inclusion and forward declaration
` [PATCH v1 3/3] spi: xilinx: Make num_chipselect 8-bit in the struct xspi_platform_data

[PATCH v2 0/3] spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
 2024-03-08 12:11 UTC  (8+ messages)
` [PATCH v2 1/3] spi: pxa2xx: Kill pxa2xx_set_spi_info()
` [PATCH v2 2/3] spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller
` [PATCH v2 3/3] spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c

[PATCH v4 0/5] Add QPIC SPI NAND driver
 2024-03-08 10:34 UTC  (7+ messages)
` [PATCH v4 1/5] spi: dt-bindings: Introduce qcom,spi-qpic-snand
` [PATCH v4 2/5] drivers: mtd: nand: Add qpic_common API file
` [PATCH v4 3/5] spi: spi-qpic: Add qpic spi nand driver support
` [PATCH v4 4/5] arm64: dts: qcom: ipq9574: Add SPI nand support
` [PATCH v4 5/5] arm64: dts: qcom: ipq9574: Disable eMMC node

Patchwork housekeeping for: spi-devel-general
 2024-03-08  9:56 UTC 

[GIT PULL] SPI fixes for v6.8-rc7
 2024-03-07 20:24 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-03-07 19:56 UTC 

Patchwork summary for: spi-devel-general
 2024-03-07 18:00 UTC 

Patchwork housekeeping for: spi-devel-general
 2024-03-07 17:56 UTC 

[PATCH v1 0/3] spi: Add more consistency to CS handle
 2024-03-07 17:56 UTC  (5+ messages)
` [PATCH v1 1/3] spi: Consistently use BIT for cs_index_mask
` [PATCH v1 2/3] spi: Fix types of the last chip select storage variables
` [PATCH v1 3/3] spi: Introduce SPI_INVALID_CS and is_valid_cs()

[PATCH v1 0/2] spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
 2024-03-07 16:55 UTC  (10+ messages)
` [PATCH v1 1/2] spi: pxa2xx: Kill pxa2xx_set_spi_info()
` [PATCH v1 2/2] spi: pxa2xx: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller

[PATCH v1 1/1] spi: gpio: Make num_chipselect 8-bit in the struct pxa2xx_spi_controller
 2024-03-07 16:12 UTC 

[PATCH v1 1/1] spi: rspi: Get rid of unused struct rspi_plat_data
 2024-03-07 15:50 UTC 

[PATCH v1 0/3] spi: CS code, variables and comments clarification
 2024-03-07 15:08 UTC  (8+ messages)
` [PATCH v1 1/3] spi: Exctract spi_set_all_cs_unused() helper
` [PATCH v1 2/3] spi: Exctract spi_dev_check_cs() helper
` [PATCH v1 3/3] spi: Fix multiple issues with Chip Select variables and comments
` (subset) [PATCH v1 0/3] spi: CS code, variables and comments clarification

[PATCH v3 0/5] Add QPIC SPI NAND driver
 2024-03-07 11:27 UTC  (10+ messages)
` [PATCH v3 1/5] spi: dt-bindings: add binding doc for spi-qpic-snand
` [PATCH v3 2/5] drivers: mtd: nand: Add qpic_common API file
` [PATCH v3 3/5] spi: spi-qpic: Add qpic spi nand driver support
` [PATCH v3 4/5] arm64: dts: qcom: ipq9574: Add SPI nand support
` [PATCH v3 5/5] arm64: dts: qcom: ipq9574: Disable eMMC node

[PATCH v1 1/1] spi: oc-tiny: Remove unused of_gpio.h
 2024-03-07 11:20 UTC  (4+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-03-07  4:56 UTC 

[PATCH 0/5] Add QPIC SPI NAND driver
 2024-03-07  4:10 UTC  (7+ messages)
` [PATCH 3/5] spi: spi-qpic: Add qpic spi nand driver support

Patchwork summary for: spi-devel-general
 2024-03-06 22:20 UTC 

[PATCH] spi: cs42l43: Don't limit native CS to the first chip select
 2024-03-06 22:14 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-03-06 22:00 UTC 

Patchwork summary for: spi-devel-general
 2024-03-06 14:10 UTC 

[PATCH v3 00/12] spi: s3c64xx: remove OF alias ID dependency
 2024-03-06 14:08 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-03-05 20:50 UTC 

[PATCH v2 0/3] spi: axi-spi-engine: small cleanups
 2024-03-05 20:42 UTC  (9+ messages)
` [PATCH v2 1/3] spi: axi-spi-engine: remove p from struct spi_engine_message_state
` [PATCH v2 2/3] spi: axi-spi-engine: use __counted_by() attribute
` [PATCH v2 3/3] spi: axi-spi-engine: use struct_size() macro

[PATCH] spi: dt-bindings: samsung: make dma properties not required
 2024-03-05 20:42 UTC  (9+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-03-04 16:56 UTC 

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

[PATCH v2 0/3] Virtio SPI Linux driver
 2024-03-04 15:43 UTC  (4+ messages)
` [PATCH v2 1/3] virtio: Add ID for virtio SPI
` [PATCH v2 2/3] virtio-spi: Add virtio-spi.h
` [PATCH v2 3/3] virtio-spi: Add virtio SPI driver

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-03-03 13:09 UTC  (8+ messages)
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h in iio_device_alloc()

[PATCH 0/3] spi: axi-spi-engine: small cleanups
 2024-03-01 20:45 UTC  (7+ messages)
` [PATCH 1/3] spi: axi-spi-engine: remove p from struct spi_engine_message_state
` [PATCH 2/3] spi: axi-spi-engine: use __counted_by() attribute
` [PATCH 3/3] spi: axi-spi-engine: use struct_size() macro


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