Linux-SPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-24 20:16:24 to 2024-03-07 16:53:50 UTC [more...]

[PATCH v1 0/2] spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
 2024-03-07 16:53 UTC  (9+ 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: xilinx: Massage xilinx_spi.h
 2024-03-07 15:43 UTC  (4+ 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 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 v1 0/3] spi: Add more consistency to CS handle
 2024-03-07 15:01 UTC  (4+ 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 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 

[RFC PATCH v3 0/3] Virtio SPI Linux driver compliant to draft spec V10
 2024-03-06 16:18 UTC  (14+ 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-06 14:10 UTC 

[PATCH v3 00/12] spi: s3c64xx: remove OF alias ID dependency
 2024-03-06 14:08 UTC  (5+ messages)
` [PATCH v3 12/12] spi: s3c64xx: switch exynos850 to new port config data

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)

[PATCH 00/13] spi: axi-spi-engine: add offload support
 2024-03-05 18:50 UTC  (5+ messages)
` [PATCH 01/13] spi: add core support for controllers with offload capabilities

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  (38+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
  ` (subset) "
` [PATCH v4 2/8] overflow: Add struct_size_with_data() and struct_data_pointer() helpers
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 4/8] iio: core: Calculate alloc_size only once in iio_device_alloc()
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h "
` [PATCH v4 6/8] spi: Use new helpers from overflow.h in __spi_alloc_controller()
` [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
` [PATCH v4 8/8] dmaengine: ste_dma40: Use new helpers from overflow.h

[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

[PATCH v4 00/39] Add support for sam9x7 SoC family
 2024-03-01 10:51 UTC  (15+ messages)
` [PATCH v4 12/39] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
` [PATCH v4 16/39] spi: dt-bindings: atmel,at91rm9200-spi: remove 9x60 compatible from list
` (subset) [PATCH v4 00/39] Add support for sam9x7 SoC family

Patchwork summary for: spi-devel-general
 2024-02-29 20:40 UTC 

[PATCH v2 1/1] spi: pic32: Replace of_gpio.h by proper one
 2024-02-29 20:36 UTC  (2+ messages)

[PATCH v1 1/1] spi: stm32-qspi: Replace of_gpio.h by proper one
 2024-02-29 20:36 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 13/21] spi: intel-pci: Add support for Lunar Lake-M SPI serial flash
 2024-02-29 15:49 UTC 

[PATCH AUTOSEL 6.7 14/26] spi: omap2-mcspi: Revert FIFO support without DMA
 2024-02-29 15:48 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 15/26] spi: intel-pci: Add support for Lunar Lake-M SPI serial flash

[PATCH v1 0/3] Virtio SPI Linux driver
 2024-02-29 14:00 UTC  (6+ messages)
` [PATCH v1 1/3] virtio: Add ID for virtio SPI
` [PATCH v1 2/3] virtio-spi: Add virtio-spi.h
` [PATCH v1 3/3] virtio-spi: Add virtio SPI driver

[PATCH] spi: spi_amd: Add support for SPI MEM framework
 2024-02-29 13:45 UTC 

[PATCH v1 1/1] spi: oc-tiny: Replace of_gpio.h by proper one
 2024-02-28 19:47 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.8-rc5
 2024-02-28 19:21 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-02-28 16:00 UTC 

[PATCH v8 00/38] ep93xx device tree conversion
 2024-02-28  8:23 UTC  (5+ messages)
` [PATCH v8 14/38] dt-bindings: spi: Add Cirrus EP93xx
` [PATCH v8 15/38] spi: ep93xx: add DT support for "

Increasing build coverage for drivers/spi/spi-ppc4xx.c
 2024-02-28  5:37 UTC  (9+ messages)

[PATCH 0/3] spi: ppc4xx: Various fixes
 2024-02-27 18:20 UTC  (8+ messages)
` [PATCH 2/3] spi: ppc4xx: Fix fallout from rename in struct spi_bitbang
` (subset) [PATCH 0/3] spi: ppc4xx: Various fixes

[PATCH v2 0/5] spi: add support for pre-cooking messages
 2024-02-27 16:36 UTC  (8+ messages)
` [PATCH v2 1/5] spi: add spi_optimize_message() APIs
` [PATCH v2 5/5] iio: adc: ad7380: use spi_optimize_message()
` (subset) [PATCH v2 0/5] spi: add support for pre-cooking messages

[PATCH v4 0/4] spi: cadence-qspi: Fix runtime PM and system-wide suspend
 2024-02-27 12:00 UTC  (9+ messages)

Patchwork summary for: spi-devel-general
 2024-02-26 19:20 UTC 

Patchwork summary for: spi-devel-general
 2024-02-26 16:50 UTC 

[PATCH v2] spi: spi-mem: add statistics support to ->exec_op() calls
 2024-02-26 16:42 UTC  (2+ messages)

[PATCH v8 0/9] Add octal DTR support for Macronix flash
 2024-02-26  2:02 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).