[PATCH v1 0/3] thermal: sysfs: Get to trip attributes via the attribute argument of show/store
From: Rafael J. Wysocki
Date: Mon Jul 29 2024 - 12:34:47 EST
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!