[PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
Gavin Shan
gshan at redhat.com
Fri Apr 26 02:25:36 PDT 2024
On 4/18/24 23:54, Jonathan Cameron wrote:
> Precursor patch adds the ability to pass a uintptr_t of flags into
> acpi_scan_check_and detach() so that additional flags can be
> added to indicate whether to defer portions of the eject flow.
> The new flag follows in the next patch.
>
> Signed-off-by: Jonathan Cameron <Jonathan.Cameron at huawei.com>
>
> ---
> v7: No change
> v6: Based on internal feedback switch to less invasive change
> to using flags rather than a struct.
> ---
> drivers/acpi/scan.c | 17 ++++++++++++-----
> 1 file changed, 12 insertions(+), 5 deletions(-)
>
Reviewed-by: Gavin Shan <gshan at redhat.com>
More information about the linux-arm-kernel
mailing list