[PATCH] Documentation: hwmon: ad7314: document sysfs interface

Chen-Shi-Hong posted 1 patch 6 days, 9 hours ago
Documentation/hwmon/ad7314.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] Documentation: hwmon: ad7314: document sysfs interface
Posted by Chen-Shi-Hong 6 days, 9 hours ago
Document the temp1_input sysfs attribute supported by the ad7314
driver.

Signed-off-by: Chen-Shi-Hong <eric039eric@gmail.com>
---
 Documentation/hwmon/ad7314.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/hwmon/ad7314.rst b/Documentation/hwmon/ad7314.rst
index bf389736bcd1..b454e617d48c 100644
--- a/Documentation/hwmon/ad7314.rst
+++ b/Documentation/hwmon/ad7314.rst
@@ -28,6 +28,12 @@ Driver supports the above parts.  The ad7314 has a 10 bit
 sensor with 1lsb = 0.25 degrees centigrade. The adt7301 and
 adt7302 have 14 bit sensors with 1lsb = 0.03125 degrees centigrade.
 
+sysfs-Interface
+---------------
+
+temp1_input
+        temperature input
+
 Notes
 -----
 
-- 
2.53.0
Re: [PATCH] Documentation: hwmon: ad7314: document sysfs interface
Posted by Guenter Roeck 6 days, 5 hours ago
On 5/18/26 11:27, Chen-Shi-Hong wrote:
> Document the temp1_input sysfs attribute supported by the ad7314
> driver.
> 
> Signed-off-by: Chen-Shi-Hong <eric039eric@gmail.com>
> ---
>   Documentation/hwmon/ad7314.rst | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/hwmon/ad7314.rst b/Documentation/hwmon/ad7314.rst
> index bf389736bcd1..b454e617d48c 100644
> --- a/Documentation/hwmon/ad7314.rst
> +++ b/Documentation/hwmon/ad7314.rst
> @@ -28,6 +28,12 @@ Driver supports the above parts.  The ad7314 has a 10 bit
>   sensor with 1lsb = 0.25 degrees centigrade. The adt7301 and
>   adt7302 have 14 bit sensors with 1lsb = 0.03125 degrees centigrade.
>   
> +sysfs-Interface
> +---------------
> +
> +temp1_input
> +        temperature input
> +
>   Notes
>   -----
>   

Please stop doing that. It adds little if any value and takes time away
from reviewing and handing real patches.

Thanks,
Guenter
Re: [PATCH] Documentation: hwmon: ad7314: document sysfs interface
Posted by Chen-Shi-Hong 6 days, 3 hours ago
Hi Guenter,

Understood. Thank you for the feedback.

I will avoid sending this kind of low-value documentation patch in the future and will be more careful in judging whether a change is worth reviewers' time.

Thanks,
Chen-Shi-Hong