linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/2] soi: Don't call DMA sync API when not needed
 2024-05-22 17:09 UTC  (3+ messages)
` [PATCH v1 1/2] spi: Don't mark message DMA mapped when no transfer in it is
` [PATCH v1 2/2] spi: Check if transfer is mapped before calling DMA sync APIs

[PATCH] spi: dt-bindings: marvell,mmp2-ssp: Merge PXA SSP into schema
 2024-05-22 15:45 UTC  (3+ messages)

[PATCH v1 1/1] spi: Remove unneded check for orig_nents
 2024-05-22 15:24 UTC  (15+ messages)

[PATCH 0/4] spi: differentiate between unsupported and invalid requests
 2024-05-22 14:52 UTC  (5+ messages)
` [PATCH 1/4] spi: dw: "
` [PATCH 2/4] spi: mxic: "
` [PATCH 3/4] spi: rpc-if: "
` [PATCH 4/4] spi: wpcm-fiu: "

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

[PATCH RFC v2 0/8] spi: axi-spi-engine: add offload support
 2024-05-22 12:08 UTC  (26+ 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

[PATCH v1 1/1] spi: pxa2xx: Move PXA SSP bindings to the correct folder
 2024-05-21 14:02 UTC  (7+ messages)

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

[PATCH] spi: stm32: Don't warn about spurious interrupts
 2024-05-21 10:52 UTC 

[PATCH v4 0/5] Marvell HW overlay support for Cadence xSPI
 2024-05-21 10:33 UTC  (7+ messages)
` [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 5/5] spi: cadence: Add MRVL overlay xfer operation support

[PATCH v2] spidev: Introduce "linux,spidev-name" property for device tree of spidev
 2024-05-20 20:14 UTC  (4+ messages)

[PATCH] spi: imx: remove empty cleanup function
 2024-05-20 16:59 UTC 

[PATCH v5 0/7] Add QPIC SPI NAND driver
 2024-05-20 15:25 UTC  (12+ messages)
` [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 7/7] arm64: dts: qcom: ipq9574: Disable eMMC node

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

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-16 11:28 UTC  (2+ 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 


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