On Wed, Oct 09, 2024 at 12:20:18PM -0700, Sanman Pradhan wrote: > From: Sanman Pradhan <sanmanpradhan@xxxxxxxx> > > This patch adds support for hardware monitoring to the fbnic driver, > allowing for temperature and voltage sensor data to be exposed to > userspace via the HWMON interface. The driver registers a HWMON device > and provides callbacks for reading sensor data, enabling system > admins to monitor the health and operating conditions of fbnic. > > Signed-off-by: Sanman Pradhan <sanmanpradhan@xxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx> ...