mbox series

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

Message ID 1960840.taCxCBeP46@rjwysocki.net
Headers show
Series thermal: sysfs: Get to trip attributes via the attribute argument of show/store | expand

Message

Rafael J. Wysocki July 29, 2024, 4:24 p.m. UTC
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.

Thanks!

Comments

Rafael J. Wysocki Aug. 12, 2024, 11:48 a.m. UTC | #1
Hi Everyone,

On Mon, Jul 29, 2024 at 6:33 PM Rafael J. Wysocki <rjw@rjwysocki.net> 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!