linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 03:14:41 to 2021-05-17 06:57:12 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2021-05-17  6:56 UTC 

[PATCH v5 0/2] Add octal DTR support for Macronix flash
 2021-05-17  6:14 UTC  (3+ messages)
` [PATCH v5 1/2] mtd: spi-nor: macronix: add support for Macronix octaflash
` [PATCH v5 2/2] spi: mxic: patch for octal DTR mode support

[PATCH] RFC: move global bus add lock to per-controller lock
 2021-05-14 18:17 UTC 

[PATCH v2] spi: Don't have controller clean up spi device before driver unbind
 2021-05-14 15:22 UTC  (5+ messages)

[PATCH v4 0/2] Add octal DTR support for Macronix flash
 2021-05-12 18:15 UTC  (4+ messages)
` [PATCH v4 1/2] mtd: spi-nor: macronix: add support for Macronix octaflash
` [PATCH v4 2/2] spi: mxic: patch for octal DTR mode support

[PATCH v2 1/1] spi: Assume GPIO CS active high in ACPI case
 2021-05-12 17:04 UTC  (4+ messages)

[PATCH] spi: sprd: Add missing MODULE_DEVICE_TABLE
 2021-05-12 17:04 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Alain Volmat as STM32 SPI maintainer
 2021-05-12 15:24 UTC  (2+ messages)

[PATCH] spi: omap-100k: remove set but not used variable
 2021-05-12  3:07 UTC  (2+ messages)

[PATCH v3 00/14] spi: pxa2xx: Set of cleanups
 2021-05-11 18:21 UTC  (16+ messages)
` [PATCH v3 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
` [PATCH v3 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v3 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v3 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v3 05/14] spi: pxa2xx: Unify ifdeffery used in the headers
` [PATCH v3 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v3 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v3 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v3 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v3 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v3 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v3 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v3 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v3 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs
` (subset) [PATCH v3 00/14] spi: pxa2xx: Set of cleanups

[PATCH v1 1/1] spi: Convert to use predefined time multipliers
 2021-05-11 18:21 UTC  (2+ messages)

[PATCH -next] spi: altera: Remove redundant dev_err call in dfl_spi_altera_probe()
 2021-05-11 18:21 UTC  (2+ messages)

[PATCH v1 1/7] spi: Use SPI_MODE_X_MASK
 2021-05-11 18:21 UTC  (8+ messages)
` [PATCH v1 2/7] spi: spidev: "
` [PATCH v1 3/7] spi: npcm-pspi: "
` [PATCH v1 4/7] spi: oc-tiny: "
` [PATCH v1 5/7] spi: omap-uwire: "
` [PATCH v1 6/7] spi: ppc4xx: "
` [PATCH v1 7/7] spi: uniphier: "

[PATCH v1 1/1] spi: Switch to signed types for *_native_cs SPI controller fields
 2021-05-11 18:21 UTC  (2+ messages)

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

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

[PATCH v2 00/14] spi: pxa2xx: Set of cleanups
 2021-05-11 14:43 UTC  (16+ messages)
` [PATCH v2 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper

[PATCH v4 0/8] spi: pxa2xx: Set of cleanups (part 1+)
 2021-05-11 14:27 UTC  (9+ messages)
` [PATCH v4 1/8] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v4 2/8] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v4 3/8] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v4 4/8] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v4 5/8] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v4 6/8] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v4 7/8] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v4 8/8] spi: pxa2xx: Introduce special type for Merrifield SPIs

[PATCH v3 0/8] spi: pxa2xx: Set of cleanups
 2021-05-11 14:17 UTC  (9+ messages)
` [PATCH v3 1/8] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v3 2/8] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v3 3/8] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v3 4/8] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v3 5/8] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v3 6/8] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v3 7/8] spi: pxa2xx: Introduce special type for Merrifield SPIs
` [PATCH v3 8/8] spi: Convert to use predefined time multipliers

[PATCH v1 1/1] spi: Assume GPIO CS active high in ACPI case
 2021-05-11 12:55 UTC  (4+ messages)

Patchwork summary for: spi-devel-general
 2021-05-11  8:29 UTC 

[PATCH] spi: take the SPI IO-mutex in the spi_set_cs_timing method
 2021-05-11  8:25 UTC  (2+ messages)

[PATCH] spi: omap-100k: Fix the length judgment problem
 2021-05-11  8:25 UTC  (2+ messages)

[PATCH] spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
 2021-05-11  8:25 UTC  (2+ messages)

[PATCH] spi: tegra114: Fix an error message
 2021-05-11  8:25 UTC  (2+ messages)

[PATCH] dt-bindings: spi: dw-apb-ssi: Integrate Renesas RZ/N1 SPI controller
 2021-05-11  8:25 UTC  (3+ messages)

[PATCH 0/4] spi: Set of cleanups
 2021-05-11  8:25 UTC  (6+ messages)
` [PATCH 1/4] spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>
` [PATCH 2/4] spi: omap-100k: Clean the value of 'status' is not used
` [PATCH 3/4] spi: delete repeated words in comments
` [PATCH 4/4] spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'

[PATCH] spi: spi-fsl-dspi: Fix a resource leak in an error handling path
 2021-05-11  8:25 UTC  (3+ messages)

[PATCH] spi: tegra210-quad: Fix an error message
 2021-05-11  8:25 UTC  (2+ messages)

[PATCH v7 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-05-11  7:58 UTC  (5+ messages)
` [PATCH v7 1/6] clk: generalize devm_clk_get() a bit
` [PATCH v7 2/6] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v7 6/6] spi: davinci: Simplify using devm_clk_get_enabled()

[PATCH v6 RESEND 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-05-10 17:27 UTC  (8+ messages)
` [PATCH v6 RESEND 1/6] clk: generalize devm_clk_get() a bit
` [PATCH v6 RESEND 2/6] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v6 RESEND 6/6] spi: davinci: Simplify using devm_clk_get_enabled()

[PATCH v1] spi: fix client driver can't register success when use GPIO as CS
 2021-05-10 14:27 UTC  (14+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-05-10 13:56 UTC 

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-05-10 11:39 UTC  (8+ messages)
` [RFC PATCH 4/6] spi: cadence-qspi: Use PHY for DAC reads if possible

[PATCH v2 0/3] MTD: spinand: Add spi_mem_poll_status() support
 2021-05-10  9:22 UTC  (9+ messages)
` [PATCH v2 1/3] spi: spi-mem: add automatic poll status functions
` [PATCH v2 2/3] mtd: spinand: use the spi-mem poll status APIs
` [PATCH v2 3/3] spi: stm32-qspi: add automatic poll status feature

Patchwork housekeeping for: spi-devel-general
 2021-05-10  8:56 UTC 

[PATCH] spi: xilinx: Inhibit transmitter while filling TX FIFO
 2021-05-08 10:02 UTC  (5+ messages)

[PATCH] spi: set right CS polarity depend on gpiolib
 2021-05-08  1:01 UTC  (3+ messages)

[PATCH 0/6] Avoid odd length/address read/writes in 8D-8D-8D mode
 2021-05-07 18:23 UTC  (19+ messages)
` [PATCH 1/6] mtd: spi-nor: core: use 2 data bytes for template ops
` [PATCH 2/6] mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR mode
` [PATCH 3/6] mtd: spi-nor: micron-st: "
` [PATCH 4/6] spi: spi-mem: reject partial cycle transfers in 8D-8D-8D mode
` [PATCH 5/6] mtd: spi-nor: core; avoid odd length/address reads on "
` [PATCH 6/6] mtd: spi-nor: core; avoid odd length/address writes in "

Patchwork housekeeping for: spi-devel-general
 2021-05-07 13:56 UTC 

[PATCH 0/2] spi: Correct CS GPIOs polarity when using GPIO descriptors
 2021-05-06 12:17 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Revert "gpio: of: Handle SPI chipselect legacy bindings"

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

[PATCH v1] spi: Don't have controller clean up spi device before driver unbind
 2021-05-05 16:31 UTC  (4+ messages)

[PATCH v3 0/3] Add octal DTR support for Macronix flash
 2021-05-05  8:29 UTC  (6+ messages)
` [PATCH v3 1/3] mtd: spi-nor: macronix: add support for Macronix octal dtr operation

[PATCH v2 1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
 2021-05-05  7:59 UTC  (3+ messages)
` [PATCH v2 2/8] spi: rockchip: Wait for STB status in slave mode tx_xfer

[PATCH 0/3] MTD: spinand: Add spi_mem_poll_status() support
 2021-05-05  7:26 UTC  (13+ messages)
` [PATCH 1/3] spi: spi-mem: add automatic poll status functions


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