summaryrefslogtreecommitdiff
path: root/drivers/hwmon/hwmon.c
AgeCommit message (Expand)Author
2024-02-25hwmon: (core) Add support for humidity min/max alarmJavier Carrasco
2024-02-11hwmon: add fault attribute for voltage channelsNuno Sa
2023-06-08hwmon: (core) Finish renaming groups parameter in API to extra_groupsJames Seo
2023-06-08hwmon: (core) Add missing beep-related standard attributesJames Seo
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki
2023-03-21hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in hwmon located driversDaniel Lezcano
2022-12-04hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET
2022-08-17hwmon/drivers/core: Switch to new of thermal APIDaniel Lezcano
2022-05-22hwmon: Directly use ida_alloc()/free()keliu
2022-05-22hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck
2022-05-22hwmon: Introduce hwmon_device_register_for_thermalGuenter Roeck
2022-05-17hwmon: introduce hwmon_sanitize_name()Michael Walle
2022-02-27hwmon: (core) Add support for pwm auto channels attributeArmin Wolf
2022-02-27hwmon: Fix possible NULL pointerPaul Cercueil
2022-02-27hwmon: Add "label" attributePaul Cercueil
2022-02-27hwmon: Report attribute name with udev eventsGuenter Roeck
2022-02-22hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck
2021-10-12hwmon: Fix possible memleak in __hwmon_device_register()Yang Yingliang
2021-06-24hwmon: Support set_trips() of thermal device opsDmitry Osipenko
2021-04-20hwmon: Switch to using the new API kobj_to_dev()Yang Li
2020-09-23hwmon: (core) Add support for rated attributesZbigniew Lukwinski
2020-05-28hwmon: Add notification supportGuenter Roeck
2020-05-22hwmon: Reduce indentation level in __hwmon_device_register()Akinobu Mita
2020-01-23hwmon: Add support for enable attributes to hwmon coreGuenter Roeck
2020-01-23hwmon: Add intrusion templatesDr. David Alan Gilbert
2020-01-17hwmon: (core) Do not use device managed functions for memory allocationsGuenter Roeck
2019-06-23hwmon: (core) Add comment describing how hwdev is freed in error pathGuenter Roeck
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05hwmon: (core) add thermal sensors only if dev->of_node is presentEduardo Valentin
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2019-05-06hwmon/drivers/core: Simplify complex dependencyDaniel Lezcano
2019-04-15hwmon: Add support for samples attributesGuenter Roeck
2019-02-18hwmon: (hwmon) Replace S_<PERMS> with octal valuesGuenter Roeck
2018-12-02hwmon: (core) remove redundant castRasmus Villemoes
2018-11-04hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko
2018-10-11hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen
2018-10-10hwmon: (core) Add hwmon_in_enable attributeNicolin Chen
2018-07-18hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarmAndrew Lunn
2018-05-21hwmon: (core) check parent dev != NULL when chip != NULLLucas Magasweran
2018-01-02hwmon: Fix parameter documentationGuenter Roeck
2017-12-26hwmon: Deal with errors from the thermal subsystemLinus Walleij
2017-08-13hwmon: (core) constify thermal_zone_of_device_ops structuresJulia Lawall
2017-08-13hwmon: constify attribute_group structures.Arvind Yadav