linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-09 15:15:46 to 2022-06-24 21:56:37 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-06-24 21:56 UTC 

[GIT PULL] SPI fixes for v5.19-rc3
 2022-06-24 21:08 UTC  (2+ messages)

[PATCH] spi: dw: Add deferred DMA-channels setup support
 2022-06-24 21:06 UTC  (4+ messages)
` [PATCH RESEND v2] "

[PATCH v3 00/11] Optimize spi_sync path
 2022-06-24 20:31 UTC  (17+ messages)
` [PATCH v3 01/11] spi: Move ctlr->cur_msg_prepared to struct spi_message
` [PATCH v3 02/11] spi: Don't use the message queue if possible in spi_sync
` [PATCH v3 03/11] spi: Lock controller idling transition inside the io_mutex
` [PATCH v3 04/11] spi: __spi_pump_messages: Consolidate spin_unlocks to goto target
` [PATCH v3 05/11] spi: Remove check for controller idling in spi sync path
` [PATCH v3 06/11] spi: Remove check for idling in __spi_pump_messages()
` [PATCH v3 07/11] spi: Remove the now unused ctlr->idling flag
` [PATCH v3 08/11] spi: Remove unneeded READ_ONCE for ctlr->busy flag
` [PATCH v3 09/11] spi: Set ctlr->cur_msg also in the sync transfer case
` [PATCH v3 10/11] spi: Ensure the io_mutex is held until spi_finalize_current_message()
` [PATCH v3 11/11] spi: opportunistically skip ctlr->cur_msg_completion

[PATCH-next] drivers/spi: Add missing clk_disable_unprepare()
 2022-06-24  0:56 UTC 

[PATCH] spi: fsi: Increase timeout and ensure status is checked
 2022-06-23 15:48 UTC  (3+ messages)

[PATCH 00/14] Canaan devicetree fixes
 2022-06-23 12:41 UTC  (32+ messages)
` [PATCH 01/14] dt-bindings: display: convert ilitek,ili9341.txt to dt-schema
` [PATCH 02/14] dt-bindings: display: panel: allow ilitek,ili9341 in isolation
` [PATCH 03/14] ASoC: dt-bindings: convert designware-i2s to dt-schema
` [PATCH 04/14] dt-bindings: dma: add Canaan k210 to Synopsys DesignWare DMA
` [PATCH 05/14] dt-bindings: timer: add Canaan k210 to Synopsys DesignWare timer
` [PATCH 06/14] spi: dt-bindings: dw-apb-ssi: update spi-{r,t}x-bus-width for dwc-ssi
` [PATCH 07/14] riscv: dts: canaan: fix the k210's memory node
` [PATCH 08/14] riscv: dts: canaan: add a specific compatible for k210's dma
` [PATCH 09/14] riscv: dts: canaan: add a specific compatible for k210's timers
` [PATCH 10/14] riscv: dts: canaan: fix mmc node names
` [PATCH 11/14] riscv: dts: canaan: fix kd233 display spi frequency
` [PATCH 12/14] riscv: dts: canaan: use custom compatible for k210 i2s
` [PATCH 13/14] riscv: dts: canaan: remove spi-max-frequency from controllers
` [PATCH 14/14] riscv: dts: canaan: build all devicetress if SOC_CANAAN

[RFC PATCH 0/2] spi: Add support for stacked/parallel memories
 2022-06-23 12:06 UTC  (5+ messages)
` [RFC PATCH 1/2] spi: Add multiple CS support for a single SPI device

[PATCH v3 0/2] spi: aspeed: Fix division by zero
 2022-06-23  5:15 UTC  (4+ messages)
` [PATCH v3 1/2] spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptor
` [PATCH v3 2/2] spi: aspeed: Fix division by zero

Patchwork housekeeping for: spi-devel-general
 2022-06-22 16:56 UTC 

[PATCH v8 00/16] clk: provide new devm helpers for prepared and enabled clocks
 2022-06-22 15:28 UTC  (7+ messages)
` [PATCH v8 01/16] clk: generalize devm_clk_get() a bit

[PATCH v2 0/2] spi: aspeed: Fix division by zero
 2022-06-22 10:34 UTC  (5+ messages)
` [PATCH v2 1/2] spi: aspeed: Add pr_debug in aspeed_spi_dirmap_create()
` [PATCH v2 2/2] spi: aspeed: Fix division by zero

[PATCH next 0/1] Add simple PM operations to sifive-spi
 2022-06-22 10:24 UTC  (7+ messages)
` [PATCH next 1/1] spi: sifive: add PM callbacks to support suspend/resume

Patchwork housekeeping for: spi-devel-general
 2022-06-22  9:56 UTC 

[PATCH] eeprom: at25: Rework buggy read splitting
 2022-06-22  5:29 UTC  (2+ messages)

[PATCH v3 0/6] New support and problem adjustment of SPI rockchip
 2022-06-21 15:42 UTC  (3+ messages)
` [PATCH v3 5/6] spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops

[PATCH 0/2] spi: cadence-quadspi: Add OSPI device reset support
 2022-06-21  9:16 UTC  (6+ messages)
` [PATCH 2/2] spi: cadence-quadspi: Add support for OSPI device reset

Patchwork housekeeping for: spi-devel-general
 2022-06-21  6:56 UTC 

[RFC] [PATCH v2 00/11] Optimize spi_sync path
 2022-06-21  6:15 UTC  (21+ messages)
` [RFC] [PATCH v2 01/11] spi: Move ctlr->cur_msg_prepared to struct spi_message
` [FRC] [PATCH v2 02/11] spi: Don't use the message queue if possible in spi_sync
` [RFC] [PATCH v2 03/11] spi: Lock controller idling transition inside the io_mutex
` [RFC] [PATCH v2 04/11] spi: __spi_pump_messages: Consolidate spin_unlocks to goto target
` [RFC] [PATCH v2 05/11] spi: Remove check for controller idling in spi sync path
` [RFC] [PATCH v2 06/11] spi: Remove check for idling in __spi_pump_messages()
` [RFC] [PATCH v2 07/11] spi: Remove the now unused ctlr->idling flag
` [RFC] [PATCH 08/11] spi: Remove unneeded READ_ONCE for ctlr->busy flag
` [RFC] [PATCH v2 09/11] spi: Set ctlr->cur_msg also in the sync transfer case
` [RFC] [PATCH v2 10/11] spi: Ensure the io_mutex is held until spi_finalize_current_message()
` [RFC] [PATCH v2 11/11] spi: opportunistically skip ctlr->cur_msg_completion

[PATCH qcom v2] spi: dt-bindings: qcom,spi-geni-qcom: allow three interconnects
 2022-06-20 19:41 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2022-06-20 12:50 UTC 

[PATCH] spi: topcliff-pch: Use core message validation
 2022-06-20 12:44 UTC  (2+ messages)

[PATCH] spi: rockchip: Unmask IRQ at the final to avoid preemption
 2022-06-20 11:51 UTC  (2+ messages)

[PATCH] spi: rockchip: Disable local irq when pio write out of interrupt service
 2022-06-17 12:46 UTC  (4+ messages)

[PATCH] dt-bindings: efm32: remove bindings for deleted platform
 2022-06-17  5:57 UTC  (5+ messages)

[PATCH] mtd: spi-nor: handle unsupported FSR opcodes properly
 2022-06-17  5:04 UTC  (13+ messages)
          ` [PATCH v2] "

[PATCH v4 3/6] Documentation: DT bindings for Microsoft G6 Touch Digitizer
 2022-06-16 18:14 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-06-16 12:56 UTC 

[PATCH v2] spi: microchip-core: fix passing zero to PTR_ERR warning
 2022-06-16 11:42 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-06-15 19:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-06-15 14:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-06-15 12:56 UTC 

[PATCH] spi: microchip-core: fix passing zero to PTR_ERR warning
 2022-06-15 12:51 UTC  (7+ messages)

[bug report] spi: add support for microchip fpga spi controllers
 2022-06-15  9:16 UTC  (5+ messages)

[PATCH] spi: core: Fix error code in spi_register_controller()
 2022-06-14 17:21 UTC  (2+ messages)

[PATCH] spi: microchip-core: fix potentially incorrect return from probe
 2022-06-14 11:51 UTC  (3+ messages)

[PATCH] spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_probe()
 2022-06-13 17:24 UTC  (3+ messages)

[PATCH][next] spi: s3c64xx: set pointers to null using NULL rather than 0
 2022-06-13 17:24 UTC  (3+ messages)

[Patch V2 0/3] spi: tegra quad: Add Tegra Grace features
 2022-06-13 17:24 UTC  (2+ messages)

[Patch V3 0/3] spi: tegra quad: Add Tegra Grace features
 2022-06-13 17:24 UTC  (6+ messages)
` [Patch V3 2/3] spi: dt-bindings: split peripheral prods
` [Patch V3 3/3] spi: dt-bindings: Add compatible for Tegra241 QSPI

Patchwork summary for: spi-devel-general
 2022-06-13 17:30 UTC 

[PATCH] spi: mpc52xx-psc: Switch to using core message queue
 2022-06-13 12:19 UTC 

[RFC] [PATCH 0/3] Optimize spi_sync path
 2022-06-13 11:56 UTC  (13+ messages)
` [RFC] [PATCH 3/3] drivers: spi: spi.c: Don't use the message queue if possible in spi_sync

[PATCH] spi: aspeed: Fix division by zero
 2022-06-13  8:57 UTC  (3+ messages)

[PATCH] spi: microchip-core: Fix the error handling path in mchp_corespi_probe()
 2022-06-11  9:20 UTC  (2+ messages)

[PATCH] spi: Fix per-cpu stats access on 32 bit systems
 2022-06-10 15:59 UTC  (4+ messages)

[PATCH 0/3] spi: atmel-quadspi: add runtime pm support
 2022-06-10 15:59 UTC  (2+ messages)

[PATCH] spi: sh: Switch to using core message queue
 2022-06-10 15:46 UTC 

[PATCH v2 1/2] driver core: Introduce device_find_any_child() helper
 2022-06-10 13:54 UTC  (5+ messages)
` [PATCH v2 2/2] spi: Use device_find_any_child() instead of custom approach

[PATCH -next] spi: Return true/false (not 1/0) from bool function
 2022-06-09 15:28 UTC  (3+ messages)

[PATCH -next 2/2] spi: fix platform_no_drv_owner.cocci warning
 2022-06-09 15:15 UTC  (4+ messages)
` [PATCH -next 1/2] spi: Remove unnecessary print function dev_err()


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