Re: [PATCH 1/2] hwmon: add driver for HTU31

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/26/25 11:16, Andrei Lalaev wrote:
On 26.01.2025 15:59, Guenter Roeck wrote:
On 1/26/25 06:40, Andrei Lalaev wrote:
Add base support for HTU31 temperature and humidity sensor.

Besides temperature and humidity values, the driver also exports a 24-bit
serial number and heater control to sysfs.

Signed-off-by: Andrei Lalaev <andrey.lalaev@xxxxxxxxx>
---
...
+
+static struct attribute *htu31_attrs[] = {
+    &dev_attr_heater_enable.attr,
+    &dev_attr_serial_number.attr,

I'll accept the heater enable attribute as sysfs attribute,
but the serial number is most definitely not a hardware monitoring
attribute. Please expose is through debugfs.

It makes sense. Will be moved to debugfs in v3.


Note that there is now a ->debugfs pointer in struct i2c_client.
You can use that pointer to attach debugfs files, and there is no
need to remove the files in the remove function.

Guenter





[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux