summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Add notification supportGuenter Roeck2020-05-281-3/+65
* hwmon: Reduce indentation level in __hwmon_device_register()Akinobu Mita2020-05-221-26/+42
* hwmon: Add support for enable attributes to hwmon coreGuenter Roeck2020-01-231-1/+7
* hwmon: Add intrusion templatesDr. David Alan Gilbert2020-01-231-1/+8
* hwmon: (core) Do not use device managed functions for memory allocationsGuenter Roeck2020-01-171-27/+41
* hwmon: (core) Add comment describing how hwdev is freed in error pathGuenter Roeck2019-06-231-0/+6
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* | hwmon: (core) add thermal sensors only if dev->of_node is presentEduardo Valentin2019-06-051-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-161-3/+1
|\
| * hwmon/drivers/core: Simplify complex dependencyDaniel Lezcano2019-05-061-3/+1
* | hwmon: Add support for samples attributesGuenter Roeck2019-04-151-0/+5
|/
* hwmon: (hwmon) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-2/+2
* hwmon: (core) remove redundant castRasmus Villemoes2018-12-021-2/+2
* hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko2018-11-041-4/+4
* hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen2018-10-111-7/+20
* hwmon: (core) Add hwmon_in_enable attributeNicolin Chen2018-10-101-0/+1
* hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarmAndrew Lunn2018-07-181-0/+4
* hwmon: (core) check parent dev != NULL when chip != NULLLucas Magasweran2018-05-211-0/+3
* hwmon: Fix parameter documentationGuenter Roeck2018-01-021-6/+6
* hwmon: Deal with errors from the thermal subsystemLinus Walleij2017-12-261-4/+17
* hwmon: (core) constify thermal_zone_of_device_ops structuresJulia Lawall2017-08-131-1/+1
* hwmon: constify attribute_group structures.Arvind Yadav2017-08-131-1/+1
* hwmon: Constify str parameter of hwmon_ops->read_stringJean Delvare2017-04-021-1/+1
* hwmon: Register thermal zone only if 'dev' parameter was providedGuenter Roeck2017-01-311-1/+1
* hwmon: Relax name attribute validation for new APIsGuenter Roeck2017-01-311-2/+4
* hwmon: Make name attribute mandatory for new APIsGuenter Roeck2017-01-251-1/+7
* hwmon: (core) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-2/+2
* hwmon: (core) Simplify sysfs attribute name allocationGuenter Roeck2016-12-091-8/+9
* hwmon: (core) Rename groups parameter in API to extra_groupsGuenter Roeck2016-12-091-4/+4
* hwmon: (core) Explain why at least two attribute groups are allocatedGuenter Roeck2016-12-091-1/+1
* hwmon: (core) Make is_visible callback truly mandatoryGuenter Roeck2016-12-091-3/+3
* hwmon: (core) Deprecate hwmon_device_register()Guenter Roeck2016-12-091-0/+3
* hwmon: (core) Clarify use of chip attributesGuenter Roeck2016-12-091-3/+7
* hwmon: (core) Add support for string attributes to new APIGuenter Roeck2016-12-091-2/+31
* hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King2016-10-241-2/+4
* hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGuenter Roeck2016-09-081-2/+8
* hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck2016-09-081-0/+9
* hwmon: (core) Add fan attribute support to new APIGuenter Roeck2016-09-081-0/+16
* hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck2016-09-081-0/+20
* hwmon: (core) Add power attribute support to new APIGuenter Roeck2016-09-081-0/+30
* hwmon: (core) Add current attribute support to new APIGuenter Roeck2016-09-081-0/+21
* hwmon: (core) Add voltage attribute support to new APIGuenter Roeck2016-09-081-0/+21
* hwmon: (core) New hwmon registration APIGuenter Roeck2016-09-081-27/+458
* hwmon: (core) Order include files alphabeticallyGuenter Roeck2016-09-081-6/+4
* hwmon: Do not accept invalid name attributesGuenter Roeck2014-03-031-0/+5
* hwmon: Provide managed hwmon registrationGuenter Roeck2013-10-131-0/+63
* hwmon: Introduce hwmon_device_register_with_groupsGuenter Roeck2013-10-131-16/+106
* hwmon: Fix PCI device reference leak in quirkJean Delvare2012-12-191-12/+14
* hwmon: (hwmon) Fix multi-line commentsGuenter Roeck2012-03-181-10/+10