lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251220225812.4BEE51AC56B2@finisterre.sirena.org.uk>
Date: Sat, 20 Dec 2025 22:58:07 +0000
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] SPI fixes for v6.19-rc1

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.19-rc1

for you to fetch changes up to 9d651a6c62832ac8d1c445f5fa8c61a03ebfb649:

  spi: cadence-quadspi: Fix probe error path and logging (2025-12-18 08:34:00 +0000)

----------------------------------------------------------------
spi: Fixes for v6.19

A small collection of fixes for various SPI drivers, plus a relaxation
of constraints in the DT for the DesignWare controller to reflect
hardware that's been seen.  There's several fixes for the Cadence
QuadSPI driver since a fix during the last release made some existing
issues with error handling during probe more readily visible.

----------------------------------------------------------------
Anurag Dutta (2):
      spi: cadence-quadspi: Add error logging for DMA request failure
      spi: cadence-quadspi: Fix clock disable on probe failure path

Christophe JAILLET (1):
      spi: mpfs: Fix an error handling path in mpfs_spi_probe()

Christophe Leroy (1):
      spi: fsl-cpm: Check length parity before switching to 16 bit mode

Fei Shao (1):
      spi: mt65xx: Use IRQF_ONESHOT with threaded IRQ

Mark Brown (1):
      spi: cadence-quadspi: Fix probe error path and logging

Rob Herring (Arm) (1):
      spi: dt-bindings: snps,dw-abp-ssi: Allow up to 16 chip-selects

 Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 6 +++---
 drivers/spi/spi-cadence-quadspi.c                          | 8 ++++++--
 drivers/spi/spi-fsl-spi.c                                  | 2 +-
 drivers/spi/spi-mpfs.c                                     | 1 +
 drivers/spi/spi-mt65xx.c                                   | 2 +-
 5 files changed, 12 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ