Age | Commit message (Expand) | Author |
2020-09-23 | hwmon: (core) Add support for rated attributes | Zbigniew Lukwinski |
2020-05-28 | hwmon: Add notification support | Guenter Roeck |
2020-05-22 | hwmon: Reduce indentation level in __hwmon_device_register() | Akinobu Mita |
2020-01-23 | hwmon: Add support for enable attributes to hwmon core | Guenter Roeck |
2020-01-23 | hwmon: Add intrusion templates | Dr. David Alan Gilbert |
2020-01-17 | hwmon: (core) Do not use device managed functions for memory allocations | Guenter Roeck |
2019-06-23 | hwmon: (core) Add comment describing how hwdev is freed in error path | Guenter Roeck |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2019-06-05 | hwmon: (core) add thermal sensors only if dev->of_node is present | Eduardo Valentin |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner |
2019-05-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2019-05-06 | hwmon/drivers/core: Simplify complex dependency | Daniel Lezcano |
2019-04-15 | hwmon: Add support for samples attributes | Guenter Roeck |
2019-02-18 | hwmon: (hwmon) Replace S_<PERMS> with octal values | Guenter Roeck |
2018-12-02 | hwmon: (core) remove redundant cast | Rasmus Villemoes |
2018-11-04 | hwmon: (core) Fix double-free in __hwmon_device_register() | Dmitry Osipenko |
2018-10-11 | hwmon: (core) Add trace events to _attr_show/store functions | Nicolin Chen |
2018-10-10 | hwmon: (core) Add hwmon_in_enable attribute | Nicolin Chen |
2018-07-18 | hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarm | Andrew Lunn |
2018-05-21 | hwmon: (core) check parent dev != NULL when chip != NULL | Lucas Magasweran |
2018-01-02 | hwmon: Fix parameter documentation | Guenter Roeck |
2017-12-26 | hwmon: Deal with errors from the thermal subsystem | Linus Walleij |
2017-08-13 | hwmon: (core) constify thermal_zone_of_device_ops structures | Julia Lawall |
2017-08-13 | hwmon: constify attribute_group structures. | Arvind Yadav |
2017-04-02 | hwmon: Constify str parameter of hwmon_ops->read_string | Jean Delvare |
2017-01-31 | hwmon: Register thermal zone only if 'dev' parameter was provided | Guenter Roeck |
2017-01-31 | hwmon: Relax name attribute validation for new APIs | Guenter Roeck |
2017-01-25 | hwmon: Make name attribute mandatory for new APIs | Guenter Roeck |
2017-01-02 | hwmon: (core) use permission-specific DEVICE_ATTR variants | Julia Lawall |
2016-12-09 | hwmon: (core) Simplify sysfs attribute name allocation | Guenter Roeck |
2016-12-09 | hwmon: (core) Rename groups parameter in API to extra_groups | Guenter Roeck |
2016-12-09 | hwmon: (core) Explain why at least two attribute groups are allocated | Guenter Roeck |
2016-12-09 | hwmon: (core) Make is_visible callback truly mandatory | Guenter Roeck |
2016-12-09 | hwmon: (core) Deprecate hwmon_device_register() | Guenter Roeck |
2016-12-09 | hwmon: (core) Clarify use of chip attributes | Guenter Roeck |
2016-12-09 | hwmon: (core) Add support for string attributes to new API | Guenter Roeck |
2016-10-24 | hwmon: (core) fix resource leak on devm_kcalloc failure | Colin Ian King |
2016-09-08 | hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys | Guenter Roeck |
2016-09-08 | hwmon: (core) Add basic pwm attribute support to new API | Guenter Roeck |
2016-09-08 | hwmon: (core) Add fan attribute support to new API | Guenter Roeck |
2016-09-08 | hwmon: (core) Add energy and humidity attribute support to new API | Guenter Roeck |
2016-09-08 | hwmon: (core) Add power attribute support to new API | Guenter Roeck |
2016-09-08 | hwmon: (core) Add current attribute support to new API | Guenter Roeck |
2016-09-08 | hwmon: (core) Add voltage attribute support to new API | Guenter Roeck |
2016-09-08 | hwmon: (core) New hwmon registration API | Guenter Roeck |
2016-09-08 | hwmon: (core) Order include files alphabetically | Guenter Roeck |
2014-03-03 | hwmon: Do not accept invalid name attributes | Guenter Roeck |
2013-10-13 | hwmon: Provide managed hwmon registration | Guenter Roeck |
2013-10-13 | hwmon: Introduce hwmon_device_register_with_groups | Guenter Roeck |
2012-12-19 | hwmon: Fix PCI device reference leak in quirk | Jean Delvare |