Subject: [GIT PULL] SPI fixes for v6.11-rc6
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Date: Thu, 05 Sep 2024 23:09:39 +0100

The following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37:

  Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)

are available in the Git repository at:

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

for you to fetch changes up to c9ca76e8239810ccb08825a7b847c39d367410a6:

  MAINTAINERS: SPI: Add mailing list imx@lists.linux.dev for nxp spi drivers (2024-09-05 19:15:45 +0100)

----------------------------------------------------------------
spi: Fixes for v6.11

A few small driver specific fixes (including some of the widespread work
on fixing missing ID tables for module autoloading and the revert of
some problematic PM work in spi-rockchip), some improvements to the
MAINTAINERS information for the NXP drivers and the addition of a new
device ID to spidev.

----------------------------------------------------------------
Brian Norris (1):
      spi: rockchip: Resolve unbalanced runtime PM / system PM handling

Charles Han (1):
      spi: intel: Add check devm_kasprintf() returned value

Fabio Estevam (1):
      spi: spidev: Add an entry for elgin,jg10309-01

Frank Li (2):
      MAINTAINERS: SPI: Add freescale lpspi maintainer information
      MAINTAINERS: SPI: Add mailing list imx@lists.linux.dev for nxp spi drivers

Geert Uytterhoeven (1):
      spi: spidev: Add missing spi_device_id for jg10309-01

Liao Chen (1):
      spi: bcm63xx: Enable module autoloading

Stefan Wahren (1):
      spi: spi-fsl-lpspi: Fix off-by-one in prescale max

 MAINTAINERS                 | 11 +++++++++++
 drivers/spi/spi-bcm63xx.c   |  1 +
 drivers/spi/spi-fsl-lpspi.c |  4 ++--
 drivers/spi/spi-intel.c     |  3 +++
 drivers/spi/spi-rockchip.c  | 23 +++++++----------------
 drivers/spi/spidev.c        |  2 ++
 6 files changed, 26 insertions(+), 18 deletions(-)

.
Subject: [PATCH] spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()
From: Jinjie Ruan <ruanjinjie@huawei.com>
To: <broonie@kernel.org>, <xiaoning.wang@nxp.com>,
	<linux-spi@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Date: Fri, 6 Sep 2024 10:28:28 +0800

.
Subject: Patchwork summary for: spi-devel-general
From: patchwork-bot+spi-devel-general@kernel.org
To: linux-spi@vger.kernel.org, broonie@kernel.org
Date: Thu, 05 Sep 2024 22:00:32 +0000

.
Subject: Patchwork summary for: spi-devel-general
From: patchwork-bot+spi-devel-general@kernel.org
To: linux-spi@vger.kernel.org, broonie@kernel.org
Date: Thu, 05 Sep 2024 22:10:28 +0000

.
Subject: [PATCH] spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
From: Jinjie Ruan <ruanjinjie@huawei.com>
To: <broonie@kernel.org>, <xiaoning.wang@nxp.com>, <frank.li@nxp.com>,
	<han.xu@nxp.com>, <linux-spi@vger.kernel.org>
Date: Fri, 6 Sep 2024 10:12:51 +0800

.
Subject: [PATCH] spi: atmel-quadspi: Undo runtime PM changes at driver exit time
From: Jinjie Ruan <ruanjinjie@huawei.com>
To: <broonie@kernel.org>, <nicolas.ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>, <claudiu.beznea@tuxon.dev>,
	<linux-spi@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>
Date: Fri, 6 Sep 2024 10:39:56 +0800

.
Subject: [PATCH v2 0/2] spi: geni-qcom: Fix incorrect free_irq() sequence
From: Jinjie Ruan <ruanjinjie@huawei.com>
To: <broonie@kernel.org>, <vkoul@kernel.org>, <akashast@codeaurora.org>,
	<dianders@chromium.org>, <linux-arm-msm@vger.kernel.org>,
	<linux-spi@vger.kernel.org>
Date: Fri, 6 Sep 2024 11:13:43 +0800

.
