| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | hwmon: Serialize accesses in hwmon core | Guenter Roeck | 1 | -7/+35 |
| 2025-09-07 | hwmon: Introduce 64-bit energy attribute support | Guenter Roeck | 1 | -4/+10 |
| 2025-03-04 | hwmon: Fix the missing of 'average' word in hwmon_power_attr_templates | Huisong Li | 1 | -2/+2 |
| 2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-09 | hwmon: (core) Use device name as a fallback in devm_hwmon_device_register_wit... | Heiner Kallweit | 1 | -0/+6 |
| 2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -1/+1 |
| 2024-12-14 | hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file | Thomas Weißschuh | 1 | -15/+6 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
| 2024-11-10 | hwmon: Add static visibility member to struct hwmon_ops | Heiner Kallweit | 1 | -4/+15 |
| 2024-09-13 | hwmon: Remove devm_hwmon_device_unregister() API function | Guenter Roeck | 1 | -18/+0 |
| 2024-06-13 | hwmon: (core) Make hwmon_class const | Thomas Weißschuh | 1 | -1/+1 |
| 2024-06-03 | hwmon: Add PEC attribute support to hardware monitoring core | Guenter Roeck | 1 | -16/+131 |
| 2024-02-25 | hwmon: (core) Add support for humidity min/max alarm | Javier Carrasco | 1 | -0/+2 |
| 2024-02-11 | hwmon: add fault attribute for voltage channels | Nuno Sa | 1 | -0/+1 |
| 2023-06-08 | hwmon: (core) Finish renaming groups parameter in API to extra_groups | James Seo | 1 | -3/+3 |
| 2023-06-08 | hwmon: (core) Add missing beep-related standard attributes | James Seo | 1 | -0/+5 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
| 2023-04-25 | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2023-04-07 | hwmon: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 1 | -2/+2 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+5 |
| 2023-03-31 | Merge back Intel thermal driver changes for 6.4-rc1. | Rafael J. Wysocki | 1 | -2/+2 |
| 2023-03-21 | hwmon: fix potential sensor registration fail if of_node is missing | Phinex Hung | 1 | -2/+5 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-03-03 | thermal/core: Use the thermal zone 'devdata' accessor in hwmon located drivers | Daniel Lezcano | 1 | -2/+2 |
| 2022-12-04 | hwmon: Include <linux/kstrtox.h> when appropriate | Christophe JAILLET | 1 | -0/+1 |
| 2022-08-17 | hwmon/drivers/core: Switch to new of thermal API | Daniel Lezcano | 1 | -7/+7 |
| 2022-05-22 | hwmon: Directly use ida_alloc()/free() | keliu | 1 | -3/+3 |
| 2022-05-22 | hwmon: Make chip parameter for with_info API mandatory | Guenter Roeck | 1 | -9/+7 |
| 2022-05-22 | hwmon: Introduce hwmon_device_register_for_thermal | Guenter Roeck | 1 | -0/+25 |
| 2022-05-17 | hwmon: introduce hwmon_sanitize_name() | Michael Walle | 1 | -0/+53 |
| 2022-02-27 | hwmon: (core) Add support for pwm auto channels attribute | Armin Wolf | 1 | -0/+1 |
| 2022-02-27 | hwmon: Fix possible NULL pointer | Paul Cercueil | 1 | -1/+1 |
| 2022-02-27 | hwmon: Add "label" attribute | Paul Cercueil | 1 | -3/+31 |
| 2022-02-27 | hwmon: Report attribute name with udev events | Guenter Roeck | 1 | -1/+4 |
| 2022-02-22 | hwmon: Handle failure to register sensor with thermal zone correctly | Guenter Roeck | 1 | -6/+8 |
| 2021-10-12 | hwmon: Fix possible memleak in __hwmon_device_register() | Yang Yingliang | 1 | -2/+4 |
| 2021-06-24 | hwmon: Support set_trips() of thermal device ops | Dmitry Osipenko | 1 | -0/+36 |
| 2021-04-20 | hwmon: Switch to using the new API kobj_to_dev() | Yang Li | 1 | -1/+1 |
| 2020-09-23 | hwmon: (core) Add support for rated attributes | Zbigniew Lukwinski | 1 | -0/+10 |
| 2020-05-28 | hwmon: Add notification support | Guenter Roeck | 1 | -3/+65 |
| 2020-05-22 | hwmon: Reduce indentation level in __hwmon_device_register() | Akinobu Mita | 1 | -26/+42 |
| 2020-01-23 | hwmon: Add support for enable attributes to hwmon core | Guenter Roeck | 1 | -1/+7 |
| 2020-01-23 | hwmon: Add intrusion templates | Dr. David Alan Gilbert | 1 | -1/+8 |
| 2020-01-17 | hwmon: (core) Do not use device managed functions for memory allocations | Guenter Roeck | 1 | -27/+41 |
| 2019-06-23 | hwmon: (core) Add comment describing how hwdev is freed in error path | Guenter Roeck | 1 | -0/+6 |
| 2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+1 |
| 2019-06-05 | hwmon: (core) add thermal sensors only if dev->of_node is present | Eduardo Valentin | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -3/+1 |
| 2019-05-06 | hwmon/drivers/core: Simplify complex dependency | Daniel Lezcano | 1 | -3/+1 |
| 2019-04-15 | hwmon: Add support for samples attributes | Guenter Roeck | 1 | -0/+5 |
| 2019-02-18 | hwmon: (hwmon) Replace S_<PERMS> with octal values | Guenter Roeck | 1 | -2/+2 |
| 2018-12-02 | hwmon: (core) remove redundant cast | Rasmus Villemoes | 1 | -2/+2 |
| 2018-11-04 | hwmon: (core) Fix double-free in __hwmon_device_register() | Dmitry Osipenko | 1 | -4/+4 |
| 2018-10-11 | hwmon: (core) Add trace events to _attr_show/store functions | Nicolin Chen | 1 | -7/+20 |
| 2018-10-10 | hwmon: (core) Add hwmon_in_enable attribute | Nicolin Chen | 1 | -0/+1 |
| 2018-07-18 | hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarm | Andrew Lunn | 1 | -0/+4 |
| 2018-05-21 | hwmon: (core) check parent dev != NULL when chip != NULL | Lucas Magasweran | 1 | -0/+3 |
| 2018-01-02 | hwmon: Fix parameter documentation | Guenter Roeck | 1 | -6/+6 |
| 2017-12-26 | hwmon: Deal with errors from the thermal subsystem | Linus Walleij | 1 | -4/+17 |
| 2017-08-13 | hwmon: (core) constify thermal_zone_of_device_ops structures | Julia Lawall | 1 | -1/+1 |
| 2017-08-13 | hwmon: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
| 2017-04-02 | hwmon: Constify str parameter of hwmon_ops->read_string | Jean Delvare | 1 | -1/+1 |
| 2017-01-31 | hwmon: Register thermal zone only if 'dev' parameter was provided | Guenter Roeck | 1 | -1/+1 |
| 2017-01-31 | hwmon: Relax name attribute validation for new APIs | Guenter Roeck | 1 | -2/+4 |
| 2017-01-25 | hwmon: Make name attribute mandatory for new APIs | Guenter Roeck | 1 | -1/+7 |
| 2017-01-02 | hwmon: (core) use permission-specific DEVICE_ATTR variants | Julia Lawall | 1 | -2/+2 |
| 2016-12-09 | hwmon: (core) Simplify sysfs attribute name allocation | Guenter Roeck | 1 | -8/+9 |
| 2016-12-09 | hwmon: (core) Rename groups parameter in API to extra_groups | Guenter Roeck | 1 | -4/+4 |
| 2016-12-09 | hwmon: (core) Explain why at least two attribute groups are allocated | Guenter Roeck | 1 | -1/+1 |
| 2016-12-09 | hwmon: (core) Make is_visible callback truly mandatory | Guenter Roeck | 1 | -3/+3 |
| 2016-12-09 | hwmon: (core) Deprecate hwmon_device_register() | Guenter Roeck | 1 | -0/+3 |
| 2016-12-09 | hwmon: (core) Clarify use of chip attributes | Guenter Roeck | 1 | -3/+7 |
| 2016-12-09 | hwmon: (core) Add support for string attributes to new API | Guenter Roeck | 1 | -2/+31 |
| 2016-10-24 | hwmon: (core) fix resource leak on devm_kcalloc failure | Colin Ian King | 1 | -2/+4 |
| 2016-09-08 | hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys | Guenter Roeck | 1 | -2/+8 |
| 2016-09-08 | hwmon: (core) Add basic pwm attribute support to new API | Guenter Roeck | 1 | -0/+9 |
| 2016-09-08 | hwmon: (core) Add fan attribute support to new API | Guenter Roeck | 1 | -0/+16 |
| 2016-09-08 | hwmon: (core) Add energy and humidity attribute support to new API | Guenter Roeck | 1 | -0/+20 |
| 2016-09-08 | hwmon: (core) Add power attribute support to new API | Guenter Roeck | 1 | -0/+30 |
| 2016-09-08 | hwmon: (core) Add current attribute support to new API | Guenter Roeck | 1 | -0/+21 |
| 2016-09-08 | hwmon: (core) Add voltage attribute support to new API | Guenter Roeck | 1 | -0/+21 |
| 2016-09-08 | hwmon: (core) New hwmon registration API | Guenter Roeck | 1 | -27/+458 |
| 2016-09-08 | hwmon: (core) Order include files alphabetically | Guenter Roeck | 1 | -6/+4 |
| 2014-03-03 | hwmon: Do not accept invalid name attributes | Guenter Roeck | 1 | -0/+5 |
| 2013-10-13 | hwmon: Provide managed hwmon registration | Guenter Roeck | 1 | -0/+63 |
| 2013-10-13 | hwmon: Introduce hwmon_device_register_with_groups | Guenter Roeck | 1 | -16/+106 |
| 2012-12-19 | hwmon: Fix PCI device reference leak in quirk | Jean Delvare | 1 | -12/+14 |
| 2012-03-18 | hwmon: (hwmon) Fix multi-line comments | Guenter Roeck | 1 | -10/+10 |
| 2012-03-18 | hwmon: fix checkpatch issues | Frans Meulenbroeks | 1 | -3/+2 |
| 2011-10-31 | hwmon: convert idr to ida and use ida_simple interface | Jonathan Cameron | 1 | -24/+8 |
| 2011-01-08 | hwmon: (core) Use pr_fmt and pr_<level> | Joe Perches | 1 | -1/+3 |
| 2009-06-15 | hwmon: PCI quirk for hwmon access on MSI MS-7031 board | Jean Delvare | 1 | -0/+29 |
| 2009-01-06 | hwmon: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
| 2008-10-16 | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -2/+2 |
| 2008-07-21 | device create: hwmon: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -1/+2 |
| 2007-10-09 | hwmon: Convert from class_device to device | Tony Jones | 1 | -14/+13 |
| 2007-02-14 | hwmon: Use subsys_initcall | David Brownell | 1 | -1/+1 |
| 2006-03-23 | [PATCH] hwmon: add required idr locking | Mark M. Hoffman | 1 | -6/+20 |
| 2005-11-07 | [PATCH] fix remaining missing includes | Tim Schmielau | 1 | -0/+1 |
| 2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2005-09-05 | [PATCH] I2C hwmon: hwmon sysfs class | Mark M. Hoffman | 1 | -0/+98 |