mbox series

[0/4] ACPI: EC: Various cleanups

Message ID 20220620092546.8298-1-hdegoede@redhat.com
Headers show
Series ACPI: EC: Various cleanups | expand

Message

Hans de Goede June 20, 2022, 9:25 a.m. UTC
Hi All,

Here is a set of cleanups / removal of no longer necessary
quirks (or so I believe please review carefully). These are all
things which I noticed while working on my:
"[RFC 0/4] ACPI[CA]: fix ECDT EC probe ordering issues" series.

Regards,

Hans

p.s.
Talking about my "[RFC 0/4] ACPI[CA]: fix ECDT EC probe ordering issues"
series, it would be great if someone can take a look at this and let me
know if that series seems sane. Then I can convert the ACPICA changes
from kernel patches to upstream github acpica patches and submit a
pull-req for those at github.


Hans de Goede (4):
  ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI
    quirks
  ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk
  ACPI: EC: Re-use boot_ec when possible even when
    EC_FLAGS_TRUST_DSDT_GPE is set
  ACPI: EC: Drop unused ident initializers from dmi_system_id tables

 drivers/acpi/ec.c | 140 ++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 92 deletions(-)

Comments

Rafael J. Wysocki June 29, 2022, 5:42 p.m. UTC | #1
On Mon, Jun 20, 2022 at 11:26 AM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Hi All,
>
> Here is a set of cleanups / removal of no longer necessary
> quirks (or so I believe please review carefully). These are all
> things which I noticed while working on my:
> "[RFC 0/4] ACPI[CA]: fix ECDT EC probe ordering issues" series.
>
> Regards,
>
> Hans
>
> p.s.
> Talking about my "[RFC 0/4] ACPI[CA]: fix ECDT EC probe ordering issues"
> series, it would be great if someone can take a look at this and let me
> know if that series seems sane. Then I can convert the ACPICA changes
> from kernel patches to upstream github acpica patches and submit a
> pull-req for those at github.
>
>
> Hans de Goede (4):
>   ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI
>     quirks
>   ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk
>   ACPI: EC: Re-use boot_ec when possible even when
>     EC_FLAGS_TRUST_DSDT_GPE is set
>   ACPI: EC: Drop unused ident initializers from dmi_system_id tables
>
>  drivers/acpi/ec.c | 140 ++++++++++++++++------------------------------
>  1 file changed, 48 insertions(+), 92 deletions(-)
>
> --

All four patches applied as 5.20 material, thanks!