[PATCH 2/3] arm64: cpuidle: Move ACPI specific code into drivers/acpi/arm64/
Hanjun Guo
guohanjun at huawei.com
Wed Jun 12 19:21:50 PDT 2024
On 2024/6/12 0:54, Catalin Marinas wrote:
> On Wed, Jun 05, 2024 at 02:14:57PM +0100, Sudeep Holla wrote:
>> The ACPI cpuidle LPI FFH code can be moved out of arm64 arch code as
>> it just uses SMCCC. Move all the ACPI cpuidle LPI FFH code into
>> drivers/acpi/arm64/cpuidle.c
>>
>> Signed-off-by: Sudeep Holla <sudeep.holla at arm.com>
>> ---
>> arch/arm64/kernel/Makefile | 1 -
>> drivers/acpi/arm64/Makefile | 1 +
>> {arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c | 4 ----
>> 3 files changed, 1 insertion(+), 5 deletions(-)
>> rename {arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c (97%)
>
> For arch/arm64 changes:
>
> Acked-by: Catalin Marinas <catalin.marinas at arm.com>
>
> Lorenzo, Hanjun, please let me know if you want these to go in via the
> arm64 tree or Raphael's one.
As it's arm64 related code, I would like to go via the arm64 tree.
Thanks
Hanjun
More information about the linux-arm-kernel
mailing list