linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-10 21:39:30 to 2024-01-22 18:58:02 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2024-01-22 18:58 UTC 

[GIT PULL] SPI updates for v6.8
 2024-01-22 18:57 UTC  (5+ messages)

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-01-22 18:19 UTC  (38+ messages)
` [PATCH v2 01/33] fpga: ice40-spi: Follow renaming of SPI "master" to "controller"
` [PATCH v2 02/33] ieee802154: ca8210: "
` [PATCH v2 03/33] iio: adc: ad_sigma_delta: "
` [PATCH v2 04/33] Input: pxspad - follow "
` [PATCH v2 05/33] Input: synaptics-rmi4 "
` [PATCH v2 06/33] media: mgb4: Follow "
` [PATCH v2 07/33] media: netup_unidvb: "
` [PATCH v2 08/33] media: usb/msi2500: "
` [PATCH v2 09/33] media: v4l2-subdev: "
` [PATCH v2 10/33] misc: gehc-achc: "
` [PATCH v2 11/33] mmc: mmc_spi: "
` [PATCH v2 12/33] mtd: dataflash: "
` [PATCH v2 13/33] mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missing
` [PATCH v2 14/33] net: ks8851: Follow renaming of SPI "master" to "controller"
` [PATCH v2 15/33] net: vertexcom: mse102x: "
` [PATCH v2 16/33] platform/chrome: cros_ec_spi: "
` [PATCH v2 17/33] spi: bitbang: "
` [PATCH v2 18/33] spi: cadence-quadspi: Don't emit error message on allocation error
` [PATCH v2 19/33] spi: cadence-quadspi: Follow renaming of SPI "master" to "controller"
` [PATCH v2 20/33] spi: cavium: "
` [PATCH v2 21/33] spi: geni-qcom: "
` [PATCH v2 22/33] spi: loopback-test: "
` [PATCH v2 23/33] spi: slave-mt27xx: "
` [PATCH v2 24/33] spi: spidev: "
` [PATCH v2 25/33] staging: fbtft: "
` [PATCH v2 26/33] staging: greybus: spi: "
` [PATCH v2 27/33] tpm_tis_spi: "
` [PATCH v2 28/33] usb: gadget: max3420_udc: "
` [PATCH v2 29/33] video: fbdev: mmp: "
` [PATCH v2 30/33] wifi: libertas: "
` [PATCH v2 31/33] spi: fsl-lib: "
` [PATCH v2 32/33] spi: Drop compat layer from renaming "
` [PATCH v2 33/33] Documentation: spi: Update documentation for "

[PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
 2024-01-22 17:46 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95

[PATCH 1/1] spi: nxp-fspi: Adjust LUT debug output alignment
 2024-01-22 16:49 UTC  (3+ messages)

[PATCH] spi: spi-mt65xx: Support sleep pin control
 2024-01-22 16:49 UTC  (2+ messages)

[PATCH] spi: make spi_bus_type const
 2024-01-22 16:49 UTC  (2+ messages)

[PATCH 0/2] spi: intel-pci: Meteor Lake fix and Arrow Lake PCI ID
 2024-01-22 12:00 UTC  (3+ messages)
` [PATCH 1/2] spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list
` [PATCH 2/2] spi: intel-pci: Add support for Arrow Lake SPI serial flash

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

[PATCH] spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
 2024-01-22  2:34 UTC  (5+ messages)

[PATCH] spi: Raise limit on number of chip selects
 2024-01-22  1:21 UTC 

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-01-21 21:17 UTC  (13+ messages)
` [PATCH v11 03/10] spi: Add multi-cs memories support in SPI core

[PATCH 00/33] spi: get rid of some legacy macros
 2024-01-21 16:27 UTC  (55+ messages)
` [PATCH 01/33] fpga: ice40-spi: Follow renaming of SPI "master" to "controller"
` [PATCH 02/33] ieee802154: ca8210: "
` [PATCH 03/33] iio: adc: ad_sigma_delta: "
` [PATCH 04/33] Input: pxspad - follow "
` [PATCH 05/33] Input: synaptics-rmi4 "
` [PATCH 06/33] media: mgb4: Follow "
` [PATCH 07/33] media: netup_unidvb: "
` [PATCH 08/33] media: usb/msi2500: "
` [PATCH 09/33] media: v4l2-subdev: "
` [PATCH 10/33] misc: gehc-achc: "
` [PATCH 11/33] mmc: mmc_spi: "
` [PATCH 12/33] mtd: dataflash: "
` [PATCH 13/33] mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missing
` [PATCH 14/33] net: ks8851: Follow renaming of SPI "master" to "controller"
` [PATCH 15/33] net: vertexcom: mse102x: "
` [PATCH 16/33] platform/chrome: cros_ec_spi: "
` [PATCH 17/33] spi: bitbang: "
` [PATCH 18/33] spi: cadence-quadspi: Don't emit error message on allocation error
` [PATCH 19/33] spi: cadence-quadspi: Follow renaming of SPI "master" to "controller"
` [PATCH 20/33] spi: cavium: "
` [PATCH 21/33] spi: geni-qcom: "
` [PATCH 22/33] spi: loopback-test: "
` [PATCH 23/33] spi: slave-mt27xx: "
` [PATCH 24/33] spi: spidev: "
` [PATCH 25/33] staging: fbtft: "
` [PATCH 26/33] staging: greybus: spi: "
` [PATCH 27/33] tpm_tis_spi: "
` [PATCH 28/33] usb: gadget: max3420_udc: "
` [PATCH 29/33] video: fbdev: mmp: "
` [PATCH 30/33] wifi: libertas: "
` [PATCH 31/33] spi: fsl-lib: "
` [PATCH 32/33] spi: Drop compat layer from renaming "
` [PATCH 33/33] Documentation: spi: Update documentation for "

[PATCH 0/7] arm64: exynos: Enable SPI for Exynos850
 2024-01-20  1:29 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: clock: exynos850: Add PDMA clocks
` [PATCH 2/7] dt-bindings: spi: samsung: Add Exynos850 SPI
` [PATCH 3/7] clk: samsung: exynos850: Add PDMA clocks
` [PATCH 4/7] clk: samsung: exynos850: Propagate SPI IPCLK rate change
` [PATCH 5/7] spi: s3c64xx: Add Exynos850 support
` [PATCH 6/7] arm64: dts: exynos: Add PDMA node for Exynos850
` [PATCH 7/7] arm64: dts: exynos: Add SPI nodes "

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-19 22:06 UTC  (3+ messages)
` [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description

[GIT PULL] SPI fixes for v6.8-merge-window
 2024-01-19 21:27 UTC  (2+ messages)

[PATCH v7 0/6] Add cs42l43 PC focused SoundWire CODEC
 2024-01-19 17:24 UTC  (22+ messages)
` [PATCH v7 1/6] soundwire: bus: Allow SoundWire peripherals to register IRQ handlers
` [PATCH v7 3/6] mfd: cs42l43: Add support for cs42l43 core driver
` [PATCH v7 4/6] pinctrl: cs42l43: Add support for the cs42l43
` [PATCH v7 5/6] spi: cs42l43: Add SPI controller support
` [PATCH v7 6/6] ASoC: cs42l43: Add support for the cs42l43

[PATCH 0/6] spi: loopback-test: add new tests and bug fixes
 2024-01-18 13:43 UTC  (7+ messages)
` [PATCH 5/6] spi: loopback-test: add elapsed time check

[PATCH v7 00/39] ep93xx device tree conversion
 2024-01-18  9:36 UTC  (5+ messages)
` [PATCH v7 15/39] dt-bindings: spi: Add Cirrus EP93xx
` [PATCH v7 16/39] spi: ep93xx: add DT support for "

[PATCH 00/13] spi: axi-spi-engine: add offload support
 2024-01-12 20:09 UTC  (42+ messages)
` [PATCH 01/13] spi: add core support for controllers with offload capabilities
` [PATCH 02/13] scripts: dtc: checks: don't warn on SPI non-peripheral child nodes
` [PATCH 04/13] spi: dt-bindings: adi,axi-spi-engine: add offload bindings
` [PATCH 05/13] spi: axi-spi-engine: add SPI offload support
` [PATCH 06/13] iio: buffer: add hardware triggered buffer support
` [PATCH 08/13] iio: buffer: add new hardware triggered buffer driver
` [PATCH 10/13] iio: buffer: dmaengine: export devm_iio_dmaengine_buffer_alloc()
` [PATCH 11/13] dt-bindings: iio: offload: add binding for PWM/DMA triggered buffer
` [PATCH 12/13] iio: offload: add new PWM triggered DMA buffer driver


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