linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-31 17:52:11 to 2020-04-21 03:00:53 UTC [more...]

[PATCH v5 00/12] NXP DSPI bugfixes and support for LS1028A
 2020-04-21  3:00 UTC  (9+ messages)
` [PATCH v5 11/12] arm64: dts: ls1028a: Specify the DMA channels for the DSPI controllers
` [PATCH v5 12/12] arm64: dts: ls1028a-rdb: Add a spidev node for the mikroBUS

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (4+ messages)
` [PATCH v2 18/33] docs: spi: spi.h: fix a doc building warning

Patchwork housekeeping for: spi-devel-general
 2020-04-20 19:20 UTC 

[Patch v3 1/9] spi: bcm-qspi: Handle clock probe deferral
 2020-04-20 19:08 UTC  (9+ messages)
` [Patch v3 2/9] dt: bindings: spi: Add support for mspi on brcmstb SoCs
` [Patch v3 3/9] spi: bcm-qspi: Handle lack of MSPI_REV offset
` [Patch v3 4/9] spi: bcm-qspi: Drive MSPI peripheral SSb pin on cs_change
` [Patch v3 5/9] spi: bcm-qspi: when tx/rx buffer is NULL set to 0
` [Patch v3 6/9] spi: bcm-qspi: Make PM suspend/resume work with SCMI clock management
` [Patch v3 7/9] spi: bcm-qspi: Use fastbr setting to allow faster MSPI speeds
` [Patch v3 8/9] spi: bcm-qspi: add support for MSPI sys clk 108Mhz
` [Patch v3 9/9] spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllers

[Patch v2 1/9] spi: bcm-qspi: Handle clock probe deferral
 2020-04-20 15:17 UTC  (12+ messages)
` [Patch v2 2/9] dt: bindings: spi: Add support for mspi on brcmstb SoCs
` [Patch v2 3/9] spi: bcm-qspi: Handle lack of MSPI_REV offset
` [Patch v2 4/9] spi: bcm-qspi: Drive MSPI peripheral SSb pin on cs_change
` [Patch v2 5/9] spi: bcm-qspi: when tx/rx buffer is NULL set to 0
` [Patch v2 6/9] spi: bcm-qspi: Make PM suspend/resume work with SCMI clock management
` [Patch v2 7/9] spi: bcm-qspi: Use fastbr setting to allow faster MSPI speeds
` [Patch v2 8/9] spi: bcm-qspi: add support for MSPI sys clk 108Mhz
` [Patch v2 9/9] spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllers

Patchwork housekeeping for: spi-devel-general
 2020-04-19 19:40 UTC 

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-19 18:14 UTC  (17+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCH v1] spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource
 2020-04-17 16:09 UTC  (3+ messages)
` Applied "spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource" to the spi tree

[PATCH v2 02/17] spi: spi-geni-qcom: Use OPP API to set clk/perf state
 2020-04-17 14:04 UTC  (2+ messages)
` [PATCH v2 15/17] spi: spi-qcom-qspi: "

[PATCH] spi: hisi-sfc-v3xx: add error check after per operation
 2020-04-17 13:22 UTC  (2+ messages)

spi: stm32-qspi: Add pm_runtime support
 2020-04-17 13:22 UTC  (2+ messages)

[Patch 1/9] spi: bcm-qspi: Handle clock probe deferral
 2020-04-17  8:41 UTC  (13+ messages)
` [Patch 2/9] dt: bindings: spi: Add support for mspi on brcmstb SoCs
` [Patch 3/9] spi: bcm-qspi: Handle lack of MSPI_REV offset
` [Patch 4/9] spi: bcm-qspi: Drive MSPI peripheral SSb pin on cs_change
` [Patch 5/9] spi: bcm-qspi: when tx/rx buffer is NULL set to 0
` [Patch 6/9] spi: bcm-qspi: Make PM suspend/resume work with SCMI clock management
` [Patch 7/9] spi: bcm-qspi: Use fastbr setting to allow faster MSPI speeds
` [Patch 8/9] spi: bcm-qspi: add support for MSPI sys clk 108Mhz
` [Patch 9/9] spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllers

[PATCH] dt-bindings: spi: Convert UniPhier SPI controller to json-schema
 2020-04-17  1:30 UTC 

[PATCH V4 0/9] Add interconnect support to QSPI and QUP drivers
 2020-04-16 17:17 UTC  (15+ messages)
` [PATCH V4 1/9] interconnect: Add devm_of_icc_get() as exported API for users
` [PATCH V4 2/9] interconnect: Set peak requirement as twice of average
` [PATCH V4 3/9] soc: qcom: geni: Support for ICC voting
` [PATCH V4 4/9] soc: qcom-geni-se: Add interconnect support to fix earlycon crash
` [PATCH V4 5/9] i2c: i2c-qcom-geni: Add interconnect support
` [PATCH V4 6/9] spi: spi-geni-qcom: "
` [PATCH V4 7/9] tty: serial: qcom_geni_serial: "
` [PATCH V4 8/9] spi: spi-qcom-qspi: "
` [PATCH V4 9/9] arm64: dts: sc7180: Add interconnect for QUP and QSPI

[PATCH 0/2] Cleanup chip info in spi-dw driver
 2020-04-16 15:45 UTC  (8+ messages)
` [PATCH 1/2] spi: dw: remove unused dw_spi_chip handling
  ` [PATCH 2/2] spi: dw: remove cs_control and poll_mode members from chip_data

[PATCH] spi: remove redundant assignment to variable ms
 2020-04-16 15:45 UTC  (4+ messages)
` Applied "spi: remove redundant assignment to variable ms" to the spi tree

[PATCH 0/2] spi: spidev{,_test}: Add support for Octal mode data transfers
 2020-04-16 15:44 UTC  (4+ messages)
` [PATCH 1/2] spi: spidev: "
` [PATCH 2/2] spi: spidev_test: "

[PATCH v3] spi: spi-fsl-qspi: Reduce devm_ioremap size to 4 times AHB buffer size
 2020-04-16 15:44 UTC  (4+ messages)

[Patch v2] spi: spi-fsl-qspi: Reduce devm_ioremap size to 4 times AHB buffer size
 2020-04-16 10:57 UTC 

[PATCH] spi: spi-fsl-qspi: Reduce devm_ioremap size to 4 times AHB buffer size
 2020-04-16 10:39 UTC  (3+ messages)
  ` [EXT] "

[PATCH] spi: spi-mem: Fix Dual/Quad modes on Octal-capable devices
 2020-04-16 10:14 UTC 

[PATCH] spi: orion: Convert to use GPIO descriptors
 2020-04-15 17:56 UTC 

[PATCH] spi: dt-bindings: rspi: Convert to json-schema
 2020-04-15 17:31 UTC  (3+ messages)
` Applied "spi: dt-bindings: rspi: Convert to json-schema" to the spi tree

[PATCH v7 00/13] add ecspi ERR009165 for i.mx6/7 soc family
 2020-04-15 14:06 UTC  (6+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-04-15 11:00 UTC 

[PATCH V3 0/8] Add interconnect support to QSPI and QUP drivers
 2020-04-15 10:54 UTC  (39+ messages)
` [PATCH V3 2/8] soc: qcom: geni: Support for ICC voting
` [PATCH V3 3/8] soc: qcom-geni-se: Add interconnect support to fix earlycon crash
` [PATCH V3 4/8] i2c: i2c-qcom-geni: Add interconnect support
` [PATCH V3 5/8] spi: spi-geni-qcom: "
` [PATCH V3 6/8] tty: serial: qcom_geni_serial: "
` [PATCH V3 7/8] spi: spi-qcom-qspi: "

[PATCH] spi: spidev_test: Remove hidden temporary file when make clean
 2020-04-14 17:37 UTC  (2+ messages)
` Applied "spi: spidev_test: Remove hidden temporary file when make clean" to the spi tree

[PATCH] spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"
 2020-04-14 17:37 UTC  (2+ messages)
` Applied "spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"" to the spi tree

[PATCH] spi: sprd: adi: Use IS_ENABLED() to validate configs
 2020-04-14 17:36 UTC  (2+ messages)
` Applied "spi: sprd: adi: Use IS_ENABLED() to validate configs" to the spi tree

[PATCH] spi: spi-mtk-nor: make mtk_nor_exec_op() statuc
 2020-04-14 17:36 UTC  (2+ messages)
` Applied "spi: spi-mtk-nor: make mtk_nor_exec_op() statuc" to the spi tree

[PATCH] spi: spi-sh-msiof: Fix checkpatch error Complex macros should use ()
 2020-04-14 17:36 UTC  (2+ messages)
` Applied "spi: spi-sh-msiof: Fix checkpatch error Complex macros should use ()" to the spi tree

[PATCH] dt-bindings: Fix dtc warnings on reg and ranges in examples
 2020-04-14 17:06 UTC  (6+ messages)

Patchwork summary for: spi-devel-general
 2020-04-14 12:06 UTC 

[PATCH] spi: sc18is602: Fix a typo in MODULE_DESCRIPTION
 2020-04-14 11:40 UTC  (2+ messages)
` Applied "spi: sc18is602: Fix a typo in MODULE_DESCRIPTION" to the spi tree

[PATCH] spi: spi-amd: Add AMD SPI controller driver support
 2020-04-14 11:37 UTC  (3+ messages)
  `  "

[PATCH 03/21] spi: spi-geni-qcom: Use OPP API to set clk/perf state
 2020-04-13 14:02 UTC  (4+ messages)
` [PATCH 19/21] spi: spi-qcom-qspi: "

[PATCH AUTOSEL 5.6 31/68] spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode
 2020-04-10  3:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 60/68] spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion

[PATCH AUTOSEL 5.5 22/56] spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode
 2020-04-10  3:47 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 49/56] spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion

[PATCH AUTOSEL 5.4 39/46] spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion
 2020-04-10  3:49 UTC 

[PATCH] spi: spi-axi-spi-engine: Access register after clock initialization
 2020-04-09 17:22 UTC  (2+ messages)

[PATCH] spi: spi-axi-spi-engine: Access register after clock initialization
 2020-04-09 15:26 UTC 

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 16:42 UTC  (6+ messages)
` [PATCH 21/35] docs: spi: spi.h: fix a doc building warning

[PATCH] spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous line
 2020-04-07 12:55 UTC 

[PATCH] spi: spi-ep93xx: fix wrong SPI mode selection
 2020-04-03 13:56 UTC  (2+ messages)
  ` Applied "spi: spi-ep93xx: fix wrong SPI mode selection" to the spi tree

[PATCH 0/7] spi:dw: Add support for Intel Keem Bay SPI
 2020-04-02  6:21 UTC  (4+ messages)
` [PATCH 3/7] dt-bindings: spi: dw-apb-ssi: Convert bindings to json-schema

[PATCH v1 0/36] dt-bindings: display: convert remaning panel bindings to DT Schema
 2020-03-31 20:57 UTC  (7+ messages)
` [PATCH v1 32/36] dt-bindings: display: convert sharp,ls037v7dw01 "


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