Linux SPI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-06 08:59:08 to 2025-03-20 14:42:11 UTC [more...]

[PATCH] spi: Ensure memory used for spi_write_then_read() is DMA safe
 2025-03-20 14:42 UTC  (7+ messages)

[PATCH v5 0/8] Add STM32MP25 SPI NOR support
 2025-03-20 13:28 UTC  (11+ messages)
` [PATCH v5 4/8] memory: Add STM32 Octo Memory Manager driver

Patchwork housekeeping for: spi-devel-general
 2025-03-20 12:57 UTC 

[PATCH v2] spi: spi-mem: Introduce a default ->exec_op() debug log
 2025-03-20 12:10 UTC  (2+ messages)

[PATCH v1 1/1] mfd: rk8xx: Fix shutdown handler
 2025-03-20 11:23 UTC  (5+ messages)
    ` SPI transfers in atomic context [Was: Re: [PATCH v1 1/1] mfd: rk8xx: Fix shutdown handler]

[PATCH v3 0/4] QPIC v2 fixes for SDX75
 2025-03-20  6:10 UTC  (15+ messages)
` [PATCH v3 1/4] mtd: rawnand: qcom: Pass 18 bit offset from QPIC base address to BAM
` [PATCH v3 2/4] mtd: rawnand: qcom: Fix last codeword read in qcom_param_page_type_exec()
` [PATCH v3 3/4] mtd: rawnand: qcom: Fix read len for onfi param page
` [PATCH v3 4/4] spi: spi-qpic-snand: set nandc_offset for ipq9574

[PATCH v2 0/3] spi: dt-bindings: cdns,qspi-nor: Improve description
 2025-03-19 23:33 UTC  (6+ messages)
` [PATCH v2 1/3] spi: dt-bindings: cdns,qspi-nor: Be more descriptive regarding what this controller is
` [PATCH v2 2/3] spi: dt-bindings: cdns,qspi-nor: Deprecate the Cadence compatible alone
` [PATCH v2 3/3] spi: dt-bindings: cdns,qspi-nor: Require some peripheral properties

[PATCH] spi: spi-mem: Introduce a default ->exec_op() debug log
 2025-03-19 20:08 UTC  (6+ messages)

[PATCH 0/3] spi: tegra210-quad: Improve reset and tx failures
 2025-03-19 18:53 UTC  (23+ messages)
` [PATCH 1/3] spi: tegra210-quad: use device_reset_optional() instead of device_reset()
` [PATCH 2/3] spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
` [PATCH 3/3] spi: tegra210-quad: add rate limiting and simplify timeout error message

Patchwork summary for: spi-devel-general
 2025-03-19 17:30 UTC 

[PATCH] spi: Fix reference count leak in slave_show()
 2025-03-19 17:23 UTC  (7+ messages)

[PATCH v1 for-next] spi: mchp-pci1xxxx: Updated memcpy implementation for x64 and bcm2711 processors
 2025-03-19 14:33 UTC  (4+ messages)

Patchwork housekeeping for: spi-devel-general
 2025-03-19  9:56 UTC 

[PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
 2025-03-18 16:03 UTC  (9+ messages)
` [PATCH v2 03/12] dt-bindings: connector: Add the GOcontroll Moduline module slot bindings
` (subset) [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display

Patchwork summary for: spi-devel-general
 2025-03-18 15:30 UTC 

[PATCH 0/2] spi: sg2044-nor: fix a couple static checker bugs
 2025-03-18 15:22 UTC  (6+ messages)
` [PATCH 1/2] spi: sg2044-nor: fix signedness bug in sg2044_spifmc_write()
` [PATCH 2/2] spi: sg2044-nor: fix uninitialized variable in probe

Patchwork summary for: spi-devel-general
 2025-03-18 14:40 UTC 

[PATCH] spi: stm32-ospi: Include "gpio/consumer.h"
 2025-03-18 14:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust the file entry in GOCONTROLL MODULINE MODULE SLOT
 2025-03-18 14:37 UTC  (3+ messages)

Patchwork summary for: spi-devel-general
 2025-03-17 20:20 UTC 

[PATCH v2 0/2] spi: sg2044-nor: A couple of cleanups
 2025-03-17 20:17 UTC  (4+ messages)
` [PATCH v2 1/2] spi: sg2044-nor: Fully convert to device managed resources
` [PATCH v2 2/2] spi: sg2044-nor: Convert to dev_err_probe()

Patchwork summary for: spi-devel-general
 2025-03-17 19:52 UTC 

[PATCH v2] spi: spi-mux: Fix coverity issue, unchecked return value
 2025-03-17 19:42 UTC  (2+ messages)

[PATCH next] spi: spi-qpic-snand: avoid memleak in qcom_spi_ecc_init_ctx_pipelined()
 2025-03-17 19:42 UTC  (2+ messages)

[PATCH] spi: sophgo: fix incorrect type for ret in sg2044_spifmc_write()
 2025-03-17 19:42 UTC  (2+ messages)

[PATCH 00/10] spi: Add driver to support AMD eSPI controller
 2025-03-17 14:14 UTC  (15+ messages)
` [PATCH 01/10] spi: espi_amd: Add AMD eSPI controller driver support
` [PATCH 02/10] spi: espi_amd: Add eSPI set config IOCTL command
` [PATCH 03/10] spi: espi_amd: Add eSPI get "
` [PATCH 04/10] spi: espi_amd: Add eSPI inband-reset "
` [PATCH 05/10] spi: espi_amd: Add eSPI set IO mode "
` [PATCH 06/10] spi: espi_amd: Add eSPI set channel "
` [PATCH 07/10] spi: espi_amd: Add eSPI set frequency "
` [PATCH 08/10] spi: espi_amd: Add support for IO/MMIO configuration
` [PATCH 09/10] spi: espi_amd: Add eSPI PC channel IO read/write IOCTL commands
` [PATCH 10/10] spi: espi_amd: Add eSPI PC channel MMIO "

[PATCH v4 0/2] Add `devm_dma_request_chan()` to simplify probe path in atmel-quadspi.c
 2025-03-17 13:53 UTC  (2+ messages)
` [PATCH v4 2/2] spi: atmel-quadspi: Use `devm_dma_request_chan()`

Patchwork housekeeping for: spi-devel-general
 2025-03-17 11:56 UTC 

[PATCH v5 0/2] Add more devm_ functions to fix PM imbalance in spi/atmel-quadspi.c
 2025-03-17  9:34 UTC  (3+ messages)
` [PATCH v5 1/2] pm: runtime: Add new devm functions
` [PATCH v5 2/2] spi: atmel-quadspi: Fix unbalanced pm_runtime by using devm_ API

Patchwork housekeeping for: spi-devel-general
 2025-03-16  5:56 UTC 

[PATCH] spi: spi-mux: Fix coverity issue, unchecked return value
 2025-03-15 10:24 UTC  (2+ messages)

[broonie-spi:for-6.15 10/22] drivers/spi/spi-sg2044-nor.c:243 sg2044_spifmc_write() warn: unsigned 'ret' is never less than zero
 2025-03-15  5:32 UTC 

[broonie-spi:for-6.15 19/22] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/connector/gocontroll,moduline-module-slot.yaml
 2025-03-14 16:13 UTC 

Patchwork summary for: spi-devel-general
 2025-03-14 16:00 UTC 

[PATCH] dt-bindings: spi: add compatibles for mt7988
 2025-03-14 15:53 UTC  (2+ messages)

[PATCH v6 0/3] Add support for SAMA7D65
 2025-03-14 10:08 UTC  (10+ messages)
` [PATCH v6 1/3] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
  ` [RESEND PATCH "
` [PATCH v6 2/3] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
  ` [RESEND PATCH "
` [PATCH v6 3/3] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
  ` [RESEND PATCH "
  ` (subset) [PATCH "
` [RESEND PATCH v6 0/3] Add support for SAMA7D65

Patchwork summary for: spi-devel-general
 2025-03-13 19:20 UTC 

[PATCH v2 1/1] spi: Use inclusive language
 2025-03-13 19:13 UTC  (2+ messages)

[PATCH v1 1/1] spi: Use inclusive language
 2025-03-13 19:13 UTC  (9+ messages)

Patchwork housekeeping for: spi-devel-general
 2025-03-13 14:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2025-03-13 11:56 UTC 

[PATCH v1 0/2] spi: sg2044-nor: A couple of cleanups
 2025-03-13  9:20 UTC  (6+ messages)
` [PATCH v1 1/2] spi: sg2044-nor: Fully convert to device managed resources
` [PATCH v1 2/2] spi: sg2044-nor: Convert to dev_err_probe()

Patchwork summary for: spi-devel-general
 2025-03-12 23:10 UTC 

[PATCH 0/2] spi: cadence-qspi: Make it work on AM62A LP SK
 2025-03-12 22:54 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.14-rc6
 2025-03-12 22:10 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2025-03-12 12:50 UTC 

[PATCH v2 0/2] spi: sophgo: add Sophgo SPI NOR controller driver
 2025-03-12 12:39 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2025-03-11 17:20 UTC 

[PATCH v2] spi: mt65xx: add PM QoS support
 2025-03-11 17:17 UTC  (2+ messages)

[PATCH next] spi: spi-qpic-snand: Fix ECC_CFG_ECC_DISABLE shift in qcom_spi_read_last_cw()
 2025-03-11 17:17 UTC  (2+ messages)

[PATCH v3 0/9] Add RZ/G3E xSPI support
 2025-03-11 11:36 UTC  (2+ messages)
` [PATCH v3 9/9] spi: rpc-if: Add write support for memory-mapped area

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-11  2:29 UTC  (4+ messages)
` (subset) "

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-03-08 18:06 UTC  (3+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

[PATCH 0/6] Configure Clocks, Add Native Dma support
 2025-03-07 13:28 UTC  (5+ messages)
` [PATCH V1 1/6] arm64: tegra: Configure QSPI clocks and add DMA

[PATCH] spi: stm32: Fix a NULL vs IS_ERR() bug
 2025-03-07 13:24 UTC  (3+ messages)

Patchwork summary for: spi-devel-general
 2025-03-06 21:20 UTC 

[PATCH] dt-bindings: spi: fsl-lpspi: Add i.MX94 support
 2025-03-06 21:15 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2025-03-06 19:20 UTC 

[PATCH -next] spi: stm32: Remove unnecessary print function dev_err()
 2025-03-06 19:09 UTC  (2+ messages)

[PATCH v2 0/8] Add RZ/G3E xSPI support
 2025-03-06 17:11 UTC  (3+ messages)
` [PATCH v2 8/8] spi: rpc-if: Add write support for memory-mapped area

[PATCH v2 0/8] Add RZ/G3E xSPI support
 2025-03-06 17:09 UTC  (2+ messages)
` [PATCH v2 8/8] spi: rpc-if: Add write support for memory-mapped area

Patchwork summary for: spi-devel-general
 2025-03-06 16:20 UTC 

[PATCH next] spi: stm32-ospi: Fix an IS_ERR() vs NULL bug in stm32_ospi_get_resources()
 2025-03-06 16:10 UTC  (3+ messages)

[PATCH 0/3] spi: dt-bindings: cdns,qspi-nor: Improve description
 2025-03-06  8:59 UTC  (3+ messages)
` [PATCH 3/3] spi: dt-bindings: cdns,qspi-nor: Make the example real


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox