linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-02 18:40:48 to 2022-04-07 15:56:35 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2022-04-07 15:56 UTC 

[PATCH] dt-bindings: align SPI NOR node name with dtschema
 2022-04-07 15:23 UTC  (4+ messages)

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

[PATCH] spi: atmel,quadspi: Define lan966x QSPI
 2022-04-07 12:54 UTC  (8+ messages)

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

[PATCH v2 0/8] MediaTek SPI controller cleanups and documentation
 2022-04-07 11:44 UTC  (9+ messages)
` [PATCH v2 1/8] spi: mt65xx: Simplify probe function with devm_spi_alloc_master
` [PATCH v2 2/8] spi: mt65xx: Switch to device_get_match_data()
` [PATCH v2 3/8] spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()
` [PATCH v2 4/8] spi: mt65xx: Move clock parent setting to remove clock disable gotos
` [PATCH v2 5/8] spi: mt65xx: Move pm_runtime_enable() call to remove all gotos
` [PATCH v2 6/8] spi: mt65xx: Simplify probe function with dev_err_probe()
` [PATCH v2 7/8] spi: mt65xx: Add kerneldoc for driver structures
` [PATCH v2 8/8] spi: mt65xx: Fix definitions indentation

[PATCH 00/11] Support Pensando Elba SoC
 2022-04-07  7:57 UTC  (16+ messages)
` [PATCH 01/11] dt-bindings: arm: add Pensando boards
` [PATCH 02/11] dt-bindings: Add vendor prefix for Pensando Systems
` [PATCH 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
` [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 06/11] MAINTAINERS: Add entry for PENSANDO
` [PATCH 07/11] arm64: Add config for Pensando SoC platforms
` [PATCH 08/11] spi: cadence-quadspi: Add compatible for Pensando Elba SoC
` [PATCH 09/11] mmc: sdhci-cadence: Add Pensando Elba SoC support
` [PATCH 10/11] spi: dw: Add support for Pensando Elba SoC
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH v2] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
 2022-04-07  6:50 UTC  (5+ messages)

[PATCH v3 1/2] spi: dt-bindings: qcom,spi-geni-qcom: convert to dtschema
 2022-04-06 17:45 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: qcom: qcom,geni-se: refer to dtschema for SPI

[PATCH v4 0/9] dt-bindings: qcom: convert entire GSBI (QUP I2C/SPI/UART) to DT schema
 2022-04-06 18:09 UTC  (12+ messages)
` [PATCH v4 1/9] arm64: dts: qcom: align dmas in I2C/SPI/UART with "
` [PATCH v4 2/9] arm64: dts: qcom: align clocks in I2C/SPI "
` [PATCH v4 3/9] ARM: dts: qcom: ipq4019: align dmas in SPI/UART "
` [PATCH v4 4/9] ARM: dts: qcom: ipq4019: align clocks in I2C "
` [PATCH v4 5/9] ARM: dts: qcom: msm8660: disable GSBI8
` [PATCH v4 6/9] spi: dt-bindings: qcom,spi-qup: convert to dtschema
` [PATCH v4 7/9] dt-bindings: serial: qcom,msm-uartdm: "
` [PATCH v4 8/9] dt-bindings: i2c: qcom,i2c-qup: "
` [PATCH v4 9/9] dt-bindings: qcom: qcom,gsbi: "

[PATCH 0/2] spi: cadence-quadspi: Add OSPI device reset support
 2022-04-06 18:23 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: spi: cadence-quadspi: Add reset-gpios for Xilinx Versal OSPI
` [PATCH 2/2] spi: cadence-quadspi: Add support for OSPI device reset

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

[PATCH v2] spi: cadence-quadspi: fix incorrect supports_op() return value
 2022-04-06 13:28 UTC 

[PATCH v4] arm64: tegra: Add QSPI controllers on Tegra234
 2022-04-06 13:28 UTC  (2+ messages)

[PATCH] spi: core: add dma_map_dev for __spi_unmap_msg()
 2022-04-06 13:22 UTC 

[PATCH v1] ACPI: bus: Eliminate acpi_bus_get_device()
 2022-04-06 11:08 UTC  (3+ messages)

Change CPHA in the middle of transaction
 2022-04-06 10:38 UTC 

[PATCH 0/7] MediaTek SPI controller cleanups and documentation
 2022-04-06 10:04 UTC  (8+ messages)
` [PATCH 1/7] spi: mt65xx: Simplify probe function with devm_spi_alloc_master
` [PATCH 2/7] spi: mt65xx: Switch to device_get_match_data()
` [PATCH 3/7] spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()
` [PATCH 4/7] spi: mt65xx: Move pm_runtime_enable() call to remove all gotos
` [PATCH 5/7] spi: mt65xx: Simplify probe function with dev_err_probe()
` [PATCH 6/7] spi: mt65xx: Add kerneldoc for driver structures
` [PATCH 7/7] spi: mt65xx: Fix definitions indentation

[PATCH 1/2] spi: atmel-quadspi.c: Fix the buswidth adjustment between spi-mem and controller
 2022-04-06 10:03 UTC  (2+ messages)
` [PATCH 2/2] spi: atmel-quadspi: Remove duplicated DTR checks

[PATCH] spi: cadence-quadspi: fix protocol setup for non-1-1-X operations
 2022-04-06  8:54 UTC  (5+ messages)

[PATCH v4 00/11] spi: spi-mem: Convert Aspeed SMC driver to spi-mem
 2022-04-05 19:29 UTC  (13+ messages)
` [PATCH v4 03/11] "
` [PATCH v4 04/11] spi: aspeed: Add support for direct mapping
` [PATCH v4 08/11] spi: aspeed: Calibrate read timings

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

Ik wacht op je antwoord
 2022-04-05 10:23 UTC 

[PATCH V6 0/3] spi: mediatek: add single/quad mode support
 2022-04-05  9:32 UTC  (2+ messages)

[PATCH v1 1/4] spidev: Do not use atomic bit operations when allocating minor
 2022-04-05  9:32 UTC  (2+ messages)
` (subset) "

[PATCH] spi: mxic: Fix an error handling path in mxic_spi_probe()
 2022-04-05  9:32 UTC  (3+ messages)

Patchwork summary for: spi-devel-general
 2022-04-05  9:40 UTC 

[PATCH V7 0/3] spi: mediatek: add single/quad mode support
 2022-04-05  9:32 UTC  (2+ messages)

[PATCH] spi: Prepare cleanup of powerpc's asm/prom.h
 2022-04-05  9:32 UTC  (2+ messages)

[PATCH] spi: spidev: replace usage of found with dedicated list iterator variable
 2022-04-05  9:32 UTC  (2+ messages)

[PATCH 1/2] mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path
 2022-04-05  9:32 UTC  (5+ messages)
` [PATCH 2/2] spi: "
` (subset) [PATCH 1/2] mtd: hyperbus: "

[PATCH v2] dt-bindings: spi: qcom-qspi: Add minItems to interconnect-names
 2022-04-05  9:32 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-04-05  6:56 UTC 

[PATCH v3 0/9] dt-bindings: qcom: convert entire GSBI (QUP I2C/SPI/UART) to DT schema
 2022-04-04 21:31 UTC  (15+ messages)
` [PATCH v3 4/9] ARM: dts: qcom: ipq4019: align clocks in I2C with "
` [PATCH v3 5/9] ARM: dts: qcom: msm8660: disable GSBI8
` [PATCH v3 6/9] spi: dt-bindings: qcom,spi-qup: convert to dtschema
` [PATCH v3 7/9] dt-bindings: serial: qcom,msm-uartdm: "
` [PATCH v3 8/9] dt-bindings: i2c: qcom,i2c-qup: "
` [PATCH v3 9/9] dt-bindings: qcom: qcom,gsbi: "

Patchwork summary for: spi-devel-general
 2022-04-04 18:14 UTC 

[PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
 2022-04-04 18:12 UTC  (2+ messages)

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

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

[PATCH v4 0/3] Add support for Intel Thunder Bay SPI controller
 2022-04-04 12:00 UTC  (3+ messages)

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

[PATCH v2 0/4] spi: dt-bindings: qcom: convert qcom,spi-qup to DT schema
 2022-04-04  9:53 UTC  (4+ messages)
` [PATCH v2 4/4] spi: dt-bindings: qcom,spi-qup: convert to dtschema

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

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

[PATCH resend 0/4] spi: add support for Mediatek SPI-NAND controller
 2022-04-03 23:38 UTC  (8+ messages)
` [PATCH resend 1/4] mtd: nand: make mtk_ecc.c a separated module
` [PATCH resend 2/4] spi: add driver for MTK SPI NAND Flash Interface
` [PATCH resend 3/4] dt-bindings: spi: add binding doc for spi-mtk-snfi
` [PATCH resend 4/4] arm64: dts: mediatek: add dt node for MTK SNFI

[PATCH v5 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-03 18:26 UTC  (4+ messages)
` [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override

[PATCH 0/4] spi: add support for Mediatek SPI-NAND controller
 2022-04-03 16:01 UTC  (9+ messages)
` [PATCH 1/4] mtd: nand: make mtk_ecc.c a separated module
` [PATCH 2/4] spi: add driver for MTK SPI NAND Flash Interface
` [PATCH 3/4] dt-bindings: spi: add binding doc for spi-mtk-snfi
` [PATCH 4/4] arm64: dts: mediatek: add dt node for MTK SNFI

Patchwork housekeeping for: spi-devel-general
 2022-04-03 13:56 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).