[PATCH v1 0/2] ACPI: fan: Ad-hoc cleanups

Andy Shevchenko posted 2 patches 1 week ago
drivers/acpi/fan.h | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
[PATCH v1 0/2] ACPI: fan: Ad-hoc cleanups
Posted by Andy Shevchenko 1 week ago
The main purpose of my work is to clean up always included linux/kconfig.h.
But there is room to improve the drivers/acpi/fan.h. Hence this small series.

Andy Shevchenko (2):
  ACPI: fan: Don't use "proxy" headers
  ACPI: fan: Update ACPI fan IDs to follow modern style

 drivers/acpi/fan.h | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/2] ACPI: fan: Ad-hoc cleanups
Posted by Armin Wolf 1 week ago
Am 17.07.26 um 19:08 schrieb Andy Shevchenko:

> The main purpose of my work is to clean up always included linux/kconfig.h.
> But there is room to improve the drivers/acpi/fan.h. Hence this small series.

Reviewed-by: Armin Wolf <W_Armin@gmx.de>

>
> Andy Shevchenko (2):
>    ACPI: fan: Don't use "proxy" headers
>    ACPI: fan: Update ACPI fan IDs to follow modern style
>
>   drivers/acpi/fan.h | 25 +++++++++++++------------
>   1 file changed, 13 insertions(+), 12 deletions(-)
>
Re: [PATCH v1 0/2] ACPI: fan: Ad-hoc cleanups
Posted by Rafael J. Wysocki (Intel) 3 days, 9 hours ago
On Sat, Jul 18, 2026 at 1:02 AM Armin Wolf <W_Armin@gmx.de> wrote:
>
> Am 17.07.26 um 19:08 schrieb Andy Shevchenko:
>
> > The main purpose of my work is to clean up always included linux/kconfig.h.
> > But there is room to improve the drivers/acpi/fan.h. Hence this small series.
>
> Reviewed-by: Armin Wolf <W_Armin@gmx.de>
>
> >
> > Andy Shevchenko (2):
> >    ACPI: fan: Don't use "proxy" headers
> >    ACPI: fan: Update ACPI fan IDs to follow modern style
> >
> >   drivers/acpi/fan.h | 25 +++++++++++++------------
> >   1 file changed, 13 insertions(+), 12 deletions(-)

Applied as 7.3 material, thanks!