Re: [PATCH v1 0/3] thermal: sysfs: Get to trip attributes via the attribute argument of show/store

From: Rafael J. Wysocki
Date: Mon Aug 12 2024 - 07:48:26 EST


Hi Everyone,

On Mon, Jul 29, 2024 at 6:33 PM Rafael J. Wysocki <rjw@xxxxxxxxxxxxx> wrote:
>
> Hi Everyone,
>
> This series reworks the trip point sysfs interface to get to trips via the
> attribute argument of show/store instead of using the attribute name to get
> a trip ID and look up a trip using it.
>
> It also adds a small cleanup (the last patch) for a good measure.

This material should not be controversial (which I also gather from
the lack of responses) and it is a clear improvement IMV in terms of
code flow simplifications and the reduction of its size, so I'm going
to move it to my linux-next branch as 6.12-candidate.

Thanks!