messages from 2022-06-06 16:13:43 to 2022-06-18 12:32:11 UTC [more...]
[PATCH 00/14] Canaan devicetree fixes
2022-06-18 12:30 UTC (5+ 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] spi: rockchip: Disable local irq when pio write out of interrupt service
2022-06-17 12:46 UTC (4+ messages)
[PATCH] spi: rockchip: Unmask IRQ at the final to avoid preemption
2022-06-17 12:42 UTC
[RFC] [PATCH v2 00/11] Optimize spi_sync path
2022-06-17 12:08 UTC (19+ 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] 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
[PATCH] spi: topcliff-pch: Use core message validation
2022-06-15 17:41 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 (7+ messages)
` [Patch V3 1/3] spi: tegra210-quad: Multi-cs support
` [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 (15+ 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: dw: Add deferred DMA-channels setup support
2022-06-10 20:31 UTC (3+ messages)
[PATCH next 0/1] Add simple PM operations to sifive-spi
2022-06-10 15:59 UTC (5+ messages)
` [PATCH next 1/1] spi: sifive: add PM callbacks to support suspend/resume
[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 (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] spi: atmel-quadspi: use pm_ptr()
` [PATCH 3/3] spi: atmel-quadspi: align condition to parenthesis
[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 (5+ messages)
` [PATCH -next 1/2] spi: Remove unnecessary print function dev_err()
` (subset) "
Patchwork summary for: spi-devel-general
2022-06-09 14:20 UTC
[PATCH -next v2] spi: Return true/false (not 1/0) from bool function
2022-06-09 14:13 UTC (3+ messages)
[RFC PATCH 0/2] spi: Add support for stacked/parallel memories
2022-06-09 11:54 UTC (3+ messages)
` [RFC PATCH 1/2] spi: Add multiple CS support for a single SPI device
[PATCH v2] drivers: spi: spi.c: Convert statistics to per-cpu u64_stats_t
2022-06-09 11:06 UTC (4+ messages)
Patchwork housekeeping for: spi-devel-general
2022-06-09 7:56 UTC
[PATCH 00/17] Add support for MT8365 EVK board
2022-06-09 5:58 UTC (6+ messages)
` [PATCH 05/17] dt-bindings: dma: mediatek,uart-dma: add MT8365 bindings
` [PATCH 11/17] dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings
` (subset) [PATCH 00/17] Add support for MT8365 EVK board
[PATCH v1 1/1] spi: Replace match_true() by device_match_any()
2022-06-08 21:59 UTC (4+ messages)
Patchwork summary for: spi-devel-general
2022-06-08 20:50 UTC
[PATCH v2] spi: <linux/spi/spi.h>: Add missing documentation for struct members
2022-06-08 20:46 UTC (3+ messages)
[PATCH] include: linux: spi: spi.h: Add missing documentation for struct members
2022-06-08 13:45 UTC (3+ messages)
[PATCH][next] spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"
2022-06-08 13:35 UTC (4+ messages)
[PATCH v1 1/2] driver core: Introduce device_find_first_child() helper
2022-06-08 13:32 UTC (15+ messages)
` [PATCH v1 2/2] spi: Use device_find_first_child() instead of custom approach
[PATCH 0/2] Add support for PolarFire SoC's spi controllers
2022-06-07 17:33 UTC (4+ messages)
` [PATCH 1/2] spi: add support for microchip fpga "
` [PATCH 2/2] MAINTAINERS: add spi to PolarFire SoC entry
[PATCH 1/1] spi: fix use after free in of_spi_notify
2022-06-07 16:20 UTC (2+ messages)
Patchwork housekeeping for: spi-devel-general
2022-06-07 11:56 UTC
Patchwork summary for: spi-devel-general
2022-06-07 10:50 UTC
[PATCH] spi: intel: Use correct order for the parameters of devm_kcalloc()
2022-06-07 10:46 UTC (2+ messages)
[PATCH] spi: fix typo in comment
2022-06-07 10:46 UTC (2+ messages)
[PATCH] spi: s3c64xx: requests spi-dma channel only during data transfer
2022-06-07 10:46 UTC (2+ messages)
[PATCH] spi: dt-bindings: Move 'rx-sample-delay-ns' to spi-peripheral-props.yaml
2022-06-07 10:46 UTC (2+ messages)
[PATCH v2 0/3] spi: stm32-qspi: Remove unused parameters
2022-06-07 10:46 UTC (2+ messages)
[PATCH -next] spi: cadence-quadspi: Remove spi_master_put() in probe failure path
2022-06-07 10:46 UTC (2+ messages)
[PATCH] spi: spi-altera-dfl: Fix an error handling path
2022-06-07 10:46 UTC (2+ messages)
[PATCH] spi: spi-zynqmp-gqspi: Add two chip select support
2022-06-07 10:46 UTC (2+ messages)
[PATCH v2] spi: spi-ti-qspi: Support per-transfer and per-slave speed_hz settings
2022-06-07 10:46 UTC (2+ messages)
[PATCH] check if dma is active before attempting to terminate
2022-06-06 21:22 UTC (3+ messages)
Patchwork summary for: spi-devel-general
2022-06-06 17:18 UTC
[PATCH] spi: cadence: Detect transmit FIFO depth
2022-06-06 16:13 UTC (2+ messages)
[PATCH] spi: spi-cadence: Fix SPI CS gets toggling sporadically
2022-06-06 16:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).