Re: [PATCH v1 1/1] mtd: spi-nor: intel-spi: Add support for Intel Ice Lake-N SPI serial flash

From: Michael Walle
Date: Fri Oct 01 2021 - 13:21:18 EST


Am 1. Oktober 2021 19:15:30 MESZ schrieb Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>:
>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@xxxxxxxxxxxxxxx>

Hi Andy,

there is currently a rewrite of this driver (to use spi-mem)
in progress:

https://lore.kernel.org/linux-mtd/20210930100719.2176-1-mika.westerberg@xxxxxxxxxxxxxxx/

Could you try that series with your hardware?

-michael