[PATCH v5 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c

Will Deacon will at kernel.org
Wed May 1 05:59:35 PDT 2024


On Wed, May 01, 2024 at 05:47:26PM +0530, Sunil V L wrote:
> The functions defined in arm64 for ACPI support are required
> for RISC-V also. To avoid duplication, move these functions
> to common location.
> 
> Signed-off-by: Sunil V L <sunilvl at ventanamicro.com>
> Acked-by: Bjorn Helgaas <bhelgaas at google.com>
> ---
>  arch/arm64/kernel/pci.c | 191 ----------------------------------------
>  drivers/pci/pci-acpi.c  | 182 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 182 insertions(+), 191 deletions(-)

Looks like a straight-forward move of the code, so:

Acked-by: Will Deacon <will at kernel.org>

Will



More information about the linux-arm-kernel mailing list