linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 14:02:47 to 2024-02-01 10:56:27 UTC [more...]

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

[PATCH v4] spi: imx: fix the burst length at DMA mode and CPU mode
 2024-02-01 10:54 UTC 

[PATCH v3] spi: imx: fix the burst length at DMA mode and CPU mode
 2024-02-01 10:47 UTC  (3+ messages)

[PATCH 0/2] mtd: hyperbus: Add support for Infineon S26Hx-T
 2024-02-01 10:46 UTC  (4+ messages)

[PATCH] spi: cs42l43: Clean up of firmware node
 2024-02-01 10:44 UTC 

[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
 2024-02-01 10:33 UTC  (12+ 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: "

[PATCH v2] spi: imx: fix the burst length at DMA mode and CPU mode
 2024-02-01  9:58 UTC  (5+ messages)

[PATCH v8 0/9] Add octal DTR support for Macronix flash
 2024-02-01  9:43 UTC  (10+ messages)
` [PATCH v8 1/9] mtd: spi-nor: add Octal "
` [PATCH v8 2/9] spi: spi-mem: Allow specifying the byte order in Octal DTR mode
` [PATCH v8 3/9] mtd: spi-nor: core: "
` [PATCH v8 4/9] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT
` [PATCH v8 5/9] spi: mxic: Add support for swapping byte
` [PATCH v8 6/9] mtd: spi-nor: add support for Macronix Octal flash MX25 series with RWW feature
` [PATCH v8 7/9] mtd: spi-nor: add support for Macronix Octal flash MX66 "
` [PATCH v8 8/9] mtd: spi-nor: add support for Macronix Octal flash MX25 series
` [PATCH v8 9/9] mtd: spi-nor: add support for Macronix Octal flash MX66 series

[PATCH v7 0/6] Add cs42l43 PC focused SoundWire CODEC
 2024-01-31 20:17 UTC  (6+ messages)
` [PATCH v7 5/6] spi: cs42l43: Add SPI controller support

[PATCH] spi: imx: fix the burst length at DMA mode and CPU mode
 2024-01-31 19:38 UTC  (4+ messages)

[PATCH] spi: reorder spi_message struct member doc comments
 2024-01-31 17:07 UTC 

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

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-30 22:25 UTC  (75+ 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

Patchwork summary for: spi-devel-general
 2024-01-30 19:40 UTC 

[PATCH] spi: sh-msiof: avoid integer overflow in constants
 2024-01-30 19:38 UTC  (7+ messages)

[RFC PATCH v2 0/3] Virtio SPI Linux driver compliant to draft spec V10
 2024-01-30 14:24 UTC  (9+ 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 v2 17/33] spi: bitbang: Follow renaming of SPI "master" to "controller"
 2024-01-30 10:46 UTC  (2+ messages)

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

[PATCH] spi: Kconfig: cap[c]ability
 2024-01-29 18:17 UTC  (2+ messages)

[PATCH v3 00/17] spi: s3c64xx: straightforward cleanup
 2024-01-29 17:59 UTC  (30+ 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

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

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

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

[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 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  (8+ messages)
` [PATCH v3 2/6] mfd: "
` [PATCH v3 4/6] mfd: cs42l43: Add time postfixes on defines

[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 22:50 UTC  (7+ messages)
` [PATCH 07/21] spi: s3c64xx: use bitfield access macros

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  (2+ messages)

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  (2+ messages)
` (subset) "


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