[PATCH 0/3] ACPI: arm64: some cleanups
Hanjun Guo
guohanjun at huawei.com
Wed Jun 12 19:19:32 PDT 2024
On 2024/6/5 21:14, Sudeep Holla wrote:
> Hi,
>
> Couple of patches to move the ACPI arch specific code into
> drivers/acpi/arm64/ as they are not strictly arch specific to
> keep them under arch/arm64.
>
> Regards,
> Sudeep
>
> Sudeep Holla (3):
> ACPI: arm64: Sort entries alphabetically
> arm64: cpuidle: Move ACPI specific code into drivers/acpi/arm64/
> arm64: FFH: Move ACPI specific code into drivers/acpi/arm64/
>
> arch/arm64/kernel/Makefile | 1 -
> arch/arm64/kernel/acpi.c | 105 -----------------
> drivers/acpi/arm64/Makefile | 6 +-
> .../kernel => drivers/acpi/arm64}/cpuidle.c | 4 -
> drivers/acpi/arm64/ffh.c | 107 ++++++++++++++++++
> 5 files changed, 111 insertions(+), 112 deletions(-)
> rename {arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c (97%)
> create mode 100644 drivers/acpi/arm64/ffh.c
Looks good to me, and I did a successful compile test,
Acked-by: Hanjun Guo <guohanjun at huawei.com>
Thanks
Hanjun
More information about the linux-arm-kernel
mailing list