summaryrefslogtreecommitdiff
path: root/drivers/hwmon/hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10hwmon: (sysfs) Allow drivers to register const attributesThomas Weißschuh1-3/+3
2026-08-10hwmon: (core) Use const APIs for the dynamically allocated sysfs attributesThomas Weißschuh1-27/+27
2026-08-10hwmon: (core) Constify device attributesThomas Weißschuh1-8/+8
2026-07-31Revert "thermal: hwmon: Use extra_groups for adding temperature attributes"Rafael J. Wysocki1-4/+2
2026-06-16Merge tag 'hwmon-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-0/+1
2026-06-09hwmon: Add update_interval_us chip attributeFerdinand Schwenk1-0/+1
2026-05-13thermal: hwmon: Use extra_groups for adding temperature attributesRafael J. Wysocki1-2/+4
2026-03-30hwmon: Add label support for 64-bit energy attributesRong Zhang1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-01-31hwmon: Use sysfs_emit in show function callbacksKari Argillander1-3/+3
2026-01-31hwmon: Fix wrong return errno in *sanitize_name()Kari Argillander1-1/+4
2025-09-08hwmon: Serialize accesses in hwmon coreGuenter Roeck1-7/+35
2025-09-07hwmon: Introduce 64-bit energy attribute supportGuenter Roeck1-4/+10
2025-03-04hwmon: Fix the missing of 'average' word in hwmon_power_attr_templatesHuisong Li1-2/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-09hwmon: (core) Use device name as a fallback in devm_hwmon_device_register_wit...Heiner Kallweit1-0/+6
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2024-12-14hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source fileThomas Weißschuh1-15/+6
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-10hwmon: Add static visibility member to struct hwmon_opsHeiner Kallweit1-4/+15
2024-09-13hwmon: Remove devm_hwmon_device_unregister() API functionGuenter Roeck1-18/+0
2024-06-13hwmon: (core) Make hwmon_class constThomas Weißschuh1-1/+1
2024-06-03hwmon: Add PEC attribute support to hardware monitoring coreGuenter Roeck1-16/+131
2024-02-25hwmon: (core) Add support for humidity min/max alarmJavier Carrasco1-0/+2
2024-02-11hwmon: add fault attribute for voltage channelsNuno Sa1-0/+1
2023-06-08hwmon: (core) Finish renaming groups parameter in API to extra_groupsJames Seo1-3/+3
2023-06-08hwmon: (core) Add missing beep-related standard attributesJames Seo1-0/+5
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-2/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-2/+5
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki1-2/+2
2023-03-21hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung1-2/+5
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in hwmon located driversDaniel Lezcano1-2/+2
2022-12-04hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET1-0/+1
2022-08-17hwmon/drivers/core: Switch to new of thermal APIDaniel Lezcano1-7/+7
2022-05-22hwmon: Directly use ida_alloc()/free()keliu1-3/+3
2022-05-22hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck1-9/+7
2022-05-22hwmon: Introduce hwmon_device_register_for_thermalGuenter Roeck1-0/+25
2022-05-17hwmon: introduce hwmon_sanitize_name()Michael Walle1-0/+53
2022-02-27hwmon: (core) Add support for pwm auto channels attributeArmin Wolf1-0/+1
2022-02-27hwmon: Fix possible NULL pointerPaul Cercueil1-1/+1
2022-02-27hwmon: Add "label" attributePaul Cercueil1-3/+31
2022-02-27hwmon: Report attribute name with udev eventsGuenter Roeck1-1/+4
2022-02-22hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck1-6/+8
2021-10-12hwmon: Fix possible memleak in __hwmon_device_register()Yang Yingliang1-2/+4
2021-06-24hwmon: Support set_trips() of thermal device opsDmitry Osipenko1-0/+36
2021-04-20hwmon: Switch to using the new API kobj_to_dev()Yang Li1-1/+1