[PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination

Rafael J. Wysocki posted 5 patches 3 years, 8 months ago
[PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
Posted by Rafael J. Wysocki 3 years, 8 months ago
Hi All,

There are still opportunities to clean up the ACPI support code and
this series is part of the effort in that direction.

It makes changes without functional impact (AFAICS) to the core ACPI
code related to devices and to some of its users.

Please refer to the patch changelogs for details.

Thanks!
Re: [PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
Posted by Punit Agrawal 3 years, 8 months ago
Hi Rafael,

"Rafael J. Wysocki" <rjw@rjwysocki.net> writes:

> Hi All,
>
> There are still opportunities to clean up the ACPI support code and
> this series is part of the effort in that direction.
>
> It makes changes without functional impact (AFAICS) to the core ACPI
> code related to devices and to some of its users.
>
> Please refer to the patch changelogs for details.

Other than the single typo I noticed in Patch 2, the changes look good!

If it helps,

Reviewed-by: Punit Agrawal <punit.agrawal@bytedance.com>

Thanks,
Punit

[...]
Re: [PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
Posted by Rafael J. Wysocki 3 years, 7 months ago
On Fri, Aug 12, 2022 at 3:11 PM Punit Agrawal
<punit.agrawal@bytedance.com> wrote:
>
> Hi Rafael,
>
> "Rafael J. Wysocki" <rjw@rjwysocki.net> writes:
>
> > Hi All,
> >
> > There are still opportunities to clean up the ACPI support code and
> > this series is part of the effort in that direction.
> >
> > It makes changes without functional impact (AFAICS) to the core ACPI
> > code related to devices and to some of its users.
> >
> > Please refer to the patch changelogs for details.
>
> Other than the single typo I noticed in Patch 2,

I've fixed that one while applying the patch.

> the changes look good!
>
> If it helps,
>
> Reviewed-by: Punit Agrawal <punit.agrawal@bytedance.com>

Thank you!