index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
hwmon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-18
hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarm
Andrew Lunn
1
-0
/
+4
2018-05-21
hwmon: (core) check parent dev != NULL when chip != NULL
Lucas Magasweran
1
-0
/
+3
2018-01-03
hwmon: Fix parameter documentation
Guenter Roeck
1
-6
/
+6
2017-12-26
hwmon: Deal with errors from the thermal subsystem
Linus Walleij
1
-4
/
+17
2017-08-13
hwmon: (core) constify thermal_zone_of_device_ops structures
Julia Lawall
1
-1
/
+1
2017-08-13
hwmon: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-04-02
hwmon: Constify str parameter of hwmon_ops->read_string
Jean Delvare
1
-1
/
+1
2017-01-31
hwmon: Register thermal zone only if 'dev' parameter was provided
Guenter Roeck
1
-1
/
+1
2017-01-31
hwmon: Relax name attribute validation for new APIs
Guenter Roeck
1
-2
/
+4
2017-01-25
hwmon: Make name attribute mandatory for new APIs
Guenter Roeck
1
-1
/
+7
2017-01-02
hwmon: (core) use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-2
/
+2
2016-12-10
hwmon: (core) Simplify sysfs attribute name allocation
Guenter Roeck
1
-8
/
+9
2016-12-10
hwmon: (core) Rename groups parameter in API to extra_groups
Guenter Roeck
1
-4
/
+4
2016-12-10
hwmon: (core) Explain why at least two attribute groups are allocated
Guenter Roeck
1
-1
/
+1
2016-12-10
hwmon: (core) Make is_visible callback truly mandatory
Guenter Roeck
1
-3
/
+3
2016-12-10
hwmon: (core) Deprecate hwmon_device_register()
Guenter Roeck
1
-0
/
+3
2016-12-10
hwmon: (core) Clarify use of chip attributes
Guenter Roeck
1
-3
/
+7
2016-12-10
hwmon: (core) Add support for string attributes to new API
Guenter Roeck
1
-2
/
+31
2016-10-24
hwmon: (core) fix resource leak on devm_kcalloc failure
Colin Ian King
1
-2
/
+4
2016-09-09
hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys
Guenter Roeck
1
-2
/
+8
2016-09-09
hwmon: (core) Add basic pwm attribute support to new API
Guenter Roeck
1
-0
/
+9
2016-09-09
hwmon: (core) Add fan attribute support to new API
Guenter Roeck
1
-0
/
+16
2016-09-09
hwmon: (core) Add energy and humidity attribute support to new API
Guenter Roeck
1
-0
/
+20
2016-09-09
hwmon: (core) Add power attribute support to new API
Guenter Roeck
1
-0
/
+30
2016-09-09
hwmon: (core) Add current attribute support to new API
Guenter Roeck
1
-0
/
+21
2016-09-09
hwmon: (core) Add voltage attribute support to new API
Guenter Roeck
1
-0
/
+21
2016-09-09
hwmon: (core) New hwmon registration API
Guenter Roeck
1
-27
/
+458
2016-09-09
hwmon: (core) Order include files alphabetically
Guenter Roeck
1
-6
/
+4
2014-03-03
hwmon: Do not accept invalid name attributes
Guenter Roeck
1
-0
/
+5
2013-10-14
hwmon: Provide managed hwmon registration
Guenter Roeck
1
-0
/
+63
2013-10-14
hwmon: Introduce hwmon_device_register_with_groups
Guenter Roeck
1
-16
/
+106
2012-12-20
hwmon: Fix PCI device reference leak in quirk
Jean Delvare
1
-12
/
+14
2012-03-19
hwmon: (hwmon) Fix multi-line comments
Guenter Roeck
1
-10
/
+10
2012-03-19
hwmon: fix checkpatch issues
Frans Meulenbroeks
1
-3
/
+2
2011-11-01
hwmon: convert idr to ida and use ida_simple interface
Jonathan Cameron
1
-24
/
+8
2011-01-08
hwmon: (core) Use pr_fmt and pr_<level>
Joe Perches
1
-1
/
+3
2009-06-15
hwmon: PCI quirk for hwmon access on MSI MS-7031 board
Jean Delvare
1
-0
/
+29
2009-01-06
hwmon: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+2
2008-07-22
device create: hwmon: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2007-10-10
hwmon: Convert from class_device to device
Tony Jones
1
-14
/
+13
2007-02-14
hwmon: Use subsys_initcall
David Brownell
1
-1
/
+1
2006-03-24
[PATCH] hwmon: add required idr locking
Mark M. Hoffman
1
-6
/
+20
2005-11-07
[PATCH] fix remaining missing includes
Tim Schmielau
1
-0
/
+1
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-1
/
+1
2005-09-05
[PATCH] I2C hwmon: hwmon sysfs class
Mark M. Hoffman
1
-0
/
+98