linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-16 01:58:59 to 2021-11-26 11:54:45 UTC [more...]

[PATCH v2 00/20] External ECC engines & Macronix support
 2021-11-26 11:39 UTC  (3+ messages)
` [PATCH v2 01/20] dt-bindings: mtd: nand-controller: Fix the reg property description
` [PATCH v2 02/20] dt-bindings: mtd: nand-controller: Fix a comment in the examples

[PATCH 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2021-11-26 10:36 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] SPI: Add SPI driver for Sunplus SP7021
` [PATCH v3 0/2] Add SPI control driver for Sunplus SP7021 SoC
  ` [PATCH v3 1/2] SPI: Add SPI driver for Sunplus SP7021
  ` [PATCH v3 2/2] devicetree: bindings SPI Add bindings doc "

Patchwork housekeeping for: spi-devel-general
 2021-11-26  7:57 UTC 

[PATCH V6 0/7] dt-bindinds/dts: support i.MX8ULP
 2021-11-26  7:40 UTC  (8+ messages)
` [PATCH V6 1/7] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V6 2/7] dt-bindings: serial: fsl-lpuart: "
` [PATCH V6 3/7] dt-bindings: timer: tpm-timer: "
` [PATCH V6 4/7] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V6 5/7] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V6 6/7] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp
` [PATCH V6 7/7] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

[RFC] sti: Conflict in node name for an IP supporting both I2C and SPI
 2021-11-25 21:04 UTC 

[PATCH 0/2] spi transfer paramater changes and baud rate calculation
 2021-11-25 13:37 UTC  (4+ messages)
` [PATCH 1/2] spi: bcm-qspi: choose sysclk setting based on requested speed
` [PATCH 2/2] spi: bcm-qspi: set transfer parameter only if they change

[PATCH 1/2] spi: tegra210-quad: use devm call for cdata memory
 2021-11-25 12:59 UTC  (3+ messages)
` [PATCH 2/2] spi: tegra210-quad: add acpi support

[PATCH 0/2] spi: atmel: Clean usage of DMA
 2021-11-25 12:41 UTC  (3+ messages)
` [PATCH 1/2] spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()
` [PATCH 2/2] spi: atmel: Remove setting of deprecated member of struct dma_slave_config

[PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP
 2021-11-25  9:32 UTC  (13+ messages)
` [PATCH V5 1/8] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
` [PATCH V5 2/8] dt-bindings: serial: fsl-lpuart: "
` [PATCH V5 3/8] dt-bindings: spi: fsl-lpspi: "
` [PATCH V5 4/8] dt-bindings: timer: tpm-timer: "
` [PATCH V5 5/8] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V5 6/8] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V5 7/8] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp
` [PATCH V5 8/8] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board
` (subset) [PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP

[PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
 2021-11-25  9:32 UTC  (5+ messages)

[bug report] spi: imx: add a check for speed_hz before calculating the clock
 2021-11-25  8:21 UTC 

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-24 17:39 UTC  (18+ messages)
` [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v2 02/11] ASoC: dai_dma: remove slave_id field
` [PATCH v2 03/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH v2 04/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH v2 05/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH v2 06/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH v2 07/11] dmaengine: sprd: "
` [PATCH v2 08/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH v2 09/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH v2 10/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH v2 11/11] dmaengine: remove slave_id config field

[PATCH v3 1/3] spi: Fix condition in the __spi_register_driver()
 2021-11-24 17:37 UTC  (7+ messages)
` [PATCH v3 2/3] spi: Replace memset() with __GFP_ZERO
` [PATCH v3 3/3] spi: Fix multi-line comment style
` (subset) [PATCH v3 1/3] spi: Fix condition in the __spi_register_driver()

[PATCH 00/18] External ECC engines & Macronix support
 2021-11-24 13:54 UTC  (6+ messages)
` [PATCH 04/18] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml

[PATCH] spidev: Make probe to fail early if a spidev compatible is used
 2021-11-24  7:27 UTC  (7+ messages)

[PATCH v1 1/3] ARM: pxa/lubbock: Replace custom ->cs_control() by GPIO lookup table
 2021-11-23 19:27 UTC  (3+ messages)
` [PATCH v1 2/3] spi: pxa2xx: Get rid of unused ->cs_control()
` [PATCH v1 3/3] spi: pxa2xx: Get rid of unused enable_loopback member

[PATCH v1 1/1] spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data
 2021-11-23 16:57 UTC  (2+ messages)

[PATCH v1 1/1] spi: spidev: Use SPI_MODE_USER_MASK instead of casting
 2021-11-23 16:57 UTC  (2+ messages)

[PATCH v2 1/3] spi: Deduplicate spi_match_id() in __spi_register_driver()
 2021-11-23 16:57 UTC  (4+ messages)
` [PATCH v2 2/3] spi: Replace memset() with __GFP_ZERO
` [PATCH v2 3/3] spi: Fix multi-line comment style

[PATCH v1 1/2] spi: deduplicate spi_match_id() in __spi_register_driver()
 2021-11-23 16:51 UTC  (9+ messages)
` [PATCH v1 2/2] spi: Fix multi-line comment style

[PATCH V4 0/9] dt-bindinds/dts: support i.MX8ULP
 2021-11-23 11:50 UTC  (4+ messages)
` [PATCH V5 8/9] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp

[PATCH 00/13]Update the icicle kit device tree
 2021-11-23 11:35 UTC  (16+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 12/13] riscv: icicle-kit: update microchip icicle kit device tree
` [PATCH 04/13] dt-bindings: riscv: update microchip polarfire binds

[PATCH] dt-bindings: spi: Add resets to the PL022 bindings
 2021-11-23  0:00 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-11-22 22:56 UTC 

[PATCH 1/2] ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"
 2021-11-22 16:04 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: spi: cadence-quadspi: document "intel,socfpga-qspi"

[PATCH v2] spi: docs: improve the SPI userspace API documentation
 2021-11-22  8:08 UTC  (2+ messages)

[PATCH] dt-bindings: Remove Netlogic bindings
 2021-11-22  7:41 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-11-22  2:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2021-11-20 11:56 UTC 

[PATCH 1/4] mtd: dataflash: Warn about failure to unregister mtd device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 2/4] mtd: mchp23k256: Warn about failure to unregister mtd device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 3/4] mtd: mchp48l640: Warn about failure to unregister mtd device
 2021-11-19 18:35 UTC  (2+ messages)

[PATCH 4/4] mtd: sst25l: Warn about failure to unregister mtd device
 2021-11-19 18:34 UTC  (2+ messages)

[PATCH] spi: docs: improve the SPI userspace API documentation
 2021-11-19 18:01 UTC  (7+ messages)

[PATCH v3 0/5] Add support for Intel Thunder Bay SPI controller
 2021-11-19 16:55 UTC  (16+ messages)
` [PATCH v3 1/5] dt-bindings: spi: Add SSTE support for DWC SSI controller
` [PATCH v3 3/5] spi: dw: Add support for master mode selection "
` [PATCH v3 4/5] dt-bindings: spi: Add bindings for Intel Thunder Bay SoC

Patchwork housekeeping for: spi-devel-general
 2021-11-19 12:57 UTC 

[GIT PULL] SPI fixes for v5.16-rc1
 2021-11-18 22:56 UTC  (2+ messages)

[PATCH v3 0/3] Add bindings for peripheral-specific SPI controller properties
 2021-11-18 22:23 UTC  (7+ messages)
` [PATCH v3 1/3] spi: dt-bindings: add schema listing peripheral-specific properties
` [PATCH v3 2/3] spi: dt-bindings: cdns,qspi-nor: Move peripheral-specific properties out
` [PATCH v3 3/3] dt-bindings: mtd: spi-nor: Add a reference to spi-peripheral-props.yaml

Patchwork summary for: spi-devel-general
 2021-11-18 19:20 UTC 

[PATCH v2 0/3] RSPI driver support for RZ/G2L
 2021-11-18 19:18 UTC  (5+ messages)
` [PATCH v2 1/3] spi: dt-bindings: renesas,rspi: Document RZ/G2L SoC
` [PATCH v2 2/3] spi: spi-rspi: Add support to deassert/assert reset line
` [PATCH v2 3/3] spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()

[PATCH 1/3] spi: qcom: geni: remove unused defines
 2021-11-18 19:06 UTC  (8+ messages)
` [PATCH 2/3] spi: qcom: geni: set the error code for gpi transfer
` [PATCH 3/3] spi: qcom: geni: handle timeout for gpi mode

Patchwork housekeeping for: spi-devel-general
 2021-11-18 13:57 UTC 

[PATCH v4 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2021-11-18 13:05 UTC  (4+ messages)
` [PATCH v4 1/3] mtd: spi-nor: intel-spi: Disable write protection only if asked
` [PATCH v4 2/3] mtd: spi-nor: intel-spi: Convert to SPI MEM
` [PATCH v4 3/3] Documentation / MTD: Rename the intel-spi driver

[PATCH] spi: hisi-kunpeng: Fix the debugfs directory name incorrect
 2021-11-17 22:31 UTC  (2+ messages)

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-17 21:35 UTC  (12+ messages)
` [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
` [PATCH v3 05/11] spi: dw: Add Pensando Elba SoC SPI Controller bindings

[PATCH 0/3] SPI driver support for RZ/G2L
 2021-11-17 14:17 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: spi: renesas,rspi: Document RZ/G2L SoC
` [PATCH 2/3] spi: spi-rspi: Add support to deassert/assert reset line
` [PATCH 3/3] spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()

[PATCH v5] spi: spi-geni-qcom: Add support for GPI dma
 2021-11-17  4:34 UTC  (5+ messages)

Patchwork summary for: spi-devel-general
 2021-11-16 17:50 UTC 

[PATCH v3 0/7] spi: dw: Cleanup macros/funcs naming and add IP-core version support
 2021-11-16 17:48 UTC  (6+ messages)
` [PATCH v3 7/7] spi: dw: Define the capabilities in a continuous bit-flags set

[PATCH v2 0/7] Add SPI Multi I/O Bus Controller support for RZ/G2L
 2021-11-16 11:11 UTC  (14+ messages)
` [PATCH v2 1/7] dt-bindings: memory: renesas,rpc-if: Add support for the R9A07G044
  ` (subset) "
` [PATCH v2 2/7] dt-bindings: memory: renesas,rpc-if: Add optional interrupts property
  ` (subset) "
` [PATCH v2 5/7] memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails
  ` (subset) "
` [PATCH v2 6/7] memory: renesas-rpc-if: Drop usage of RPCIF_DIRMAP_SIZE macro
  ` (subset) "
` [PATCH v2 7/7] memory: renesas-rpc-if: Add support for RZ/G2L
  ` (subset) "

[PATCH 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-16  4:28 UTC  (7+ messages)
` [PATCH 06/11] dmaengine: sprd: stop referencing config->slave_id
` [PATCH 08/11] dmaengine: xilinx_dpdma: stop using slave_id field

Patchwork housekeeping for: spi-devel-general
 2021-11-16  1: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).