[PATCH v3 4/6] ACPI: DPTF: Remove not supported INT340X IDs

Slawomir Rosek posted 6 patches 4 months, 1 week ago
[PATCH v3 4/6] ACPI: DPTF: Remove not supported INT340X IDs
Posted by Slawomir Rosek 4 months, 1 week ago
Remove not supported INT340X and Wildcat Lake ACPI device IDs
from scan handler.

Fixes: 3230bbfce8a9 ("ACPI: introduce ACPI int340x thermal scan handler")
Fixes: 9cf45756a4b9 ("ACPI: DPTF: Support for Wildcat Lake")
Signed-off-by: Slawomir Rosek <srosek@google.com>
---
 drivers/acpi/dptf/int340x_thermal.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c
index 26522ddfcbaa..7d1308b1f513 100644
--- a/drivers/acpi/dptf/int340x_thermal.c
+++ b/drivers/acpi/dptf/int340x_thermal.c
@@ -21,12 +21,6 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
 	ACPI_INT3406_DEVICE_IDS,
 	ACPI_INT3407_DEVICE_IDS,
 	ACPI_PCH_FIVR_DEVICE_IDS,
-	{"INT3408"},
-	{"INT3409"},
-	{"INT340A"},
-	{"INT340B"},
-	{"INTC10FF"},
-	{"INTC1102"},
 	{""},
 };
 
-- 
2.51.0.618.g983fd99d29-goog
Re: [PATCH v3 4/6] ACPI: DPTF: Remove not supported INT340X IDs
Posted by Rafael J. Wysocki 3 months, 2 weeks ago
On Thu, Oct 2, 2025 at 1:34 PM Slawomir Rosek <srosek@google.com> wrote:
>
> Remove not supported INT340X and Wildcat Lake ACPI device IDs
> from scan handler.

I guess "not supported" means "no driver binds to them".

> Fixes: 3230bbfce8a9 ("ACPI: introduce ACPI int340x thermal scan handler")
> Fixes: 9cf45756a4b9 ("ACPI: DPTF: Support for Wildcat Lake")
> Signed-off-by: Slawomir Rosek <srosek@google.com>
> ---
>  drivers/acpi/dptf/int340x_thermal.c | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c
> index 26522ddfcbaa..7d1308b1f513 100644
> --- a/drivers/acpi/dptf/int340x_thermal.c
> +++ b/drivers/acpi/dptf/int340x_thermal.c
> @@ -21,12 +21,6 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
>         ACPI_INT3406_DEVICE_IDS,
>         ACPI_INT3407_DEVICE_IDS,
>         ACPI_PCH_FIVR_DEVICE_IDS,
> -       {"INT3408"},
> -       {"INT3409"},
> -       {"INT340A"},
> -       {"INT340B"},
> -       {"INTC10FF"},
> -       {"INTC1102"},
>         {""},
>  };
>
> --
> 2.51.0.618.g983fd99d29-goog
>
Re: [PATCH v3 4/6] ACPI: DPTF: Remove not supported INT340X IDs
Posted by Sławomir Rosek 3 months, 2 weeks ago
On Wed, Oct 22, 2025 at 8:48 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Thu, Oct 2, 2025 at 1:34 PM Slawomir Rosek <srosek@google.com> wrote:
> >
> > Remove not supported INT340X and Wildcat Lake ACPI device IDs
> > from scan handler.
>
> I guess "not supported" means "no driver binds to them".

Right, I will clarify this.

>
> > Fixes: 3230bbfce8a9 ("ACPI: introduce ACPI int340x thermal scan handler")
> > Fixes: 9cf45756a4b9 ("ACPI: DPTF: Support for Wildcat Lake")
> > Signed-off-by: Slawomir Rosek <srosek@google.com>
> > ---
> >  drivers/acpi/dptf/int340x_thermal.c | 6 ------
> >  1 file changed, 6 deletions(-)
> >
> > diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c
> > index 26522ddfcbaa..7d1308b1f513 100644
> > --- a/drivers/acpi/dptf/int340x_thermal.c
> > +++ b/drivers/acpi/dptf/int340x_thermal.c
> > @@ -21,12 +21,6 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
> >         ACPI_INT3406_DEVICE_IDS,
> >         ACPI_INT3407_DEVICE_IDS,
> >         ACPI_PCH_FIVR_DEVICE_IDS,
> > -       {"INT3408"},
> > -       {"INT3409"},
> > -       {"INT340A"},
> > -       {"INT340B"},
> > -       {"INTC10FF"},
> > -       {"INTC1102"},
> >         {""},
> >  };
> >
> > --
> > 2.51.0.618.g983fd99d29-goog
> >