Re: lm-senser can't detect thermal on thermal_zone
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: 2016-06-16 00:23:22
Also in:
linux-renesas-soc, lkml
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: 2016-06-16 00:23:22
Also in:
linux-renesas-soc, lkml
Hi Zhang Thank you for your feedback
quoted
quoted
quoted
quoted
quoted
*thermal_zone_device_register(xxxx) { ... if (!tz->tzp || !tz->tzp->no_hwmon) { result = thermal_add_hwmon_sysfs(tz); ... } ... }
(snip)
I don't know if there is a solid reason that we can not expose the hwmon interface. But just like the comment says, "/* No hwmon because there might be hwmon drivers registering */", given that of_thermal just parses THERMAL data of device tree, it is reasonable to me for exposing thermal interfaces only.
I see. I will re-consider my driver, and will send patch. Thanks