linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 14:22:23 to 2021-04-29 17:16:26 UTC [more...]

[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

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-04-29 16:28 UTC  (9+ 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

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

[PATCH] spi: Fix spi device unregister flow
 2021-04-28 16:53 UTC  (7+ messages)

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

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

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)

[PATCH v2 1/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
 2021-04-27  7:38 UTC  (8+ messages)
` [PATCH v2 2/8] spi: rockchip: Wait for STB status in slave mode tx_xfer
` [PATCH v2 3/8] dt-bindings: spi: spi-rockchip: add description for rv1126
` [PATCH v2 4/8] spi: rockchip: add compatible string "
` [PATCH v2 5/8] spi: rockchip: Support cs-gpio
` [PATCH v2 6/8] dt-bindings: spi: spi-rockchip: add description for rk3568
  ` [PATCH v2 7/8] spi: rockchip: Add compatible string "
  ` [PATCH v2 8/8] spi: rockchip: Support SPI_CS_HIGH

[PATCH v3 0/3] Add octal DTR support for Macronix flash
 2021-04-27  2:47 UTC  (8+ 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 v3 3/3] spi: mxic: patch for octal DTR mode support

[GIT PULL] SPI updates for v5.13
 2021-04-26 23:36 UTC  (2+ messages)

[PATCH 0/3] MTD: spinand: Add spi_mem_poll_status() support
 2021-04-26 17:39 UTC  (7+ messages)
` [PATCH 1/3] spi: spi-mem: add automatic poll status functions
` [PATCH 2/3] mtd: spinand: use the spi-mem poll status APIs
` [PATCH 3/3] spi: stm32-qspi: add automatic poll status feature

[PATCH] dt-bindings: spi: Convert Freescale QSPI binding to json schema
 2021-04-26 15:09 UTC  (5+ messages)
  ` [EXT] "

[PATCH v1 1/1] spi: Rename enable1 to activate in spi_set_cs()
 2021-04-26 15:09 UTC  (3+ messages)

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

[PATCH] SPI: meson-spifc add missed calls to remove function
 2021-04-26 11:56 UTC  (4+ messages)

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

[PATCH] spi: bcm2835: Fix buffer overflow with CS able to go beyond limit
 2021-04-23 17:34 UTC  (10+ messages)

[PATCH v1 1/8] dt-bindings: spi: spi-rockchip: add description for rv1126
 2021-04-23 12:18 UTC  (10+ messages)
` [PATCH v1 2/8] spi: rockchip: add compatible string "
` [PATCH v1 3/8] spi: rockchip: Support cs-gpio
` [PATCH v1 4/8] dt-bindings: spi: spi-rockchip: add description for rk3568
` [PATCH v1 5/8] spi: rockchip: Add compatible string "
` [PATCH v1 6/8] spi: rockchip: Set rx_fifo interrupt waterline base on transfer item
  ` [PATCH v1 7/8] spi: rockchip: Wait for STB status in slave mode tx_xfer
  ` [PATCH v1 8/8] spi: rockchip: Support SPI_CS_HIGH

[PATCH] spi: stm32-qspi: fix debug format string
 2021-04-22 16:48 UTC  (6+ messages)

[PATCH] [v2] spi: stm32-qspi: fix debug format string
 2021-04-22 16:48 UTC  (2+ messages)

[PATCH] spi: tools: make a symbolic link to the header file spi.h
 2021-04-22 16:48 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-04-22 13:56 UTC 

[PATCH v5 0/6] clk: provide new devm helpers for prepared and enabled clocks
 2021-04-22  6:57 UTC  (4+ messages)
` [PATCH v5 1/6] clk: generalize devm_clk_get() a bit
` [PATCH v5 2/6] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v5 6/6] spi: davinci: Simplify using devm_clk_get_enabled()

[PATCH] spi: fsi: add a missing of_node_put
 2021-04-21 19:03 UTC  (2+ messages)

[PATCH] spi: Make of_register_spi_device also set the fwnode
 2021-04-21 19:03 UTC  (2+ messages)

[PATCH v2 1/1] spi: Make error handling of gpiod_count() call cleaner
 2021-04-21 19:03 UTC  (2+ messages)

[PATCH v2 1/2] spi: Allow to have all native CSs in use along with GPIOs
 2021-04-21 19:03 UTC  (3+ messages)
` [PATCH v2 2/2] spi: Avoid undefined behaviour when counting unused native CSs

Patchwork summary for: spi-devel-general
 2021-04-21 18:40 UTC 

[PATCH] spidev: Add Micron SPI NOR Authenta device compatible
 2021-04-20 18:35 UTC  (2+ messages)

[PATCH v3 0/2] spi: altera: Add DFL bus support for Altera SPI
 2021-04-20 18:35 UTC  (4+ messages)
` [PATCH v3 1/2] spi: altera: separate core code from platform code
` [PATCH v3 2/2] spi: altera: Add DFL bus driver for Altera API Controller

[PATCH] dt-bindings: spi: brcm,spi-bcm-qspi: convert to the json-schema
 2021-04-20 18:35 UTC  (6+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH] spi: sync up initial chipselect state
 2021-04-20 17:43 UTC  (4+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-04-20 16:56 UTC 

[PATCH v1 1/2] spi: Allow to have all native CSs in use along with GPIOs
 2021-04-20 15:22 UTC  (5+ messages)
` [PATCH v1 2/2] spi: Avoid potential UB when counting unused native CSs

spi: stm32-qspi: Fix compilation warning in ARM64
 2021-04-20 15:06 UTC  (2+ messages)

[PATCH v1 1/1] spi: Don't overwrite num_chipselect with error code
 2021-04-20 14:33 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-04-20  7:56 UTC 

[PATCH] spi: Handle SPI device setup callback failure
 2021-04-19 17:33 UTC  (2+ messages)

[PATCH 0/3] spi: stm32-qspi: Fix and update
 2021-04-19 17:33 UTC  (5+ messages)
` [PATCH 1/3] spi: stm32-qspi: fix pm_runtime usage_count counter
` [PATCH 2/3] spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer
` [PATCH 3/3] spi: stm32-qspi: Add dirmap support

[PATCH v1 1/6] mmc: core: Correct descriptions in mmc_of_parse()
 2021-04-19 12:59 UTC  (7+ messages)
` [PATCH v1 2/6] mmc: core: Convert mmc_of_parse_voltage() to use device property API
` [PATCH v1 3/6] mmc: mmc_spi: Set up polling even if voltage-ranges is not present
` [PATCH v1 4/6] mmc: mmc_spi: Drop unused NO_IRQ definition
` [PATCH v1 5/6] mmc: mmc_spi: Use already parsed IRQ
` [PATCH v1 6/6] mmc: mmc_spi: Make of_mmc_spi.c resource provider agnostic

Multi driver SPI chip select count unenforced
 2021-04-19 12:56 UTC  (4+ messages)

Patchwork housekeeping for: spi-devel-general
 2021-04-16 19:56 UTC 

[V2][PATCH 0/5] spi: spi-zynqmp-gqspi: fix spi issues
 2021-04-16 16:33 UTC  (9+ messages)
` [V2][PATCH 1/5] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue
` [V2][PATCH 2/5] spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume
` [V2][PATCH 3/5] spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug
` [V2][PATCH 4/5] spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op
` [V2][PATCH 5/5] spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails
` [PATCH 0/5] spi: spi-zynqmp-gqspi: fix spi issues

Patchwork summary for: spi-devel-general
 2021-04-16 16:00 UTC 

[PATCH 0/5] spi: spi-zynqmp-gqspi: fix spi issues
 2021-04-16 15:37 UTC  (6+ messages)
` [PATCH 1/5] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue

Patchwork housekeeping for: spi-devel-general
 2021-04-16 14:56 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).