summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-2/+5
|\
| * hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung2023-03-211-2/+5
* | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
|/
* hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-12-041-0/+1
* hwmon/drivers/core: Switch to new of thermal APIDaniel Lezcano2022-08-171-7/+7
* hwmon: Directly use ida_alloc()/free()keliu2022-05-221-3/+3
* hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck2022-05-221-9/+7
* hwmon: Introduce hwmon_device_register_for_thermalGuenter Roeck2022-05-221-0/+25
* hwmon: introduce hwmon_sanitize_name()Michael Walle2022-05-171-0/+53
* hwmon: (core) Add support for pwm auto channels attributeArmin Wolf2022-02-271-0/+1
* hwmon: Fix possible NULL pointerPaul Cercueil2022-02-271-1/+1
* hwmon: Add "label" attributePaul Cercueil2022-02-271-3/+31
* hwmon: Report attribute name with udev eventsGuenter Roeck2022-02-271-1/+4
* hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck2022-02-221-6/+8
* hwmon: Fix possible memleak in __hwmon_device_register()Yang Yingliang2021-10-121-2/+4
* hwmon: Support set_trips() of thermal device opsDmitry Osipenko2021-06-241-0/+36
* hwmon: Switch to using the new API kobj_to_dev()Yang Li2021-04-201-1/+1
* hwmon: (core) Add support for rated attributesZbigniew Lukwinski2020-09-231-0/+10
* 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