[GIT PULL] x86/platform changes for v6.10
From: Ingo Molnar
Date: Mon May 13 2024 - 04:03:29 EST
Linus,
Please pull the latest x86/platform Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-2024-05-13
# HEAD: 801549ed6abe7586eb9ad0cf7147b0bef383ad22 x86/platform/olpc-xo1-sci: Convert to platform remove callback returning void
x86/platform changes for v6.10:
- Improve the DeviceTree (OF) NUMA enumeration code to
address kernel warnings & mis-mappings on DeviceTree platforms.
- Migrate x86 platform drivers to the .remove_new callback API
- Misc cleanups & fixes
Thanks,
Ingo
------------------>
Saurabh Sengar (4):
x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
x86/of: Map NUMA node to CPUs as per DeviceTree
x86/of: Change x86_dtb_parse_smp_config() to static
Uwe Kleine-König (3):
x86/platform/iris: Convert to platform remove callback returning void
x86/platform/olpc-x01-pm: Convert to platform remove callback returning void
x86/platform/olpc-xo1-sci: Convert to platform remove callback returning void
arch/x86/hyperv/hv_vtl.c | 1 -
arch/x86/include/asm/prom.h | 9 ++-------
arch/x86/kernel/devicetree.c | 24 ++++++++++++++----------
arch/x86/platform/ce4100/ce4100.c | 1 -
arch/x86/platform/iris/iris.c | 5 ++---
arch/x86/platform/olpc/olpc-xo1-pm.c | 7 +++----
arch/x86/platform/olpc/olpc-xo1-sci.c | 5 ++---
7 files changed, 23 insertions(+), 29 deletions(-)