Linux SPI subsystem development
 help / color / mirror / Atom feed
* [PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash
@ 2026-01-15 12:03 Alan Borzeszkowski
  2026-01-15 14:16 ` Mika Westerberg
  2026-01-15 18:42 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Borzeszkowski @ 2026-01-15 12:03 UTC (permalink / raw)
  To: broonie; +Cc: linux-spi, mika.westerberg, alan.borzeszkowski

Add Intel Nova Lake PCH-S SPI serial flash PCI ID to the list of
supported devices. This is the same controller found in previous
generations.

Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
---
 drivers/spi/spi-intel-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-intel-pci.c b/drivers/spi/spi-intel-pci.c
index b8c572394aac..bce3d149bea1 100644
--- a/drivers/spi/spi-intel-pci.c
+++ b/drivers/spi/spi-intel-pci.c
@@ -81,6 +81,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
 	{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
 	{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
 	{ PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info },
+	{ PCI_VDEVICE(INTEL, 0x6e24), (unsigned long)&cnl_info },
 	{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
 	{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
 	{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash
  2026-01-15 12:03 [PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash Alan Borzeszkowski
@ 2026-01-15 14:16 ` Mika Westerberg
  2026-01-15 18:42 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2026-01-15 14:16 UTC (permalink / raw)
  To: Alan Borzeszkowski; +Cc: broonie, linux-spi

On Thu, Jan 15, 2026 at 01:03:05PM +0100, Alan Borzeszkowski wrote:
> Add Intel Nova Lake PCH-S SPI serial flash PCI ID to the list of
> supported devices. This is the same controller found in previous
> generations.
> 
> Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash
  2026-01-15 12:03 [PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash Alan Borzeszkowski
  2026-01-15 14:16 ` Mika Westerberg
@ 2026-01-15 18:42 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2026-01-15 18:42 UTC (permalink / raw)
  To: Alan Borzeszkowski; +Cc: linux-spi, mika.westerberg

On Thu, 15 Jan 2026 13:03:05 +0100, Alan Borzeszkowski wrote:
> Add Intel Nova Lake PCH-S SPI serial flash PCI ID to the list of
> supported devices. This is the same controller found in previous
> generations.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: intel-pci: Add support for Nova Lake SPI serial flash
      commit: caa329649259d0f90c0056c9860ca659d4ba3211

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-15 18:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 12:03 [PATCH] spi: intel-pci: Add support for Nova Lake SPI serial flash Alan Borzeszkowski
2026-01-15 14:16 ` Mika Westerberg
2026-01-15 18:42 ` Mark Brown

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