linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-25 09:13:27 to 2021-12-07 09:57:17 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2021-12-07  9:57 UTC 

[PATCH v3 00/22] External ECC engines & Macronix support
 2021-12-07  9:46 UTC  (24+ messages)
` [PATCH v3 01/22] dt-bindings: mtd: nand-controller: Fix the reg property description
` [PATCH v3 02/22] dt-bindings: mtd: nand-controller: Fix a comment in the examples
` [PATCH v3 03/22] dt-bindings: mtd: nand-controller: Harmonize the property types
` [PATCH v3 04/22] dt-bindings: mtd: nand-chip: Create a NAND chip description
` [PATCH v3 05/22] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml
` [PATCH v3 06/22] dt-bindings: vendor-prefixes: Clarify Macronix prefix
` [PATCH v3 07/22] dt-bindings: spi: mxic: The interrupt property is not mandatory
` [PATCH v3 08/22] dt-bindings: spi: mxic: Convert to yaml
` [PATCH v3 09/22] dt-bindings: spi: mxic: Document the nand-ecc-engine property
` [PATCH v3 10/22] dt-bindings: mtd: Describe Macronix NAND ECC engine
` [PATCH v3 11/22] mtd: spinand: macronix: Use random program load
` [PATCH v3 12/22] mtd: nand: ecc: Add infrastructure to support hardware engines
` [PATCH v3 13/22] mtd: nand: Add a new helper to retrieve the ECC context
` [PATCH v3 14/22] mtd: nand: mxic-ecc: Add Macronix external ECC engine support
` [PATCH v3 15/22] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v3 16/22] mtd: spinand: Delay a little bit dirmap creation
` [PATCH v3 17/22] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v3 18/22] spi: mxic: Fix the transmit path
` [PATCH v3 19/22] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v3 20/22] spi: mxic: Create a helper to ease the start of "
` [PATCH v3 21/22] spi: mxic: Add support for direct mapping
` [PATCH v3 22/22] spi: mxic: Add support for pipelined ECC operations

[PATCH v3 0/3] Stacked/parallel memories bindings
 2021-12-07  8:44 UTC  (15+ messages)
` [PATCH v3 1/3] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v3 2/3] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v3 3/3] spi: dt-bindings: Add an example with two stacked flashes

[GIT PULL] SPI fixes for v5.16-rc4
 2021-12-06 19:32 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-12-06 10:57 UTC 

[PATCH] driver:spi: change clk_disable_unprepare to clk_unprepare
 2021-12-06 10:19 UTC 

[PATCH V6 0/7] dt-bindinds/dts: support i.MX8ULP
 2021-12-06  3:11 UTC  (16+ 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

"街頭演説の手伝い"の内容確認
 2021-12-05 13:16 UTC 

[PATCH 1/3] spi: Revert "spi: Remove unused function spi_busnum_to_master()"
 2021-12-03 11:35 UTC  (8+ messages)
` [PATCH 2/3] spi: Make spi_alloc_device and spi_add_device public again
` [PATCH 3/3] platform/x86: Support Spi in i2c-multi-instantiate driver

[PATCH v2 0/5] Stacked/parallel memories bindings
 2021-12-02 15:51 UTC  (16+ messages)
` [PATCH v2 1/5] spi: dt-bindings: Allow describing flashes with two CS
` [PATCH v2 2/5] dt-bindings: mtd: spi-nor: Allow external properties
` [PATCH v2 3/5] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v2 4/5] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v2 5/5] spi: dt-bindings: Add an example with two stacked flashes

[PATCH v2 00/20] External ECC engines & Macronix support
 2021-12-01 23:20 UTC  (33+ 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 v2 03/20] dt-bindings: mtd: nand-chip: Create a NAND chip description
` [PATCH v2 04/20] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml
` [PATCH v2 05/20] dt-bindings: vendor-prefixes: Clarify Macronix prefix
` [PATCH v2 06/20] dt-bindings: spi: mxic: The interrupt property is not mandatory
` [PATCH v2 07/20] dt-bindings: spi: mxic: Convert to yaml
` [PATCH v2 08/20] dt-bindings: spi: mxic: Document the nand-ecc-engine property
` [PATCH v2 09/20] dt-bindings: mtd: Describe Macronix NAND ECC engine
` [PATCH v2 10/20] mtd: spinand: macronix: Use random program load
` [PATCH v2 11/20] mtd: nand: ecc: Add infrastructure to support hardware engines
` [PATCH v2 12/20] mtd: nand: Add a new helper to retrieve the ECC context
` [PATCH v2 13/20] mtd: nand: mxic-ecc: Add Macronix external ECC engine support
` [PATCH v2 14/20] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v2 15/20] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v2 16/20] spi: mxic: Fix the transmit path
` [PATCH v2 17/20] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v2 18/20] spi: mxic: Create a helper to ease the start of "
` [PATCH v2 19/20] spi: mxic: Add support for direct mapping
` [PATCH v2 20/20] spi: mxic: Add support for pipelined ECC operations

[PATCH] spi: fix erroneous logic inversion in spi_match_id() usage
 2021-12-01 19:54 UTC  (5+ messages)

[PATCH 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2021-12-01 19:28 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] SPI: Add SPI driver for Sunplus SP7021
  ` [PATCH v3 2/2] devicetree: bindings SPI Add bindings doc "

[PATCH v3 0/3] Add bindings for peripheral-specific SPI controller properties
 2021-12-01 18:32 UTC  (5+ messages)

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

[PATCH] spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
 2021-11-30 17:22 UTC 

[PATCH 1/2] spi: tegra210-quad: use devm call for cdata memory
 2021-11-30 16:13 UTC  (10+ messages)
` [PATCH 2/2] spi: tegra210-quad: add acpi support
` (subset) [PATCH 1/2] spi: tegra210-quad: use devm call for cdata memory

[PATCH 00/13]Update the icicle kit device tree
 2021-11-30  8:35 UTC  (17+ 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 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng

[PATCH 0/8] soc: samsung: Add USIv2 driver
 2021-11-30  0:01 UTC  (27+ messages)
` [PATCH 1/8] dt-bindings: soc: samsung: Add Exynos USIv2 bindings
` [PATCH 2/8] dt-bindings: soc: samsung: Add Exynos USIv2 bindings doc
` [PATCH 3/8] soc: samsung: Add USIv2 driver
` [PATCH 4/8] tty: serial: samsung: Remove USI initialization
` [PATCH 5/8] tty: serial: samsung: Enable console as module
` [PATCH 6/8] tty: serial: Make SERIAL_SAMSUNG=y impossible when EXYNOS_USI_V2=m
` [PATCH 7/8] i2c: Make I2C_EXYNOS5=y "
` [PATCH 8/8] spi: Make SPI_S3C64XX=y "

[PATCH v1 1/3] ARM: pxa/lubbock: Replace custom ->cs_control() by GPIO lookup table
 2021-11-29 16:45 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: spi: spi-rockchip: Add rk3568-spi compatible
 2021-11-29 12:01 UTC  (2+ messages)

[RFC] sti: Conflict in node name for an IP supporting both I2C and SPI
 2021-11-29 11:28 UTC  (3+ messages)

[PATCH 0/2] spi: atmel: Clean usage of DMA
 2021-11-27  1:30 UTC  (4+ 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

Form submission from: Contact Us
 2021-11-27  0:29 UTC 

[PATCH 1/3] dt-bindings: spi: spi-rockchip: Add rk3568-spi compatible
 2021-11-26 15:43 UTC 

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

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

[PATCH 0/2] spi transfer paramater changes and baud rate calculation
 2021-11-25 13:37 UTC  (2+ messages)

[PATCH V5 0/8] dt-bindinds/dts: support i.MX8ULP
 2021-11-25  9:32 UTC  (4+ messages)

[PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
 2021-11-25  9:32 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 NNTP newsgroup(s).