messages from 2026-03-17 07:42:11 to 2026-03-23 18:28:32 UTC [more...]
[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
2026-03-23 18:28 UTC (20+ messages)
` [PATCH net-next 01/10] net: wan: framer: switch to using class_find_device_by_fwnode()
` [PATCH 02/10] phy: core: "
` [PATCH 03/10] spi: "
` [PATCH 04/10] regulator: of: "
` [PATCH 05/10] leds: led-class: "
` [PATCH 06/10] mux: "
` [PATCH net-next 07/10] net: phy: "
` [PATCH 08/10] fpga: bridge: "
` [PATCH 09/10] fpga: manager: "
` [PATCH 10/10] driver core: class: remove class_find_device_by_of_node()
Patchwork summary for: spi-devel-general
2026-03-23 18:10 UTC
[PATCH] spi: pl022: update outdated references to pump_transfers()
2026-03-23 18:10 UTC (3+ messages)
[PATCH 0/5] spi: imx: fix use-after-free on unbind
2026-03-23 17:02 UTC (15+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] spi: imx: switch to managed controller allocation
` [PATCH 3/5] spi: tegra20-slink: "
` [PATCH 4/5] spi: rockchip: fix controller deregistration
` [PATCH 5/5] spi: rockchip: switch to managed controller allocation
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-03-23 16:03 UTC (4+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API
` [PATCH v2 13/19] spi: Use trace_call__##name() at guarded tracepoint call sites
[PATCH v1 1/1] spi: Replace open coded variant of spi_bpw_to_bytes()
2026-03-23 14:04 UTC
[PATCH] spi: meson-spicc: Fix double-put in remove path
2026-03-23 11:33 UTC (4+ messages)
[PATCH] spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove() callback
2026-03-22 14:28 UTC
[PATCH v1 0/2] spi: Add data loopback OF compatible
2026-03-22 10:01 UTC (8+ messages)
` [PATCH v1 1/2] dt-bindings: trivial-devices: add spi-miso-mosi-loopback
[PATCH] spi: pxa2xx: update outdated reference to pump_transfers()
2026-03-21 10:59 UTC
[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
2026-03-21 3:10 UTC (7+ messages)
[PATCH v1] spi: geni-qcom: Fix CPHA and CPOL mode change detection
2026-03-21 3:04 UTC (3+ messages)
[GIT PULL] SPI fixes for v7.0-rc4
2026-03-20 17:13 UTC (2+ messages)
[PATCH 0/5] Add RSPIs support for RZ/G3E SoC
2026-03-20 11:16 UTC (13+ messages)
` [PATCH 1/5] clk: renesas: r9a09g047: Add entries for the RSPIs
` [PATCH 2/5] spi: dt-bindings: renesas,rzv2h-rspi: Document dmas property
` [PATCH 3/5] spi: dt-bindings: renesas,rzv2h-rspi: Document RZ/G3E SoC support
` [PATCH 4/5] arm64: dts: renesas: r9a09g047: Add RSPI nodes
` [PATCH 5/5] arm64: dts: renesas: r9a09g047e57-smarc: Enable RSPI0
` (subset) [PATCH 0/5] Add RSPIs support for RZ/G3E SoC
[PATCH spi-next v2 00/11] spi: spi-fsl-lpspi: various cleanup and enhancement patches
2026-03-20 9:23 UTC (13+ messages)
` [PATCH spi-next v2 01/11] spi: spi-fsl-lpspi: adapt to kernel coding style
` [PATCH spi-next v2 02/11] spi: spi-fsl-lpspi: fsl_lpspi_set_watermark(): use FIELD_PREP() to encode FIFO Control register
` [PATCH spi-next v2 03/11] spi: spi-fsl-lpspi: fsl_lpspi_probe(): use FIELD_GET to decode Parameter register and add size check
` [PATCH spi-next v2 04/11] spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use mode from struct fsl_lpspi_data::config::mode
` [PATCH spi-next v2 05/11] spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): remove obfuscated and obsolete assignment of TCR_CPOL and SPI_CPHA
` [PATCH spi-next v2 06/11] spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use FIELD_PREP to encode Transmit Command register
` [PATCH spi-next v2 07/11] spi: spi-fsl-lpspi: fsl_lpspi_setup_transfer(): remove useless spi_transfer NULL pointer check
` [PATCH spi-next v2 08/11] spi: spi-fsl-lpspi: fsl_lpspi_can_dma(): directly assign return value to fsl_lpspi->usedma
` [PATCH spi-next v2 09/11] spi: spi-fsl-lpspi: fsl_lpspi_reset(): convert to void function
` [PATCH spi-next v2 10/11] spi: spi-fsl-lpspi: fsl_lpspi_write_tx_fifo(): simplify while() loop check
` [PATCH spi-next v2 11/11] spi: spi-fsl-lpspi: make struct lpspi_config::mode u32
[PATCH v6 0/6] Add support for Microchip LAN969x
2026-03-20 9:11 UTC (2+ messages)
[PATCH v5 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-20 8:39 UTC (22+ messages)
` [PATCH v5 01/17] spi: axiado: Simplify clock management with devm_clk_get_enabled()
` [PATCH v5 02/17] spi: bcm63xx-hsspi: Simplify clock handling "
` [PATCH v5 03/17] spi: bcmbca-hsspi: "
` [PATCH v5 04/17] spi: img-spfi: "
` [PATCH v5 05/17] spi: imx: "
` [PATCH v5 06/17] spi: npcm-pspi: "
` [PATCH v5 07/17] spi: orion: "
` [PATCH v5 08/17] spi: rockchip-sfc: "
` [PATCH v5 09/17] spi: sifive: "
` [PATCH v5 10/17] spi: slave-mt27xx: "
` [PATCH v5 11/17] spi: st: "
` [PATCH v5 12/17] spi: stm32-qspi: "
` [PATCH v5 13/17] spi: stm32: "
` [Linux-stm32] "
` [PATCH v5 14/17] spi: sunplus-sp7021: "
` [PATCH v5 15/17] spi: uniphier: "
` [PATCH v5 16/17] spi: zynq-qspi: "
` [PATCH v5 17/17] spi: zynqmp-gqspi: "
[PATCH spi] spi: spi-fsl-lpspi: fix teardown order issue (UAF)
2026-03-19 18:38 UTC
[PATCH spi-next 00/11] spi: spi-fsl-lpspi: various cleanup and enhancement patches
2026-03-19 18:17 UTC (11+ messages)
` [PATCH spi-next 04/11] spi: spi-fsl-lpspi: fsl_lpspi_set_watermark(): use FIELD_PREP() to encode FIFO Status register
Patchwork housekeeping for: spi-devel-general
2026-03-19 17:56 UTC
[PATCH v2 0/2] LED: Add fault state handling to LP5860 LED
2026-03-19 17:34 UTC (3+ messages)
` [PATCH v2 1/2] led: lp5860: expose fault state via sysfs
[PATCH] spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifo
2026-03-19 15:50 UTC (4+ messages)
[PATCH] spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
2026-03-19 11:43 UTC
Patchwork summary for: spi-devel-general
2026-03-19 11:40 UTC
[PATCH v5 00/15] hwspinlock: move device alloc into core and refactor includes
2026-03-19 10:59 UTC (2+ messages)
` [PATCH v5 15/15] hwspinlock/treewide: refactor consumer.h from public header
[PATCH 0/2] spi hisi-kunpeng cleanup and fix
2026-03-19 3:08 UTC (4+ messages)
` [PATCH 1/2] spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifo
` [PATCH 2/2] spi: hisi-kunpeng: Add timeout warning in FIFO flush function
Patchwork housekeeping for: spi-devel-general
2026-03-19 2:56 UTC
[PATCH v3 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-18 19:02 UTC (22+ messages)
` [PATCH v3 01/17] spi: axiado: Use helper function devm_clk_get_enabled()
` [PATCH v3 02/17] spi: bcm63xx-hsspi: "
` [PATCH v3 03/17] spi: bcmbca-hsspi: "
` [PATCH v3 04/17] spi: img-spfi: "
` [PATCH v3 05/17] spi: imx: "
` [PATCH v3 06/17] spi: npcm-pspi: "
` [PATCH v3 07/17] spi: orion: "
` [PATCH v3 08/17] spi: rockchip-sfc: "
` [PATCH v3 09/17] spi: sifive: "
` [PATCH v3 10/17] spi: slave-mt27xx: "
` [PATCH v3 11/17] spi: st: "
` [PATCH v3 12/17] spi: stm32-qspi: "
` [PATCH v3 13/17] spi: stm32: "
` [PATCH v3 14/17] spi: sunplus-sp7021: "
` [PATCH v3 15/17] spi: uniphier: "
` [PATCH v3 16/17] spi: zynq-qspi: "
` [PATCH v3 17/17] spi: zynqmp-gqspi: "
[PATCH v4 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-18 17:20 UTC (20+ messages)
` [PATCH v4 01/17] spi: axiado: Simplify clock management with devm_clk_get_enabled()
` [PATCH v4 02/17] spi: bcm63xx-hsspi: Simplify clock handling "
` [PATCH v4 03/17] spi: bcmbca-hsspi: "
` [PATCH v4 04/17] spi: img-spfi: "
` [PATCH v4 05/17] spi: imx: "
` [PATCH v4 06/17] spi: npcm-pspi: "
` [PATCH v4 07/17] spi: orion: "
` [PATCH v4 08/17] spi: rockchip-sfc: "
` [PATCH v4 09/17] spi: sifive: "
` [PATCH v4 10/17] spi: slave-mt27xx: "
` [PATCH v4 11/17] spi: st: "
` [PATCH v4 12/17] spi: stm32-qspi: "
` [PATCH v4 13/17] spi: stm32: "
` [Linux-stm32] "
` [PATCH v4 14/17] spi: sunplus-sp7021: "
` [PATCH v4 15/17] spi: uniphier: "
` [PATCH v4 16/17] spi: zynq-qspi: "
` [PATCH v4 17/17] spi: zynqmp-gqspi: "
[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
2026-03-18 16:31 UTC (5+ messages)
[PATCH v3 0/3] Add DMA support for RZ/T2H RSPI
2026-03-18 16:14 UTC (3+ messages)
` [PATCH v3 1/3] dt-bindings: spi: renesas,rzv2h-rspi: allow multiple DMAs
[PATCH 0/2] spi: sn-f-ospi: two small fixes
2026-03-18 16:12 UTC (3+ messages)
` [PATCH 1/2] spi: sn-f-ospi: Fix resource leak in f_ospi_probe()
` [PATCH 2/2] spi: sn-f-ospi: Use devm_mutex_init() to simplify code
[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-03-18 10:58 UTC (13+ messages)
[PATCH] device property: Make modifications of fwnode "flags" thread safe
2026-03-18 9:06 UTC (15+ messages)
[PATCH] spi: axiado: fix use-after-free on probe failure
2026-03-18 7:54 UTC (3+ messages)
Patchwork housekeeping for: spi-devel-general
2026-03-18 2:56 UTC
[PATCH v1] spi: geni-qcom: Check DMA interrupts early in ISR
2026-03-17 18:10 UTC (4+ messages)
Patchwork summary for: spi-devel-general
2026-03-17 18:20 UTC
Patchwork housekeeping for: spi-devel-general
2026-03-17 16:56 UTC
[RFC PATCH v2 00/12] spi: cadence-quadspi: add PHY tuning support
2026-03-17 15:17 UTC (6+ messages)
` [RFC PATCH v2 11/12] spi: cadence-quadspi: restrict PHY frequency to tuned operations
Patchwork summary for: spi-devel-general
2026-03-17 12:00 UTC
[PATCH 0/5] spi: controller registration fixes
2026-03-17 11:50 UTC (2+ messages)
[PATCH AUTOSEL 6.19-6.6] spi: intel-pci: Add support for Nova Lake mobile SPI flash
2026-03-17 11:32 UTC
[PATCH spi-next 02/11] spi: spi-fsl-lpspi: fsl_lpspi_probe(): use FIELD_GET to decode Parameter register
2026-03-17 9:04 UTC (3+ messages)
Patchwork housekeeping for: spi-devel-general
2026-03-17 7:56 UTC
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