linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 21:17:54 to 2022-04-24 03:56:36 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-04-24  3:56 UTC 

[PATCH v6 0/5] spi: add support for Mediatek SPI-NAND controller
 2022-04-24  3:25 UTC  (6+ messages)
` [PATCH v6 1/5] mtd: nand: make mtk_ecc.c a separated module
` [PATCH v6 2/5] spi: add driver for MTK SPI NAND Flash Interface
` [PATCH v6 3/5] mtd: nand: mtk-ecc: also parse nand-ecc-engine if available
` [PATCH v6 4/5] spi: dt-bindings: add binding doc for spi-mtk-snfi
` [PATCH v6 5/5] arm64: dts: mediatek: add mtk-snfi for mt7622

[PATCH v5 0/6] auxdisplay: Add support for the Titanmec TM1628 7 segment display controller
 2022-04-23 20:57 UTC  (11+ messages)
` [PATCH v5 2/6] dt-bindings: auxdisplay: Add Titan Micro Electronics TM1628

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-23 16:09 UTC  (17+ messages)
` [PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v7 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v7 03/12] fsl-mc: "
` [PATCH v7 04/12] hv: "
` [PATCH v7 05/12] PCI: "
` [PATCH v7 06/12] s390/cio: "
` [PATCH v7 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v7 08/12] vdpa: "
` [PATCH v7 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v7 10/12] slimbus: qcom-ngd: "
` [PATCH v7 11/12] rpmsg: Constify local variable in field store macro
` [PATCH v7 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

[PATCH v5 0/5] spi: add support for Mediatek SPI-NAND controller
 2022-04-23 15:40 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-04-23 14:56 UTC 

[PATCH v3 0/3] Improve SPI support for Ingenic SoCs
 2022-04-23 14:38 UTC  (4+ messages)
` [PATCH v3 1/3] SPI: Ingenic: Add support for use GPIO as chip select line
` [PATCH v3 2/3] dt-bindings: SPI: Add bindings for new Ingenic SoCs
` [PATCH v3 3/3] SPI: Ingenic: Add support "

[PATCH v2 0/3] Improve SPI support for Ingenic SoCs
 2022-04-23 12:54 UTC  (6+ messages)
` [PATCH v2 1/3] SPI: Ingenic: Add support for use GPIO as chip select line
` [PATCH v2 2/3] dt-bindings: SPI: Add bindings for new Ingenic SoCs
` [PATCH v2 3/3] SPI: Ingenic: Add support "

[PATCH 1/4] dt-bindings: spi: sun6i: add DT bindings for Allwinner R329 SPI
 2022-04-23  0:10 UTC  (12+ messages)
` [PATCH 2/4] spi: sun6i: change OF match data to a struct
` [PATCH 3/4] spi: sun6i: add quirk for in-controller clock divider
` [PATCH 4/4] spi: sun6i: add support for R329 SPI controllers

Patchwork housekeeping for: spi-devel-general
 2022-04-22 19:56 UTC 

[PATCH 0/4] Allwinner R329 SPI support
 2022-04-22 15:56 UTC 

[PATCH] spi: img-spfi: Fix pm_runtime_get_sync() error checking
 2022-04-22 13:14 UTC  (2+ messages)

[PATCH 1/2 v4] dt-bindings: dspi: added for semtech sx1301
 2022-04-22  2:19 UTC  (17+ messages)
` [PATCH 2/2 v4] arm64: dts: fsl-ls1028a: add dspi2 support
  ` [EXT] Re: [PATCH 1/2 v4] dt-bindings: dspi: added for semtech sx1301

[PATCH] spi: rockchip: fix missing error on unsupported SPI_CS_HIGH
 2022-04-21 21:32 UTC 

[PATCH v2] spi: spi-mem: check if data buffers are on stack
 2022-04-21 15:29 UTC  (5+ messages)

Patchwork summary for: spi-devel-general
 2022-04-21 15:31 UTC 

[PATCH 1/2 v3] dt-bindings: dspi: added for semtech sx1301
 2022-04-21  9:01 UTC  (5+ messages)
` [PATCH 2/2 v3] arm64: dts: fsl-ls1028a: add dspi2 support
  ` [EXT] Re: [PATCH 1/2 v3] dt-bindings: dspi: added for semtech sx1301

Patchwork summary for: spi-devel-general
 2022-04-20 21:50 UTC 

[PATCH v2] spi: intel: Implement dirmap hooks
 2022-04-20 21:41 UTC  (2+ messages)

[PATCH v2 0/8] MediaTek SPI controller cleanups and documentation
 2022-04-20 21:41 UTC  (2+ messages)

[PATCH v2 1/2] spi: cadence-quadspi: drop cqspi_set_protocol()
 2022-04-20 15:56 UTC  (2+ messages)
` [PATCH v2 2/2] spi: cadence-quadspi: allow operations with cmd/addr buswidth >1

Patchwork housekeeping for: spi-devel-general
 2022-04-20 10:56 UTC 

[PATCH] spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-20  9:04 UTC 

[PATCH] spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-20  9:04 UTC 

Patchwork housekeeping for: spi-devel-general
 2022-04-20  7:56 UTC 

[PATCH 1/2] spi: intel: Fix typo in kernel-doc of intel_spi_probe()
 2022-04-20  6:25 UTC  (5+ messages)
` [PATCH 2/2] spi: intel: Implement dirmap hooks

[PATCH] spi: clps711x: Use syscon_regmap_lookup_by_phandle
 2022-04-20  6:10 UTC 

[PATCH 1/2] spi: cadence-quadspi: further simplify cqspi_set_protocol()
 2022-04-20  4:45 UTC  (3+ messages)
` [PATCH 2/2] spi: cadence-quadspi: allow operations with cmd/addr buswidth >1

Patchwork housekeeping for: spi-devel-general
 2022-04-19 22:56 UTC 

[PATCH] spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-19 22:45 UTC  (2+ messages)

[PATCH] spi: remove spin_lock_irq and variable in the irq procress
 2022-04-19 22:45 UTC  (2+ messages)

[PATCH] spi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-19 22:45 UTC  (2+ messages)

[PATCH] spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-19 22:45 UTC  (2+ messages)

[PATCH] spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-19 22:45 UTC  (2+ messages)

[PATCH 1/3] spi: add SPI_RX_CPHA_FLIP mode bit
 2022-04-19 22:45 UTC  (2+ messages)

[PATCH] spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-19 22:45 UTC  (2+ messages)

[GIT PULL] SPI fixes for v5.18-rc3
 2022-04-19 17:33 UTC  (2+ messages)

[PATCH 0/3] Improve SPI support for Ingenic SoCs
 2022-04-19 17:29 UTC  (15+ messages)
` [PATCH 1/3] SPI: Ingenic: Add support for use GPIO as chip select line
` [PATCH 2/3] dt-bindings: SPI: Add bindings for new Ingenic SoCs
` [PATCH 3/3] SPI: Ingenic: Add support "

[PATCH AUTOSEL 5.17 34/49] spi: cadence-quadspi: fix protocol setup for non-1-1-X operations
 2022-04-19 13:15 UTC  (5+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-04-19 11:56 UTC 

[PATCH] spi: spi-tegra20-slink: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-18 11:01 UTC 

[PATCH] spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-18 11:01 UTC 

[PATCH] spi: initialize status to success
 2022-04-17 19:37 UTC  (3+ messages)

[PATCH] spi: remove spin_lock_irq in the irq procress
 2022-04-16 15:49 UTC  (6+ messages)

[PATCH v4 0/9] dt-bindings: qcom: convert entire GSBI (QUP I2C/SPI/UART) to DT schema
 2022-04-15 21:10 UTC  (3+ messages)
` [PATCH v4 8/9] dt-bindings: i2c: qcom,i2c-qup: convert to dtschema

[PATCH] dt-bindings: Fix array constraints on scalar properties
 2022-04-14 18:02 UTC  (7+ messages)

[PATCH] spi: core: Initialize returned status in spi_setup
 2022-04-14 16:12 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-04-14  9:56 UTC 

[PATCH] spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:55 UTC 

[PATCH] spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:54 UTC 

[PATCH] spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:53 UTC 

[bug report] spi: core: Only check bits_per_word validity when explicitly provided
 2022-04-14  7:04 UTC  (2+ messages)

[PATCH 00/12] Initial support for Nuclei DemoSoC w/ UX600
 2022-04-13 21:52 UTC  (2+ messages)

[PATCH v2] spi: cadence-quadspi: fix incorrect supports_op() return value
 2022-04-13 18:11 UTC  (3+ messages)

Patchwork summary for: spi-devel-general
 2022-04-13 17:40 UTC 

[PATCH v2 1/2] spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller
 2022-04-13 17:36 UTC  (2+ messages)

[PATCH] spi: intel: Add support for Raptor Lake-S SPI serial flash
 2022-04-13 17:36 UTC  (2+ messages)

[PATCH v4 0/3] Add support for Intel Thunder Bay SPI controller
 2022-04-13 13:05 UTC  (5+ messages)
` [PATCH v4 2/3] spi: dw: "
` [PATCH v4 3/3] spi: dw: Add support for master mode selection for DWC SSI controller

[PATCH] spi: atmel-quadspi: Add support for sama7g5 QSPI
 2022-04-13 13:03 UTC  (3+ messages)

[PATCH] spi: spi-mtk-nor: initialize spi controller after resume
 2022-04-13 12:47 UTC  (5+ messages)

[PATCH v6 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-13  8:47 UTC  (5+ messages)
` [PATCH v6 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

[PATCH] spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12 20:43 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH] spi: core: Only check bits_per_word validity when explicitly provided
 2022-04-12 20:43 UTC  (2+ messages)

[PATCH] spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction
 2022-04-12 20:43 UTC  (4+ messages)

[PATCH] spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout
 2022-04-12 17:38 UTC  (2+ messages)

[PATCH 00/11] Support Pensando Elba SoC
 2022-04-12 11:37 UTC  (16+ messages)
` [PATCH 01/11] dt-bindings: arm: add Pensando boards
` [PATCH 04/11] dt-bindings: spi: Add compatible for Pensando Elba SoC
` [PATCH 05/11] dt-bindings: spi: dw: Add Pensando Elba SoC SPI Controller bindings
` [PATCH 10/11] spi: dw: Add support for Pensando Elba SoC
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH AUTOSEL 5.15 28/41] spi: cadence-quadspi: fix protocol setup for non-1-1-X operations
 2022-04-12  0:46 UTC 

[PATCH] spi: spi-ti-qspi: Support per-transfer and per-slave speed_hz settings
 2022-04-12  0:19 UTC 


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