lkml.org 
[lkml]   [2021]   [Dec]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/1] Add hwmon debugfs register access
Date
V1 -> V2:
* remove error messages that are reported to userspace
* remove IS_ERR checks that are already done by called functions
* unconditionally define hwmon_device_{un,}register_debugfs
* unconditionally define struct hwmon_device members
* match hwmon_debugfs_read_reg parameter indentation with
hwmon_debugfs_write_reg parameter indentation
* inline hdev in reg_access calls
* remove useless initialization of val inside hwmon_debugfs_read_reg
* move checks outside of hwmon_device_register_debugfs
* debugfs_reg_access -> reg_access
* lookup device debugfs dentry rather than storing it in
struct hwmon_device

Cosmin Tanislav (1):
hwmon: Add debugfs register access

Documentation/hwmon/hwmon-kernel-api.rst | 9 +++
drivers/hwmon/hwmon.c | 99 ++++++++++++++++++++++++
include/linux/hwmon.h | 12 +++
3 files changed, 120 insertions(+)

--
2.34.1

\
 
 \ /
  Last update: 2021-12-27 23:43    [W:1.088 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site