Message ID | 20240605131458.3341095-1-sudeep.holla@arm.com |
---|---|
Headers | show |
Series | ACPI: arm64: some cleanups | expand |
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@huawei.com> Thanks Hanjun
On Wed, 05 Jun 2024 14:14:55 +0100, Sudeep Holla wrote: > 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 > > [...] Applied to arm64 (for-next/acpi), thanks! [1/3] ACPI: arm64: Sort entries alphabetically https://git.kernel.org/arm64/c/f8c6c92790dd [2/3] arm64: cpuidle: Move ACPI specific code into drivers/acpi/arm64/ https://git.kernel.org/arm64/c/99e7a8adc0ca [3/3] arm64: FFH: Move ACPI specific code into drivers/acpi/arm64/ https://git.kernel.org/arm64/c/7a7a1cac3c2f