linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 16:17:32 to 2022-01-04 08:56:16 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-01-04  8:56 UTC 

[PATCH v9 00/13] External ECC engines & Macronix support
 2022-01-04  8:36 UTC  (14+ messages)
` [PATCH v9 01/13] spi: spi-mem: Introduce a capability structure
` [PATCH v9 02/13] spi: spi-mem: Check the controller extra capabilities
` [PATCH v9 03/13] spi: cadence-quadspi: Provide a capability structure
` [PATCH v9 04/13] spi: mxic: "
` [PATCH v9 05/13] spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
` [PATCH v9 06/13] spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
` [PATCH v9 07/13] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v9 08/13] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v9 09/13] spi: mxic: Fix the transmit path
` [PATCH v9 10/13] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v9 11/13] spi: mxic: Create a helper to ease the start of "
` [PATCH v9 12/13] spi: mxic: Add support for direct mapping
` [PATCH v9 13/13] spi: mxic: Add support for pipelined ECC operations

[PATCH v1 5/5] HID: add spi-hid, transport driver for HID over SPI bus
 2022-01-03 17:26 UTC 

[PATCH 1/2] ARM: dts: exynos: split dmas into array of phandles in Exynos5250
 2022-01-03 14:41 UTC  (4+ messages)
` [PATCH 2/2] spi: dt-bindings: samsung: convert to dtschema

[PATCH v3 00/17] mtd: spinand: Add Octal DTR SPI (8D-8D-8D) mode support
 2022-01-03 10:36 UTC  (25+ messages)
` [PATCH v3 01/17] spi: spi-mem: Add DTR templates for cmd, address, dummy and data phase
` [PATCH v3 02/17] mtd: spinand: Define macros for Octal DTR ops
` [PATCH v3 03/17] mtd: spinand: Add enum spinand_protocol to indicate current SPI IO mode
` [PATCH v3 04/17] mtd: spinand: Rename 'op_templates' to 'data_ops'
` [PATCH v3 05/17] mtd: spinand: Define ctrl_ops for non-page read/write op templates
` [PATCH v3 06/17] mtd: spinand: Define default ctrl_ops in the core
` [PATCH v3 07/17] mtd: spinand: Switch from op macros usage to 'ctrl_ops' "
` [PATCH v3 08/17] mtd: spinand: Add support for manufacturer-based ctrl_ops variations
` [PATCH v3 09/17] mtd: spinand: Add change_mode() in manufacturer_ops
` [PATCH v3 10/17] mtd: spinand: Add pointer to probed flash's spinand_info
` [PATCH v3 11/17] mtd: spinand: Allow enabling/disabling Octal DTR mode in the core
` [PATCH v3 12/17] mtd: spinand: Add mtd_suspend() to disable Octal DTR mode at suspend
` [PATCH v3 13/17] mtd: spinand: winbond: Add support for write volatile configuration register op
` [PATCH v3 14/17] mtd: spinand: winbond: Add octal_dtr_enable/disable() in manufacturer_ops
` [PATCH v3 15/17] mtd: spianand: winbond: Add change_mode() manufacturer_ops
` [PATCH v3 16/17] mtd: spinand: winbond: Rename cache op_variants struct variable
` [PATCH v3 17/17] mtd: spinand: winbond: Add support for Winbond W35N01JW SPI NAND flash

[PATCH v7 00/14] External ECC engines & Macronix support
 2022-01-03  9:18 UTC  (29+ messages)
` [PATCH v7 01/14] spi: spi-mem: Fix a DTR related check in spi_mem_dtr_supports_op()
` [PATCH v7 02/14] spi: spi-mem: Introduce a capability structure
` [PATCH v7 03/14] spi: spi-mem: Check the controller extra capabilities
` [PATCH v7 04/14] spi: cadence: Provide a capability structure
` [PATCH v7 06/14] spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
` [PATCH v7 07/14] spi: spi-mem: Add an ecc_en parameter to the spi_mem_op structure
` [PATCH v7 12/14] spi: mxic: Create a helper to ease the start of an operation
` [PATCH v7 13/14] spi: mxic: Add support for direct mapping
` [PATCH v7 14/14] spi: mxic: Add support for pipelined ECC operations

[PATCH v2 1/2] spi: qcom: geni: set the error code for gpi transfer
 2022-01-03  7:11 UTC  (2+ messages)
` [PATCH v2 2/2] spi: qcom: geni: handle timeout for gpi mode

[PATCH 1/3] spi: qcom: geni: remove unused defines
 2022-01-03  7:10 UTC  (4+ messages)
` [PATCH 2/3] spi: qcom: geni: set the error code for gpi transfer

[PATCH v7 0/4] Add basic SoC support for mediatek mt8195
 2022-01-02  5:16 UTC  (15+ messages)
` [PATCH v7 1/4] dt-bindings: arm: mediatek: add mt8195 pericfg compatible
` [PATCH v7 2/4] dt-bindings: spi: spi-mtk-nor: add new clock name 'axi' for spi nor
` [PATCH v7 3/4] dt-bindings: pinctrl: mt8195: add wrapping node of pin configurations
` [PATCH v7 4/4] arm64: dts: Add mediatek SoC mt8195 and evaluation board
` (subset) [PATCH v7 0/4] Add basic SoC support for mediatek mt8195

Patchwork housekeeping for: spi-devel-general
 2022-01-01  7:56 UTC 

[PATCH 0/3] Apple SPI controller driver
 2022-01-01  7:25 UTC  (4+ messages)
` [PATCH 3/3] spi: apple: Add driver for Apple SPI controller

[PATCH v8 00/14] External ECC engines & Macronix support
 2021-12-30 15:54 UTC  (21+ messages)
` [PATCH v8 01/14] spi: spi-mem: reject partial cycle transfers in
` [PATCH v8 02/14] spi: spi-mem: Introduce a capability structure
` [PATCH v8 03/14] spi: spi-mem: Check the controller extra capabilities
` [PATCH v8 04/14] spi: cadence-quadspi: Provide a capability structure
` [PATCH v8 05/14] spi: mxic: "
` [PATCH v8 06/14] spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
` [PATCH v8 07/14] spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
` [PATCH v8 08/14] mtd: spinand: Delay a little bit the dirmap creation
` [PATCH v8 09/14] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v8 10/14] spi: mxic: Fix the transmit path
` [PATCH v8 11/14] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v8 12/14] spi: mxic: Create a helper to ease the start of "
` [PATCH v8 13/14] spi: mxic: Add support for direct mapping
` [PATCH v8 14/14] spi: mxic: Add support for pipelined ECC operations

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2021-12-29 16:55 UTC  (14+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH v2 00/17] Update the Icicle Kit device tree
 2021-12-23 17:36 UTC  (25+ messages)
` [PATCH v2 01/17] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH v2 03/17] dt-bindings: soc/microchip: make systemcontroller a mfd
` [PATCH v2 06/17] dt-bindings: rng: add bindings for microchip mpfs rng
` [PATCH v2 07/17] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v2 10/17] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH v2 11/17] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH v2 17/17] MAINTAINERS: update riscv/microchip entry

Patchwork summary for: spi-devel-general
 2021-12-23 17:20 UTC 

[PATCH v2 1/3] spi: dln2: Propagate firmware node
 2021-12-23 17:17 UTC  (5+ messages)
` [PATCH v2 2/3] spi: dw: "
` [PATCH v2 3/3] spi: pxa2xx: "

[PATCH v1 1/3] spi: dln2: Propagate firmware node
 2021-12-23 17:17 UTC  (6+ messages)
` [PATCH v1 2/3] spi: dw: "
` [PATCH v1 3/3] spi: pxa2xx: "

[PATCH] spi: atmel-quadspi: Add support for sama7g5 QSPI
 2021-12-23 13:54 UTC  (2+ messages)

[PATCH v2 0/6] Avoid odd length/address read/writes in 8D-8D-8D mode
 2021-12-23 13:31 UTC  (13+ messages)
` [PATCH v2 2/6] mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR mode
` [PATCH v2 4/6] spi: spi-mem: reject partial cycle transfers in 8D-8D-8D mode
` [PATCH v2 5/6] mtd: spi-nor: core: avoid odd length/address reads on "
` [PATCH v2 6/6] mtd: spi-nor: core: avoid odd length/address writes in "
` (subset) Re: [PATCH v2 0/6] Avoid odd length/address read/writes "

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

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

[PATCH 0/2] spi: ar934x: fix transfer size and delays
 2021-12-22 15:55 UTC  (8+ messages)
` [PATCH 1/2] spi: ar934x: fix transfer size
` [PATCH 2/2] spi: ar934x: fix transfer and word delays
` (subset) [PATCH 0/2] spi: ar934x: fix transfer size and delays

[PATCH] spi: uniphier: Fix a bug that doesn't point to private data correctly
 2021-12-22 14:04 UTC  (2+ messages)

[PATCH v2 0/6] Support Spi in i2c-multi-instantiate driver
 2021-12-21 19:22 UTC  (5+ messages)
` [PATCH v2 6/6] ACPI: bus-multi-instantiate: Add SPI support

Patchwork housekeeping for: spi-devel-general
 2021-12-21 17:58 UTC 

[GIT PULL] SPI fixes for v5.16-rc6
 2021-12-20 18:29 UTC  (2+ messages)

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

[PATCH v5 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2021-12-20 16:46 UTC  (4+ messages)
` [PATCH v5 1/3] mtd: spi-nor: intel-spi: Disable write protection only if asked
` [PATCH v5 2/3] mtd: spi-nor: intel-spi: Convert to SPI MEM
` [PATCH v5 3/3] Documentation / MTD: Rename the intel-spi driver

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

[PATCH v4 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2021-12-20  6:56 UTC  (6+ messages)
` [PATCH v4 1/2] SPI: Add SPI driver for Sunplus SP7021

Patchwork housekeeping for: spi-devel-general
 2021-12-17 16:57 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).