Re: [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration

From: Jonathan Cameron
Date: Fri Oct 20 2023 - 12:41:26 EST


On Fri, 20 Oct 2023 17:01:30 +0100
"Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx> wrote:

> On Wed, Sep 13, 2023 at 04:38:01PM +0000, James Morse wrote:
> > acpi_scan_device_not_present() is called when a device in the
> > hierarchy is not available for enumeration. Historically enumeration
> > was only based on whether the device was present.
> >
> > To add support for only enumerating devices that are both present
> > and enabled, this helper should be renamed. It was only ever about
> > enumeration, rename it acpi_scan_device_not_enumerated().
> >
> > No change in behaviour is intended.
> >
> > Signed-off-by: James Morse <james.morse@xxxxxxx>
>
> Is this another patch which ought to be submitted without waiting
> for the rest of the series?
>
> Thanks.
>

Looks like a valid standalone change to me.