Re: [PATCH 1/8] net/mlx5: Update the driver with the recent thermal changes
From: Simon Horman <hidden>
Date: 2023-05-26 09:20:55
Also in:
linux-pm, linux-rdma, lkml
From: Simon Horman <hidden>
Date: 2023-05-26 09:20:55
Also in:
linux-pm, linux-rdma, lkml
On Thu, May 25, 2023 at 04:01:28PM +0200, Daniel Lezcano wrote:
The thermal framework is migrating to the generic trip points. The set of changes also implies a self-encapsulation of the thermal zone device structure where the internals are no longer directly accessible but with accessors. Use the new API instead, so the next changes can be pushed in the thermal framework without this driver failing to compile. No functional changes intended. Cc: Sandipan Patra <redacted> Cc: Gal Pressman <redacted> Cc: Saeed Mahameed <saeedm@nvidia.com> Cc: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Daniel Lezcano <redacted>
Reviewed-by: Simon Horman <redacted>