linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-29 09:04:17 to 2021-12-14 11:57:45 UTC [more...]

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

[PATCH v5 00/13] Pipelined ECC engines & Macronix support
 2021-12-14 11:41 UTC  (14+ messages)
` [PATCH v5 01/13] mtd: nand: ecc: Provide a helper to retrieve a pilelined engine device
` [PATCH v5 02/13] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v5 03/13] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v5 04/13] spi: spi-mem: Create a helper to gather all the supports_op checks
` [PATCH v5 05/13] spi: spi-mem: Export the spi_mem_generic_supports_op() helper
` [PATCH v5 06/13] spi: spi-mem: Add an ecc_en parameter to the spi_mem_op structure
` [PATCH v5 07/13] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v5 08/13] spi: mxic: Fix the transmit path
` [PATCH v5 09/13] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v5 10/13] spi: mxic: Create a helper to ease the start of "
` [PATCH v5 11/13] spi: mxic: Add support for direct mapping
` [PATCH v5 12/13] spi: mxic: Use spi_mem_generic_supports_op()
` [PATCH v5 13/13] spi: mxic: Add support for pipelined ECC operations

[PATCH] Revert "spi: spi-zynqmp-gqspi: add mutex locking for exec_op"
 2021-12-14 11:01 UTC  (2+ messages)

[PATCH 0/3] Apple SPI controller driver
 2021-12-13 17:54 UTC  (11+ messages)
` [PATCH 1/3] MAINTAINERS: Add apple-spi driver & binding files
` [PATCH 2/3] dt-bindings: spi: apple,spi: Add binding for Apple SPI controllers
` [PATCH 3/3] spi: apple: Add driver for Apple SPI controller

[PATCH v6 0/4] Add basic SoC support for mediatek mt8195
 2021-12-13 16:04 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: arm: mediatek: add mt8195 pericfg compatible
` [PATCH v6 2/4] dt-bindings: spi: add new clock name 'axi' for spi nor
` [PATCH v6 3/4] dt-bindings: pinctrl: mt8195: add 'pins' wrapping node
` [PATCH v6 4/4] arm64: dts: Add mediatek SoC mt8195 and evaluation board

[PATCH v2 0/6] Support Spi in i2c-multi-instantiate driver
 2021-12-13 11:40 UTC  (10+ messages)
` [PATCH v2 1/6] spi: Export acpi_spi_find_controller_by_adev to be used externally
` [PATCH v2 2/6] spi: Make spi_alloc_device and spi_add_device public again
` [PATCH v2 3/6] platform/x86: i2c-multi-instantiate: Move it to drivers/acpi folder
` [PATCH v2 4/6] ACPI: i2c-multi-instantiate: Rename it for a generic bus driver name
` [PATCH v2 5/6] ACPI: bus-multi-instantiate: Reorganize I2C functions
` [PATCH v2 6/6] ACPI: bus-multi-instantiate: Add SPI support

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-12-13  4:59 UTC  (2+ messages)

[PATCH v4 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2021-12-10 22:08 UTC  (4+ messages)
` [PATCH v4 1/2] SPI: Add SPI driver for Sunplus SP7021
` [PATCH v4 2/2] devicetree: bindings SPI Add bindings doc "

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

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

[PATCH v3 0/3] Stacked/parallel memories bindings
 2021-12-10 20:07 UTC  (17+ 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

[PATCH 1/3] spi: Revert "spi: Remove unused function spi_busnum_to_master()"
 2021-12-10 18:22 UTC  (10+ 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

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

[PATCH v4 00/12] External ECC engines & Macronix support
 2021-12-10 17:15 UTC  (15+ messages)
` [PATCH v4 01/12] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v4 02/12] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v4 03/12] spi: spi-mem: Create a helper to gather all the supports_op checks
` [PATCH v4 04/12] spi: spi-mem: Add an ecc_en parameter to the spi_mem_op structure
` [PATCH v4 05/12] spi: spi-mem: Export the spi_mem_generic_supports_op() helper
` [PATCH v4 06/12] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v4 07/12] spi: mxic: Fix the transmit path
` [PATCH v4 08/12] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v4 09/12] spi: mxic: Create a helper to ease the start of "
` [PATCH v4 10/12] spi: mxic: Add support for direct mapping
` [PATCH v4 11/12] spi: mxic: Use spi_mem_generic_supports_op()
` [PATCH v4 12/12] spi: mxic: Add support for pipelined ECC operations

[PATCH v2] spi: Fix incorrect cs_setup delay handling
 2021-12-10 17:05 UTC 

[PATCH] spi: Fix incorrect cs_setup delay handling
 2021-12-10 16:39 UTC  (4+ messages)

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

Patchwork housekeeping for: spi-devel-general
 2021-12-09 17:57 UTC 

[PATCH 0/2] dt-bindings: spi: atmel,quadspi: Define sama7g5 QSPI
 2021-12-09 17:26 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: spi: atmel,quadspi: Convert to json-schema
` [PATCH 2/2] dt-bindings: spi: atmel,quadspi: Define sama7g5 QSPI

[PATCH v3 0/5] Add support for Intel Thunder Bay SPI controller
 2021-12-09  8:40 UTC  (11+ messages)
` [PATCH v3 3/5] spi: dw: Add support for master mode selection for DWC SSI controller

[PATCH 1/1] spi: lpspi: Add support for 'num-cs' property
 2021-12-08 13:56 UTC  (4+ messages)
  ` (EXT) "

[PATCH v3 00/22] External ECC engines & Macronix support
 2021-12-07 10:53 UTC  (25+ 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

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

[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  (12+ messages)
` [PATCH V6 3/7] dt-bindings: timer: tpm-timer: Add imx8ulp compatible string
` [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 v2 0/5] Stacked/parallel memories bindings
 2021-12-02 15:51 UTC  (15+ messages)
` [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  (7+ messages)
` [PATCH v2 03/20] dt-bindings: mtd: nand-chip: Create a NAND chip description

[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  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] SPI: Add SPI driver for Sunplus SP7021

[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  (9+ messages)
` [PATCH 2/2] spi: tegra210-quad: add acpi support

[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  (11+ messages)
` [PATCH 5/8] tty: serial: samsung: Enable console as module

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


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