All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash
@ 2022-02-15 13:51 Andy Shevchenko
  2022-02-15 14:57 ` Mika Westerberg
  2022-02-16 18:02 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-02-15 13:51 UTC (permalink / raw)
  To: Andy Shevchenko, Mika Westerberg, linux-spi, linux-kernel; +Cc: Mark Brown

Intel Ice Lake-N has the same SPI serial flash controller as Ice Lake-LP.
Add Ice Lake-N PCI ID to the driver list of supported devices.

The device can be found on MacBookPro16,2 [1].

[1]: https://linux-hardware.org/?probe=f1c5cf0c43

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v2: rebased on top of spi-mem conversion series (Michael Walle)
 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 a9cb4d77ffe3..a5ef7a526a7f 100644
--- a/drivers/spi/spi-intel-pci.c
+++ b/drivers/spi/spi-intel-pci.c
@@ -66,6 +66,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
 	{ PCI_VDEVICE(INTEL, 0x19e0), (unsigned long)&bxt_info },
 	{ PCI_VDEVICE(INTEL, 0x1bca), (unsigned long)&bxt_info },
 	{ PCI_VDEVICE(INTEL, 0x34a4), (unsigned long)&bxt_info },
+	{ PCI_VDEVICE(INTEL, 0x38a4), (unsigned long)&bxt_info },
 	{ PCI_VDEVICE(INTEL, 0x43a4), (unsigned long)&cnl_info },
 	{ PCI_VDEVICE(INTEL, 0x4b24), (unsigned long)&bxt_info },
 	{ PCI_VDEVICE(INTEL, 0x4da4), (unsigned long)&bxt_info },
-- 
2.34.1


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

* Re: [PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash
  2022-02-15 13:51 [PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash Andy Shevchenko
@ 2022-02-15 14:57 ` Mika Westerberg
  2022-02-16 18:02 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2022-02-15 14:57 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-spi, linux-kernel, Mark Brown

On Tue, Feb 15, 2022 at 03:51:39PM +0200, Andy Shevchenko wrote:
> Intel Ice Lake-N has the same SPI serial flash controller as Ice Lake-LP.
> Add Ice Lake-N PCI ID to the driver list of supported devices.
> 
> The device can be found on MacBookPro16,2 [1].
> 
> [1]: https://linux-hardware.org/?probe=f1c5cf0c43
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

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

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

* Re: [PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash
  2022-02-15 13:51 [PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash Andy Shevchenko
  2022-02-15 14:57 ` Mika Westerberg
@ 2022-02-16 18:02 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-02-16 18:02 UTC (permalink / raw)
  To: Andy Shevchenko, Mika Westerberg, linux-kernel, linux-spi

On Tue, 15 Feb 2022 15:51:39 +0200, Andy Shevchenko wrote:
> Intel Ice Lake-N has the same SPI serial flash controller as Ice Lake-LP.
> Add Ice Lake-N PCI ID to the driver list of supported devices.
> 
> The device can be found on MacBookPro16,2 [1].
> 
> [1]: https://linux-hardware.org/?probe=f1c5cf0c43
> 
> [...]

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 Intel Ice Lake-N SPI serial flash
      commit: 47b34f495b8b75475952f12c521c4c1fc2fa09b4

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:[~2022-02-16 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 13:51 [PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash Andy Shevchenko
2022-02-15 14:57 ` Mika Westerberg
2022-02-16 18:02 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.