mbox series

[0/3,SRU,I,ODM-5.13] New device IDs for Intel ADL-M

Message ID 20210820042017.1751127-1-acelan.kao@canonical.com
Headers show
Series New device IDs for Intel ADL-M | expand

Message

AceLan Kao Aug. 20, 2021, 4:20 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1937978

[Impact]
Some ADL IDs are added after v5.13, need to backport them to OEM-5.13 kernel.

[Fix]
9fb3cad02517 mfd: intel-lpss: Add Intel Alder Lake-M PCI IDs
854955ae96db mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flash
a59c7b6c6ff6 platform/x86: intel-hid: add Alder Lake ACPI device ID

[Test]
Don't have h/w yet, so not tested.

[Where problems could occur]
Only adding new IDs, won't impact old platforms.

Andy Shevchenko (1):
  mfd: intel-lpss: Add Intel Alder Lake-M PCI IDs

Mika Westerberg (1):
  mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial
    flash

Ping Bao (1):
  platform/x86: intel-hid: add Alder Lake ACPI device ID

 drivers/mfd/intel-lpss-pci.c                    | 13 +++++++++++++
 drivers/mtd/spi-nor/controllers/intel-spi-pci.c |  1 +
 drivers/platform/x86/intel-hid.c                |  1 +
 3 files changed, 15 insertions(+)

Comments

Timo Aaltonen Aug. 20, 2021, 9:10 a.m. UTC | #1
On 20.8.2021 7.20, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1937978
> 
> [Impact]
> Some ADL IDs are added after v5.13, need to backport them to OEM-5.13 kernel.
> 
> [Fix]
> 9fb3cad02517 mfd: intel-lpss: Add Intel Alder Lake-M PCI IDs
> 854955ae96db mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flash
> a59c7b6c6ff6 platform/x86: intel-hid: add Alder Lake ACPI device ID
> 
> [Test]
> Don't have h/w yet, so not tested.
> 
> [Where problems could occur]
> Only adding new IDs, won't impact old platforms.
> 
> Andy Shevchenko (1):
>    mfd: intel-lpss: Add Intel Alder Lake-M PCI IDs
> 
> Mika Westerberg (1):
>    mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial
>      flash
> 
> Ping Bao (1):
>    platform/x86: intel-hid: add Alder Lake ACPI device ID
> 
>   drivers/mfd/intel-lpss-pci.c                    | 13 +++++++++++++
>   drivers/mtd/spi-nor/controllers/intel-spi-pci.c |  1 +
>   drivers/platform/x86/intel-hid.c                |  1 +
>   3 files changed, 15 insertions(+)
> 

applied to oem-5.13, thanks