mbox series

[RESEND,v1,0/5] thermal: Pass trip pointer to .set_trip_temp() callback

Message ID 1890956.tdWV9SEqCh@rjwysocki.net (mailing list archive)
Headers show
Series thermal: Pass trip pointer to .set_trip_temp() callback | expand

Message

Rafael J. Wysocki July 2, 2024, 2:37 p.m. UTC
Hi Everyone,

This is a partial resend of the patch series at

https://lore.kernel.org/linux-pm/8409966.T7Z3S40VBb@kreacher/

that has not received much attention.

However, I would like to get at least some of it into 6.11 and we are
effectively 2 weeks away from the merge window.  I'd need to put them
into linux-next this week so they received at least some coverage there.

Since the majority of the original series is mostly unrelated changes in
different drivers which can wait, this is a smaller set of 5 patches
including the most significant change of the driver interface, which
to pass a trip pointer to the .set_trip_temp() zone callback.

Two of the other 4 patches are preparatory and the other 2 are cleanups,
one in the imx driver and one in the core, where the former is needed to
unlock the latter.

This series is based on the current thermal branch in linux-pm.git.

Thanks!