[linux-yocto] [PATCH 3/3] ACPI: allow longer device IDs

2023-05-07 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Alexander Graf commit d273845ecb0e0626842782a4497f0c5876139ec3 upstream. We create a list of ACPI "PNP" IDs which contains _HID, _CID, and CLS entries of the respective devices. However, when making structs for matching, we squeeze those IDs into acpi_device_id, which only has 9 bytes

[linux-yocto] [PATCH 2/3] driver: spi: cadence: remove unused variables

2023-05-07 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao commit 51e67b2bec0a (driver: spi: cadence: Add ACPI support) replaced node_child with fwnode_child, but the old variables were not deleted, this will cause compiler warning below, so remove these unused variables. drivers/spi/spi-cadence-xspi.c: In function

[linux-yocto] [PATCH 1/3] driver: mpam: deal with unused variable prot

2023-05-07 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao In commit de8f520a0c92 (driver:mpam: Fix the compilations issues when ACPI is not selected) introduced compiler warning below, add #ifdef statement around variable 'prot' and replace ACPI with CONFIG_ACPI to solve this problem. drivers/platform/mpam/mpam_devices.c: In

[linux-yocto][linux-yocto v5.15] fix patches for marvell octeon

2023-05-07 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, These 3 patches solve some build warning. Please help to merge them into our linux-yocto repo. repo: linux-yocto branch: v5.15/standard/cn-sdkv5.15/octeon v5.15/standard/preempt-rt/cn-sdkv5.15/octeon Thanks, Ruiqiang