Re: [PATCH 6/9] hwmon: Add support for Photonicat PMU board temperature sensor

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

 



On 9/6/24 02:36, Junhao Xie wrote:
Photonicat PMU MCU will send status reports regularly,
including board temperature.


This is not an appropriate description.

Signed-off-by: Junhao Xie <bigfoot@xxxxxxxxxxx>
---
  drivers/hwmon/Kconfig            |  10 +++
  drivers/hwmon/Makefile           |   1 +
  drivers/hwmon/photonicat-hwmon.c | 129 +++++++++++++++++++++++++++++++

Documentation missing.

+static int pcat_hwmon_probe(struct platform_device *pdev)
+{
...
+	dev_info(dev, "Board Temprature: %d degress C\n", hwmon->temperature);
+

Unacceptable (misspelled) noise.

+	hwmon->hwmon = devm_hwmon_device_register_with_groups(
+		dev, label, hwmon, pcat_pmu_temp_groups);
+

Please use the with_info API. I am not going to review the code because
it will need to be completely rewritten.

Guenter





[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux