linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-20 01:29:54 to 2024-01-24 18:50:25 UTC [more...]

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: cs42l43: Handle error from devm_pm_runtime_enable
 2024-01-24 17:41 UTC 

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-01-24 17:31 UTC  (49+ 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] spi: Raise limit on number of chip selects
 2024-01-24 16:08 UTC  (13+ messages)

[PATCH v2 1/6] spi: cs42l43: Tidy up header includes
 2024-01-24 15:30 UTC  (6+ 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 15:20 UTC  (9+ messages)
` [PATCH 2/6] mfd: cs42l43: Use __u8 type rather than u8 for firmware interface
` [PATCH 3/6] mfd: cs42l43: Add time postfixes on defines
` [PATCH 4/6] mfd: cs42l43: Add some missing dev_err_probes
` [PATCH 5/6] mfd: cs42l43: Handle error from devm_pm_runtime_enable
` [PATCH 6/6] spi: cs42l43: Tidy up header includes

Patchwork housekeeping for: spi-devel-general
 2024-01-24 13:56 UTC 

[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-24 10:40 UTC  (43+ messages)
` [PATCH 01/21] spi: dt-bindings: samsung: add google,gs101-spi compatible
` [PATCH 02/21] spi: s3c64xx: sort headers alphabetically
` [PATCH 03/21] spi: s3c64xx: remove extra blank line
` [PATCH 04/21] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH 05/21] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH 06/21] spi: s3c64xx: remove else after return
` [PATCH 07/21] spi: s3c64xx: use bitfield access macros
` [PATCH 08/21] spi: s3c64xx: move error check up to avoid rechecking
` [PATCH 09/21] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH 10/21] spi: s3c64xx: move common code outside if else
` [PATCH 11/21] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH 12/21] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH 13/21] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH 14/21] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH 15/21] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH 16/21] spi: s3c64xx: add missing blank line after declaration
` [PATCH 17/21] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH 18/21] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi
` [PATCH 20/21] spi: s3c64xx: make the SPI alias optional for newer SoCs
` [PATCH 21/21] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver

[PATCH 0/7] arm64: exynos: Enable SPI for Exynos850
 2024-01-24  6:49 UTC  (16+ messages)
` [PATCH 1/7] dt-bindings: clock: exynos850: Add PDMA clocks
  ` (subset) "
` [PATCH 2/7] dt-bindings: spi: samsung: Add Exynos850 SPI
` [PATCH 3/7] clk: samsung: exynos850: Add PDMA clocks
  ` (subset) "
` [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 0/4] Deprecate register_restart_handler()
 2024-01-23 21:44 UTC  (6+ messages)
` [PATCH 1/4] kernel/reboot: "
` [PATCH 2/4] drivers/soc/litex: Use devm_register_restart_handler()
` [PATCH 3/4] firmware: psci: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
` [PATCH 4/4] firmware: ti_sci: Use devm_register_restart_handler()

Patchwork housekeeping for: spi-devel-general
 2024-01-23 20:56 UTC 

[GIT PULL] SPI updates for v6.8
 2024-01-23 19:57 UTC  (7+ messages)

[PATCH v1] spi: dt-bindings: spi-rockchip: restrict num-cs
 2024-01-23 17:45 UTC  (6+ messages)

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

Patchwork summary for: spi-devel-general
 2024-01-23 13:13 UTC 

[PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
 2024-01-23 12:32 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95

[PATCH] spi: spi-cadence: Reverse the order of interleaved write and read operations
 2024-01-23 12:32 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-01-23  0:46 UTC 

[PATCH 0/2] spi: intel-pci: Meteor Lake fix and Arrow Lake PCI ID
 2024-01-22 22:07 UTC  (4+ 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 v2 1/1] spi: spi-imx: Use dev_err_probe for failed DMA channel requests
 2024-01-22 22:07 UTC  (2+ messages)

[PATCH] spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
 2024-01-22 22:07 UTC  (2+ messages)

[PATCH] spi: s3c64xx: Extract FIFO depth calculation to a dedicated macro
 2024-01-22 20:44 UTC  (6+ messages)

Patchwork summary for: spi-devel-general
 2024-01-22 19:27 UTC 

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

[PATCH 1/1] spi: nxp-fspi: Adjust LUT debug output alignment
 2024-01-22 16:49 UTC  (2+ 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] mtd: hyperbus: Add support for Infineon S26Hx-T
 2024-01-22  8:13 UTC  (4+ messages)

[PATCH 00/33] spi: get rid of some legacy macros
 2024-01-21 16:27 UTC  (6+ messages)
` [PATCH 01/33] fpga: ice40-spi: Follow renaming of SPI "master" to "controller"
` [PATCH 03/33] iio: adc: ad_sigma_delta: "


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