On Thu, Jul 27, 2023 at 4:06 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote: > > On Thu, Jul 27, 2023 at 03:50:20PM +0200, Rafael J. Wysocki wrote: > > On Thu, Jul 27, 2023 at 3:33 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote: > > > > > > Commit fcea0ccf4fd7 ("ACPI: bus: Consolidate all arm specific > > > initialisation into acpi_arm_init()") moved all of the ARM-specific > > > initialization into acpi_arm_init(). However, acpi_amba.c being outside > > > of drivers/acpi/arm64 got ignored and hence acpi_amba_init() was not > > > moved into acpi_arm_init(). > > > > > > Move the AMBA platform bus support into arm64 specific folder and make > > > acpi_amba_init() part of acpi_arm_init(). > > > > > > Cc: Lorenzo Pieralisi <lpieralisi@xxxxxxxxxx> > > > Cc: Hanjun Guo <guohanjun@xxxxxxxxxx> > > > Cc: Rafael J. Wysocki <rafael@xxxxxxxxxx> > > > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > > > > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > > > > or please let me know if you want me to take care of this. > > > > Since all the change are in drivers/acpi, I prefer you take this. > But for next merge window, the only issue I see is the conflict with > the coresight change that triggered this work. But git should be able > to manage that or I can check with Greg, I am fine either way. Let me > know your opinion/preference. Applied as 6.6 material, thanks!