linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 07:40:06 to 2021-05-10 14:01:09 UTC [more...]

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

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

[PATCH v1 1/7] spi: Use SPI_MODE_X_MASK
 2021-05-10 13:12 UTC  (7+ 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-10 13:12 UTC 

[PATCH v1 1/1] spi: Convert to use predefined time multipliers
 2021-05-10 13:11 UTC 

[PATCH v3 00/14] spi: pxa2xx: Set of cleanups
 2021-05-10 12:41 UTC  (15+ 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

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-05-10 11:39 UTC  (17+ messages)
` [RFC PATCH 1/6] spi: spi-mem: Tell controller when device is ready for calibration
` [RFC PATCH 4/6] spi: cadence-qspi: Use PHY for DAC reads if possible
` [RFC PATCH 5/6] spi: cadence-qspi: Tune PHY to allow running at higher frequencies

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

[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 v4 0/2] Add octal DTR support for Macronix flash
 2021-05-10  8:20 UTC  (3+ 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 0/4] spi: Set of cleanups
 2021-05-10  6:58 UTC  (5+ 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 v6 RESEND 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-05-10  6:17 UTC  (4+ 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] spi: spi-fsl-dspi: Fix a resource leak in an error handling path
 2021-05-09 19:26 UTC  (2+ messages)

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

[PATCH] spi: take the SPI IO-mutex in the spi_set_cs_timing method
 2021-05-08  6:02 UTC 

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

[PATCH] dt-bindings: spi: dw-apb-ssi: Integrate Renesas RZ/N1 SPI controller
 2021-05-07 22:13 UTC  (2+ 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 "

[PATCH] spi: tegra210-quad: Fix an error message
 2021-05-07 16:26 UTC 

[PATCH] spi: tegra114: Fix an error message
 2021-05-07 15:07 UTC 

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"

[PATCH] spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
 2021-05-06  7:08 UTC 

[PATCH v2] spi: Don't have controller clean up spi device before driver unbind
 2021-05-05 17:53 UTC  (2+ messages)

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  (9+ messages)
` [PATCH v3 1/3] mtd: spi-nor: macronix: add support for Macronix octal dtr operation
` [PATCH v3 2/3] mtd: spi-nor: macronix: add support for Macronix octaflash series

[PATCH v2 1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
 2021-05-05  7:59 UTC  (5+ messages)
` [PATCH v2 2/8] spi: rockchip: Wait for STB status in slave mode tx_xfer
` [PATCH v2 6/8] dt-bindings: spi: spi-rockchip: add description for rk3568
  ` [PATCH v2 7/8] spi: rockchip: Add compatible string "

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

[PATCH] spi: bcm2835: Fix buffer overflow with CS able to go beyond limit
 2021-05-04 13:53 UTC  (11+ messages)

[PATCH] spi: Fix spi device unregister flow
 2021-05-04  9:17 UTC  (13+ messages)

[PATCH AUTOSEL 4.4 05/10] spi: dln2: Fix reference leak to master
 2021-05-02 14:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 06/10] spi: omap-100k: "

[PATCH AUTOSEL 4.9 07/12] spi: dln2: Fix reference leak to master
 2021-05-02 14:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 08/12] spi: omap-100k: "

[PATCH AUTOSEL 4.14 11/16] spi: dln2: Fix reference leak to master
 2021-05-02 14:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 12/16] spi: omap-100k: "

[PATCH AUTOSEL 4.19 15/21] spi: dln2: Fix reference leak to master
 2021-05-02 14:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 16/21] spi: omap-100k: "

[PATCH AUTOSEL 5.4 03/34] spi: ath79: always call chipselect function
 2021-05-02 14:04 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 04/34] spi: ath79: remove spi-master setup and cleanup assignment
` [PATCH AUTOSEL 5.4 21/34] spi: dln2: Fix reference leak to master
` [PATCH AUTOSEL 5.4 22/34] spi: omap-100k: "
` [PATCH AUTOSEL 5.4 23/34] spi: qup: fix PM reference leak in spi_qup_remove()

[PATCH AUTOSEL 5.10 03/66] spi: ath79: always call chipselect function
 2021-05-02 14:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 04/66] spi: ath79: remove spi-master setup and cleanup assignment

[PATCH AUTOSEL 5.12 03/79] spi: ath79: always call chipselect function
 2021-05-02 14:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 04/79] spi: ath79: remove spi-master setup and cleanup assignment

[PATCH AUTOSEL 5.11 03/70] spi: ath79: always call chipselect function
 2021-05-02 14:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 04/70] spi: ath79: remove spi-master setup and cleanup assignment

[PATCH] SPI: meson-spifc add missed calls to remove function
 2021-04-30 10:59 UTC  (5+ messages)

[PATCH 0/2]spi: spi-zynq-qspi: Fix stack violation bug
 2021-04-29 17:15 UTC  (2+ messages)

[RESEND 0/2]spi: spi-zynq-qspi: Fix stack violation bug
 2021-04-29 17:15 UTC  (4+ messages)
` [RESEND 1/2] spi: spi-zynq-qspi: Fix kernel-doc warning
` [RESEND 2/2] spi: spi-zynq-qspi: Fix stack violation bug

[PATCH] spi: omap-100k: Fix the length judgment problem
 2021-04-29 11:20 UTC 

Patchwork housekeeping for: spi-devel-general
 2021-04-29  5:56 UTC 

[PATCH] spi: altera: Make SPI_ALTERA_CORE invisible
 2021-04-28 16:53 UTC  (3+ messages)

[RESEND] dt-bindings: spi: Convert NXP flexspi to json schema
 2021-04-28 10:24 UTC 

Re: [PATCH] spi: imx: add a check for speed_hz before calculating the clock
 2021-04-27 11:25 UTC  (4+ messages)
  ` [EXT] "

[PATCH] spi: imx: remove CLK calculation and divider in slave mode
 2021-04-27 11:19 UTC  (2+ 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).