summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (core) Add support for humidity min/max alarmJavier Carrasco2024-02-251-0/+2
* hwmon: add fault attribute for voltage channelsNuno Sa2024-02-111-0/+1
* hwmon: (core) Finish renaming groups parameter in API to extra_groupsJames Seo2023-06-081-3/+3
* hwmon: (core) Add missing beep-related standard attributesJames Seo2023-06-081-0/+5
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+0
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-2/+5
| |\
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-2/+2
|\ \ \
| * \ \ Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki2023-03-311-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | thermal/core: Use the thermal zone 'devdata' accessor in hwmon located driversDaniel Lezcano2023-03-031-2/+2
| | |/
* | / hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-071-2/+2
|/ /
* / hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung2023-03-211-2/+5
|/
* 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