linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] spidev: Introduce "linux,spidev-name" property for device tree of spidev
 2024-05-20 13:20 UTC  (2+ messages)

[PATCH v5 0/7] Add QPIC SPI NAND driver
 2024-05-20 12:43 UTC  (15+ messages)
` [PATCH v5 1/7] spi: dt-bindings: Introduce qcom,spi-qpic-snand
` [PATCH v5 2/7] mtd: rawnand: qcom: cleanup qcom_nandc driver
` [PATCH v5 3/7] mtd: rawnand: qcom: Add qcom prefix to common api
` [PATCH v5 4/7] drivers: mtd: nand: Add qpic_common API file
` [PATCH v5 5/7] spi: spi-qpic: add driver for QCOM SPI NAND flash Interface
` [PATCH v5 6/7] arm64: dts: qcom: ipq9574: Add SPI nand support
` [PATCH v5 7/7] arm64: dts: qcom: ipq9574: Disable eMMC node

[PATCH v1 1/1] spi: pxa2xx: Move PXA SSP bindings to the correct folder
 2024-05-20 10:47 UTC  (5+ messages)

[PATCH v1 0/3] spi: gpio: Convert to be used outside of OF
 2024-05-20  9:28 UTC  (6+ messages)
` [PATCH v1 1/3] spi: gpio: Make use of device properties
` [PATCH v1 2/3] spi: gpio: Use traditional pattern when checking error codes
` [PATCH v1 3/3] spi: gpio: Make num_chipselect 8-bit in the struct spi_gpio_platform_data

Patchwork housekeeping for: spi-devel-general
 2024-05-19 21:56 UTC 

[PATCH] spidev: Introduce "linux,spidev-name" property for device tree of spidev
 2024-05-19 21:18 UTC  (3+ messages)

[PATCH RFC v2 0/8] spi: axi-spi-engine: add offload support
 2024-05-19 12:53 UTC  (21+ messages)
` [PATCH RFC v2 1/8] spi: dt-bindings: spi-peripheral-props: add spi-offloads property
` [PATCH RFC v2 2/8] spi: add basic support for SPI offloading
` [PATCH RFC v2 3/8] spi: add support for hardware triggered offload
` [PATCH RFC v2 4/8] spi: add offload xfer flags
` [PATCH RFC v2 5/8] spi: dt-bindings: axi-spi-engine: document spi-offloads
` [PATCH RFC v2 6/8] spi: axi-spi-engine: add offload support
` [PATCH RFC v2 7/8] dt-bindings: iio: adc: adi,ad7944: add SPI offload properties
` [PATCH RFC v2 8/8] iio: adc: ad7944: add support for SPI offload

From Financial Crimes Enforcement Network
 2024-05-18 21:23 UTC 

[PATCH v3 00/40] fsi: Add interrupt support
 2024-05-18  1:03 UTC  (46+ messages)
` [PATCH v3 01/40] fsi: hub: Set master index to link number plus one
` [PATCH v3 02/40] fsi: Move slave definitions to fsi-slave.h
` [PATCH v3 03/40] fsi: Fix slave addressing after break command
` [PATCH v3 04/40] fsi: Use a defined value for default echo delay
` [PATCH v3 05/40] fsi: Calculate local bus clock frequency
` [PATCH v3 06/40] fsi: core: Improve master read/write/error traces
` [PATCH v3 07/40] fsi: core: Add slave error trace
` [PATCH v3 08/40] fsi: core: Reset errors instead of clearing interrupts
` [PATCH v3 09/40] fsi: aspeed: Add AST2700 support
` [PATCH v3 10/40] fsi: core: Add slave spinlock
` [PATCH v3 11/40] fsi: core: Allow cfam device type aliases
` [PATCH v3 12/40] fsi: core: Add common regmap master functions
` [PATCH v3 13/40] fsi: core: Disable relative addressing during scan
` [PATCH v3 14/40] fsi: hub: Use common initialization and link enable
` [PATCH v3 15/40] fsi: aspeed: "
` [PATCH v3 16/40] fsi: aspeed: Remove cfam reset sysfs file in error path and remove
` [PATCH v3 17/40] fsi: aspeed: Refactor trace functions
` [PATCH v3 18/40] fsi: aspeed: Don't clear all IRQs during OPB transfers
` [PATCH v3 19/40] fsi: aspeed: Only read result register for successful read
` [PATCH v3 20/40] fsi: aspeed: Switch to spinlock
` [PATCH v3 21/40] fsi: aspeed: Disable relative addressing and IPOLL for cfam reset
` [PATCH v3 22/40] fsi: aspeed: Use common master error handler
` [PATCH v3 23/40] fsi: core: Add interrupt support
` [PATCH v3 24/40] fsi: aspeed: "
` [PATCH v3 25/40] fsi: hub: "
` [PATCH v3 26/40] i2c: fsi: Calculate clock divider from local bus frequency
` [PATCH v3 27/40] i2c: fsi: Improve formatting
` [PATCH v3 28/40] i2c: fsi: Change fsi_i2c_write_reg to accept data instead of a pointer
` [PATCH v3 29/40] i2c: fsi: Remove list structure of ports
` [PATCH v3 30/40] i2c: fsi: Define a function to check status error bits
` [PATCH v3 31/40] i2c: fsi: Add boolean for skip stop command on abort
` [PATCH v3 32/40] i2c: fsi: Add interrupt support
` [PATCH v3 33/40] fsi: hub master: Reset hub master after errors
` [PATCH v3 34/40] fsi: core: Add master register read-only sysfs
` [PATCH v3 35/40] fsi: core: Add slave "
` [PATCH v3 36/40] fsi: i2cr: Adjust virtual CFAM ID to match Odyssey chip
` [PATCH v3 37/40] fsi: core: Add different types of CFAM
` [PATCH v3 38/40] spi: fsi: Calculate clock divider from local bus frequency
` [PATCH v3 39/40] ARM: dts: aspeed: P10 and tacoma: Set FSI clock frequency
` [PATCH v3 40/40] ARM: dts: aspeed: P10: Bump SPI max frequencies

[PATCH v1 00/10] spi: pxa2xx: Get rid of an additional layer in PCI driver
 2024-05-17 20:36 UTC  (12+ messages)
` [PATCH v1 01/10] spi: pxa2xx: Reorganize the SSP type retrieval
` [PATCH v1 02/10] spi: pxa2xx: Remove no more needed driver data
` [PATCH v1 03/10] spi: pxa2xx: Remove hard coded number of chip select pins
` [PATCH v1 04/10] spi: pxa2xx: Utilise temporary variable for struct device
` [PATCH v1 05/10] spi: pxa2xx: Print DMA burst size only when DMA is enabled
` [PATCH v1 06/10] spi: pxa2xx: Remove duplicate check
` [PATCH v1 07/10] spi: pxa2xx: Remove superflous check for Intel Atom SoCs
` [PATCH v1 08/10] spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacks
` [PATCH v1 09/10] spi: pxa2xx: Move platform driver to a separate file
` [PATCH v1 10/10] spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directly

rv1108: SPI DMA failure
 2024-05-17 19:49 UTC 

[PATCH v1 0/3] spi: bitbang: Clean up the driver
 2024-05-17 19:40 UTC  (4+ messages)
` [PATCH v1 1/3] spi: bitbang: Use typedef for txrx_*() callbacks
` [PATCH v1 2/3] spi: bitbang: Convert unsigned to unsigned int
` [PATCH v1 3/3] spi: bitbang: Replace hard coded number of SPI modes

[PATCH v1 1/1] spi: Remove unneded check for orig_nents
 2024-05-17 15:40 UTC  (10+ messages)
  ` [PATCH] spi: Remove unneeded "

[PATCH v3] dt-bindings: spi: brcm,bcm2835-spi: convert to dtschema
 2024-05-16  9:30 UTC  (5+ messages)

[PATCH] spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
 2024-05-15 19:26 UTC  (6+ messages)
  ` [PATCH] spi: imx: Don't expect DMA for i.MX{25, 35, 50, 51, 53} "

[PATCH] spi: atmel-quadspi: Add missing check for clk_prepare
 2024-05-15  8:40 UTC 

[GIT PULL] SPI updates for v6.10
 2024-05-14 21:44 UTC  (2+ messages)

[PATCH v5] spi: dt-bindings: Document the IBM FSI-attached SPI controller
 2024-05-14 19:26 UTC 

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

[PATCH v4 00/17] ARM: dts: aspeed: Add IBM P11 BMC Boards
 2024-05-14 15:38 UTC  (6+ messages)
` [PATCH v4 08/17] dt-bindings: fsi: ast2600-fsi-master: Convert to json-schema

Patchwork housekeeping for: spi-devel-general
 2024-05-14 10:56 UTC 

[PATCH v2] spi: stm32: enable controller before asserting CS
 2024-05-14  8:51 UTC  (4+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-05-14  7:57 UTC 

[PATCH v2] dt-bindings: spi: brcm,bcm2835-spi: convert to dtschema
 2024-05-13 16:18 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-05-11  6:56 UTC 

[PATCH] dt-bindings: spi: brcm,bcm2835-spi: convert to dtschema
 2024-05-10 21:50 UTC  (2+ messages)

[PATCH v1 1/1] spi: Replace custom code with device_match_acpi_handle()
 2024-05-10 20:49 UTC 

[PATCH v1 1/1] spi: Refactor spi_stop_queue()
 2024-05-10 20:49 UTC 

spi: Inquiry Regarding Linux Kernel SPI Subsystem device drivers
 2024-05-10 19:09 UTC 

[GIT PULL] SPI fixes for v6.9-rc7
 2024-05-10 17:29 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-05-10  6:30 UTC 

[PATCH] spi: dw: Bail out early on unsupported target mode
 2024-05-10  6:22 UTC  (3+ messages)

[PATCH v4 0/5] Marvell HW overlay support for Cadence xSPI
 2024-05-09 17:22 UTC  (7+ messages)
` [PATCH v4 1/5] spi: cadence: Ensure data lines set to low during dummy-cycle period
` [PATCH v4 2/5] dt-bindings: spi: cadence: Add MRVL overlay bindings documentation for Cadence XSPI
` [PATCH v4 3/5] spi: cadence: Add Marvell xSPI IP overlay changes
` [PATCH v4 4/5] spi: cadence: Allow to read basic xSPI configuration from ACPI
` [PATCH v4 5/5] spi: cadence: Add MRVL overlay xfer operation support

Patchwork summary for: spi-devel-general
 2024-05-09  6:40 UTC 

[PATCH v1] spi: microchip-core-qspi: fix setting spi bus clock rate
 2024-05-09  6:37 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-05-09  1:56 UTC 

[PATCH 0/5] Support for Cadence xSPI Marvell modifications
 2024-05-09  1:07 UTC  (9+ messages)
` [PATCH v3 0/5] Marvell HW overlay support for Cadence xSPI
  ` [PATCH v3 4/5] spi: cadence: Allow to read basic xSPI configuration from ACPI
      ` [EXTERNAL] "

[PATCH] spi: axi-spi-engine: Add SPI_CS_HIGH support
 2024-05-08 16:06 UTC 

Patchwork summary for: spi-devel-general
 2024-05-08 12:10 UTC 

Patchwork housekeeping for: spi-devel-general
 2024-05-08  8:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2024-05-08  6:56 UTC 

[PATCH v3 0/2] Add optional reset control for Cadence SPI
 2024-05-08  5:47 UTC  (3+ messages)
` [PATCH v3 1/2] spi: spi-cadence: Add optional reset control support
` [PATCH v3 2/2] dt-bindings: spi: spi-cadence: Add optional reset control

Patchwork summary for: spi-devel-general
 2024-05-08  2:40 UTC 

[PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
 2024-05-08  2:39 UTC  (3+ messages)

[PATCH v1 1/1] spi: pxa2xx: Drop the stale entry in documentation TOC
 2024-05-08  2:39 UTC  (3+ messages)

[PATCH v3 REBASED] spi: Add capability to perform some transfer with chipselect off
 2024-05-07 16:24 UTC  (2+ 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 NNTP newsgroup(s).