mbox series

[GIT,PULL] SPI updates for v6.16-merge-window

Message ID 6cc76c26f4d4cca79b1f6fa9c7152f91.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI updates for v6.16-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v6.16-merge-window

Message

Mark Brown June 6, 2025, 2:45 p.m. UTC
The following changes since commit b00d6864a4c948529dc6ddd2df76bf175bf27c63:

  spi: spi-qpic-snand: extend bitmasks usage (2025-05-23 16:51:35 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v6.16-merge-window

for you to fetch changes up to 57cf46cd1fe351846e1b065ca9546eef66675ecd:

  spi: spi-qpic-snand: document the limited bit error reporting capability (2025-06-02 12:27:51 +0100)

----------------------------------------------------------------
spi: Updates for v6.16

A small set of updates that came in during the merge window, we've got:

 - Some small fixes for the Broadcom and spi-pci1xxxx drivers
 - A change to the QPIC SNAND driver to flag that the error correction
   features are less useful than people might be expecting.
 - A new device ID for the SOPHGO SG2042.
 - The addition of Yang Shen as a Huawei maintainer.

----------------------------------------------------------------
Gabor Juhos (1):
      spi: spi-qpic-snand: document the limited bit error reporting capability

Thangaraj Samynathan (1):
      spi: spi-pci1xxxx: Fix Probe failure with Dual SPI instance with INTx interrupts

Yang Shen (2):
      MAINTAINERS: Update HiSilicon SPI Controller driver maintainer
      MAINTAINERS: Update HiSilicon SFC driver maintainer

Zixian Zeng (1):
      spi: dt-bindings: spi-sg2044-nor: Add SOPHGO SG2042

Álvaro Fernández Rojas (2):
      spi: bcm63xx-spi: fix shared reset
      spi: bcm63xx-hsspi: fix shared reset

 .../devicetree/bindings/spi/spi-sg2044-nor.yaml    |  7 +++-
 MAINTAINERS                                        |  4 +-
 drivers/spi/spi-bcm63xx-hsspi.c                    |  2 +-
 drivers/spi/spi-bcm63xx.c                          |  2 +-
 drivers/spi/spi-pci1xxxx.c                         | 48 +++++++++++++++-------
 drivers/spi/spi-qpic-snand.c                       | 14 +++++++
 6 files changed, 58 insertions(+), 19 deletions(-)