linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-24 15:16:30 to 2024-01-29 15:56:26 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2024-01-29 15:56 UTC 

[PATCH v4 1/6] spi: cs42l43: Tidy up header includes
 2024-01-29 15:25 UTC  (6+ messages)
` [PATCH v4 2/6] mfd: "
` [PATCH v4 3/6] mfd: cs42l43: Use __u8 type rather than u8 for firmware interface
` [PATCH v4 4/6] mfd: cs42l43: Add time postfixes on defines
` [PATCH v4 5/6] mfd: cs42l43: Add some missing dev_err_probe()s
` [PATCH v4 6/6] mfd: cs42l43: Handle error from devm_pm_runtime_enable()

[RFC PATCH v2 0/3] Virtio SPI Linux driver compliant to draft spec V10
 2024-01-29  7:06 UTC  (7+ messages)
` [RFC PATCH v2 1/3] virtio: Add ID for virtio SPI
` [RFC PATCH v2 2/3] virtio-spi: Add virtio-spi.h (V10 draft specification)
` [RFC PATCH v2 3/3] SPI: Add virtio SPI driver "

[PATCH 4/4] firmware: ti_sci: Use devm_register_restart_handler()
 2024-01-29  2:16 UTC  (2+ messages)

[PATCH] spi: Kconfig: cap[c]ability
 2024-01-28  5:53 UTC 

[PATCH 3/3] spi: spi-rockchip: Fix unused chip select line when using gpio cs
 2024-01-27  9:48 UTC  (2+ messages)

[PATCH v3 00/17] spi: s3c64xx: straightforward cleanup
 2024-01-27  3:44 UTC  (28+ messages)
` [PATCH v3 01/17] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v3 02/17] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH v3 03/17] spi: s3c64xx: avoid possible negative array index
` [PATCH v3 04/17] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v3 05/17] spi: s3c64xx: sort headers alphabetically
` [PATCH v3 06/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v3 07/17] spi: s3c64xx: remove else after return
` [PATCH v3 08/17] spi: s3c64xx: move common code outside if else
` [PATCH v3 09/17] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v3 10/17] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v3 11/17] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v3 12/17] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v3 13/17] spi: s3c64xx: drop blank line between declarations
` [PATCH v3 14/17] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v3 15/17] spi: s3c64xx: remove duplicated definition
` [PATCH v3 16/17] spi: s3c64xx: drop a superfluous bitwise NOT operation
` [PATCH v3 17/17] spi: s3c64xx: use bitfield access macros

[GIT PULL] SPI fixes for v6.8-rc1
 2024-01-26 22:05 UTC  (2+ messages)

[PATCH] spi: bcm2835: implement ctlr->max_transfer_size
 2024-01-26 22:00 UTC 

[PATCH] spi: move split xfers for CS_WORD emulation
 2024-01-26 21:23 UTC 

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-26 21:19 UTC  (74+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 02/28] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [PATCH v2 04/28] spi: dt-bindings: samsung: add google,gs101-spi compatible
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 06/28] spi: s3c64xx: sort headers alphabetically
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 08/28] spi: s3c64xx: remove else after return
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible
` [PATCH v2 21/28] spi: s3c64xx: infer "
` [PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi
` [PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver

[PATCH 2/3] spi: spi-rockchip: Fix max_native_cs
 2024-01-26 19:46 UTC 

[PATCH 1/3] spi: spi-rockchip: Fix out of bounds array access
 2024-01-26 19:46 UTC 

[PATCH 0/3] spi: spi-rockchip: Fix of chip select lines handling
 2024-01-26 19:46 UTC 

[PATCH v1] spi: dt-bindings: spi-rockchip: restrict num-cs
 2024-01-26 19:23 UTC  (5+ messages)

Patchwork summary for: spi-devel-general
 2024-01-26 17:20 UTC 

[PATCH] spi: avoid double validation in __spi_sync()
 2024-01-26 17:19 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-01-26 14:40 UTC 

[PATCH] spi: fix finalize message on error return
 2024-01-26 14:35 UTC  (2+ messages)

[PATCH v3 1/6] spi: cs42l43: Tidy up header includes
 2024-01-26  9:06 UTC  (11+ messages)
` [PATCH v3 2/6] mfd: "
` [PATCH v3 3/6] mfd: cs42l43: Use __u8 type rather than u8 for firmware interface
` [PATCH v3 4/6] mfd: cs42l43: Add time postfixes on defines
` [PATCH v3 5/6] mfd: cs42l43: Add some missing dev_err_probe()s
` [PATCH v3 6/6] mfd: cs42l43: Handle error from devm_pm_runtime_enable()

[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 22:50 UTC  (16+ messages)
` [PATCH 07/21] spi: s3c64xx: use bitfield access macros
` [PATCH 16/21] spi: s3c64xx: add missing blank line after declaration
` [PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi

Patchwork summary for: spi-devel-general
 2024-01-25 18:30 UTC 

[PATCH] spi: cs42l43: Handle error from devm_pm_runtime_enable
 2024-01-25 18:25 UTC  (3+ messages)

[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
 2024-01-25 15:56 UTC  (10+ messages)
` [PATCH 1/7] ARM: dts: samsung: s5pv210: "
` [PATCH 2/7] ARM: dts: samsung: exynos3250: "
` [PATCH 3/7] ARM: dts: samsung: exynos4: "
` [PATCH 4/7] ARM: dts: samsung: exynos5250: "
` [PATCH 5/7] ARM: dts: samsung: exynos5450: "
` [PATCH 6/7] ARM: dts: samsung: exynos5433: "
` [PATCH 7/7] ARM: dts: samsung: exynosautov9: "

Patchwork housekeeping for: spi-devel-general
 2024-01-25 14:56 UTC 

Patchwork summary for: spi-devel-general
 2024-01-25 14:10 UTC 

[PATCH 0/7] arm64: exynos: Enable SPI for Exynos850
 2024-01-25 14:02 UTC  (5+ messages)
` [PATCH 5/7] spi: s3c64xx: Add Exynos850 support
` (subset) [PATCH 0/7] arm64: exynos: Enable SPI for Exynos850

[PATCH v2 0/2] spi: samsung: Add Exynos850 support
 2024-01-25 13:36 UTC  (4+ messages)
` [PATCH v2 1/2] spi: dt-bindings: samsung: Add Exynos850 SPI
` [PATCH v2 2/2] spi: s3c64xx: Add Exynos850 support

Patchwork housekeeping for: spi-devel-general
 2024-01-25 10:56 UTC 

[PATCH v2] spi: cs42l43: Handle error from devm_pm_runtime_enable()
 2024-01-25 10:34 UTC 

[PATCH v2 1/6] spi: cs42l43: Tidy up header includes
 2024-01-24 21:01 UTC  (10+ messages)
` [PATCH v2 2/6] mfd: "
` [PATCH v2 3/6] mfd: cs42l43: Use __u8 type rather than u8 for firmware interface
` [PATCH v2 4/6] mfd: cs42l43: Add time postfixes on defines
` [PATCH v2 5/6] mfd: cs42l43: Add some missing dev_err_probes
` [PATCH v2 6/6] mfd: cs42l43: Handle error from devm_pm_runtime_enable

[PATCH 1/6] mfd: cs42l43: Tidy up header includes
 2024-01-24 20:31 UTC  (6+ messages)
` [PATCH 6/6] spi: "

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-01-24 20:02 UTC  (15+ messages)
` [PATCH v2 10/33] misc: gehc-achc: Follow renaming of SPI "master" to "controller"
` [PATCH v2 25/33] staging: fbtft: "
` [PATCH v2 26/33] staging: greybus: spi: "
` [PATCH v2 28/33] usb: gadget: max3420_udc: "

Patchwork summary for: spi-devel-general
 2024-01-24 18:50 UTC 

[PATCH] spi: consolidate setting message->spi
 2024-01-24 18:40 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-01-24 18:20 UTC 

[PATCH v2] spi: Raise limit on number of chip selects
 2024-01-24 18:11 UTC  (2+ messages)

[PATCH] spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detected
 2024-01-24 18:11 UTC  (2+ messages)

[PATCH] spi: Raise limit on number of chip selects
 2024-01-24 16:08 UTC  (11+ 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).