* [PATCH] spi: intel-pci: Add support for Nova Lake mobile SPI flash
@ 2026-03-09 15:37 Alan Borzeszkowski
2026-03-10 10:56 ` Mika Westerberg
2026-03-11 10:47 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Alan Borzeszkowski @ 2026-03-09 15:37 UTC (permalink / raw)
To: broonie; +Cc: linux-spi, mika.westerberg, alan.borzeszkowski
Add Intel Nova Lake PCD-H SPI serial flash PCI ID to the list of
supported devices.
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 65378bae5589..31f1fdbd4666 100644
--- a/drivers/spi/spi-intel-pci.c
+++ b/drivers/spi/spi-intel-pci.c
@@ -101,6 +101,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
{ PCI_VDEVICE(INTEL, 0xa324), (unsigned long)&cnl_info },
{ PCI_VDEVICE(INTEL, 0xa3a4), (unsigned long)&cnl_info },
{ PCI_VDEVICE(INTEL, 0xa823), (unsigned long)&cnl_info },
+ { PCI_VDEVICE(INTEL, 0xd323), (unsigned long)&cnl_info },
{ PCI_VDEVICE(INTEL, 0xe323), (unsigned long)&cnl_info },
{ PCI_VDEVICE(INTEL, 0xe423), (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 mobile SPI flash
2026-03-09 15:37 [PATCH] spi: intel-pci: Add support for Nova Lake mobile SPI flash Alan Borzeszkowski
@ 2026-03-10 10:56 ` Mika Westerberg
2026-03-11 10:47 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2026-03-10 10:56 UTC (permalink / raw)
To: Alan Borzeszkowski; +Cc: broonie, linux-spi
On Mon, Mar 09, 2026 at 04:37:03PM +0100, Alan Borzeszkowski wrote:
> Add Intel Nova Lake PCD-H SPI serial flash PCI ID to the list of
> supported devices.
>
> 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 mobile SPI flash
2026-03-09 15:37 [PATCH] spi: intel-pci: Add support for Nova Lake mobile SPI flash Alan Borzeszkowski
2026-03-10 10:56 ` Mika Westerberg
@ 2026-03-11 10:47 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2026-03-11 10:47 UTC (permalink / raw)
To: Alan Borzeszkowski; +Cc: linux-spi, mika.westerberg
On Mon, 09 Mar 2026 16:37:03 +0100, Alan Borzeszkowski wrote:
> Add Intel Nova Lake PCD-H SPI serial flash PCI ID to the list of
> supported devices.
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 mobile SPI flash
commit: 85b731ad4bbf6eb3fedf267ab00be3596f148432
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-03-11 10:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 15:37 [PATCH] spi: intel-pci: Add support for Nova Lake mobile SPI flash Alan Borzeszkowski
2026-03-10 10:56 ` Mika Westerberg
2026-03-11 10:47 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox