summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (core) Add comment describing how hwdev is freed in error pathGuenter Roeck2019-06-241-0/+6
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1Star
* | hwmon: (core) add thermal sensors only if dev->of_node is presentEduardo Valentin2019-06-061-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-171-3/+1Star
|\
| * hwmon/drivers/core: Simplify complex dependencyDaniel Lezcano2019-05-061-3/+1Star
* | hwmon: Add support for samples attributesGuenter Roeck2019-04-161-0/+5
|/
* hwmon: (hwmon) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-2/+2
* hwmon: (core) remove redundant castRasmus Villemoes2018-12-031-2/+2
* hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko2018-11-051-4/+4
* hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen2018-10-121-7/+20
* hwmon: (core) Add hwmon_in_enable attributeNicolin Chen2018-10-111-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-031-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-101-8/+9
* hwmon: (core) Rename groups parameter in API to extra_groupsGuenter Roeck2016-12-101-4/+4
* hwmon: (core) Explain why at least two attribute groups are allocatedGuenter Roeck2016-12-101-1/+1
* hwmon: (core) Make is_visible callback truly mandatoryGuenter Roeck2016-12-101-3/+3
* hwmon: (core) Deprecate hwmon_device_register()Guenter Roeck2016-12-101-0/+3
* hwmon: (core) Clarify use of chip attributesGuenter Roeck2016-12-101-3/+7
* hwmon: (core) Add support for string attributes to new APIGuenter Roeck2016-12-101-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-091-2/+8
* hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck2016-09-091-0/+9
* hwmon: (core) Add fan attribute support to new APIGuenter Roeck2016-09-091-0/+16
* hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck2016-09-091-0/+20
* hwmon: (core) Add power attribute support to new APIGuenter Roeck2016-09-091-0/+30
* hwmon: (core) Add current attribute support to new APIGuenter Roeck2016-09-091-0/+21
* hwmon: (core) Add voltage attribute support to new APIGuenter Roeck2016-09-091-0/+21
* hwmon: (core) New hwmon registration APIGuenter Roeck2016-09-091-27/+458
* hwmon: (core) Order include files alphabeticallyGuenter Roeck2016-09-091-6/+4Star
* hwmon: Do not accept invalid name attributesGuenter Roeck2014-03-031-0/+5
* hwmon: Provide managed hwmon registrationGuenter Roeck2013-10-141-0/+63
* hwmon: Introduce hwmon_device_register_with_groupsGuenter Roeck2013-10-141-16/+106
* hwmon: Fix PCI device reference leak in quirkJean Delvare2012-12-191-12/+14
* hwmon: (hwmon) Fix multi-line commentsGuenter Roeck2012-03-191-10/+10
* hwmon: fix checkpatch issuesFrans Meulenbroeks2012-03-191-3/+2Star
* hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-11-011-24/+8Star
* hwmon: (core) Use pr_fmt and pr_<level>Joe Perches2011-01-081-1/+3
* hwmon: PCI quirk for hwmon access on MSI MS-7031 boardJean Delvare2009-06-151-0/+29
* hwmon: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1