[RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
Jonathan Cameron
Jonathan.Cameron at Huawei.com
Fri Oct 20 09:41:15 PDT 2023
On Fri, 20 Oct 2023 17:01:30 +0100
"Russell King (Oracle)" <linux at armlinux.org.uk> 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 at arm.com>
>
> 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.
More information about the linux-riscv
mailing list