[PATCH v3] ACPI: introduce acpi_arch_init
Miao Wang
shankerwangmiao at gmail.com
Tue Aug 27 13:40:29 PDT 2024
> 2024年8月8日 17:43,Hanjun Guo <guohanjun at huawei.com> 写道:
>
> On 2024/8/8 17:00, Miao Wang via B4 Relay wrote:
>> From: Miao Wang <shankerwangmiao at gmail.com>
>> To avoid arch-specific code in general ACPI initialization flow,
>> we introduce a weak symbol acpi_arch_init. Currently, arm64 can
>> utillize this to insert its specific flow. In the future,
>> other architectures can also have chance to define their own
>> arch-specific acpi initialization process if necessary.
>> Signed-off-by: Miao Wang <shankerwangmiao at gmail.com>
>> Reviewed-by: Sunil V L <sunilvl at ventanamicro.com>
>> Reviewed-by: Sudeep Holla <sudeep.holla at arm.com>
>> ---
>> Changes from v1
>> - Change acpi_arch_init from a static inline stub to a weak function
>> according to Haijun Guo's advice
>> ---
>> Changes from v2:
>> - Add __init attribute to the weak acpi_arch_init stub
>> - Link to v2: https://lore.kernel.org/r/20240807-intro-acpi-arch-init-v2-1-9231e23a7721@gmail.com
>
> Thanks for the quick update,
>
> Acked-by: Hanjun Guo <guohanjun at huawei.com>
Hi, all. I wonder whether this patch is good to be applied or
any improvement is needed.
Cheers,
Miao Wang
>
> Thanks
> Hanjun
More information about the linux-arm-kernel
mailing list