aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-23hwmon: (core) Add comment describing how hwdev is freed in error pathGravatar Guenter Roeck 1-0/+6
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-05hwmon: (core) add thermal sensors only if dev->of_node is presentGravatar Eduardo Valentin 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-4/+1
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-3/+1
2019-05-06hwmon/drivers/core: Simplify complex dependencyGravatar Daniel Lezcano 1-3/+1
2019-04-15hwmon: Add support for samples attributesGravatar Guenter Roeck 1-0/+5
2019-02-18hwmon: (hwmon) Replace S_<PERMS> with octal valuesGravatar Guenter Roeck 1-2/+2
2018-12-02hwmon: (core) remove redundant castGravatar Rasmus Villemoes 1-2/+2
2018-11-04hwmon: (core) Fix double-free in __hwmon_device_register()Gravatar Dmitry Osipenko 1-4/+4
2018-10-11hwmon: (core) Add trace events to _attr_show/store functionsGravatar Nicolin Chen 1-7/+20
2018-10-10hwmon: (core) Add hwmon_in_enable attributeGravatar Nicolin Chen 1-0/+1
2018-07-18hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarmGravatar Andrew Lunn 1-0/+4
2018-05-21hwmon: (core) check parent dev != NULL when chip != NULLGravatar Lucas Magasweran 1-0/+3
2018-01-02hwmon: Fix parameter documentationGravatar Guenter Roeck 1-6/+6
2017-12-26hwmon: Deal with errors from the thermal subsystemGravatar Linus Walleij 1-4/+17
2017-08-13hwmon: (core) constify thermal_zone_of_device_ops structuresGravatar Julia Lawall 1-1/+1
2017-08-13hwmon: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-04-02hwmon: Constify str parameter of hwmon_ops->read_stringGravatar Jean Delvare 1-1/+1
2017-01-31hwmon: Register thermal zone only if 'dev' parameter was providedGravatar Guenter Roeck 1-1/+1
2017-01-31hwmon: Relax name attribute validation for new APIsGravatar Guenter Roeck 1-2/+4
2017-01-25hwmon: Make name attribute mandatory for new APIsGravatar Guenter Roeck 1-1/+7
2017-01-02hwmon: (core) use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-2/+2
2016-12-09hwmon: (core) Simplify sysfs attribute name allocationGravatar Guenter Roeck 1-8/+9
2016-12-09hwmon: (core) Rename groups parameter in API to extra_groupsGravatar Guenter Roeck 1-4/+4
2016-12-09hwmon: (core) Explain why at least two attribute groups are allocatedGravatar Guenter Roeck 1-1/+1
2016-12-09hwmon: (core) Make is_visible callback truly mandatoryGravatar Guenter Roeck 1-3/+3
2016-12-09hwmon: (core) Deprecate hwmon_device_register()Gravatar Guenter Roeck 1-0/+3
2016-12-09hwmon: (core) Clarify use of chip attributesGravatar Guenter Roeck 1-3/+7
2016-12-09hwmon: (core) Add support for string attributes to new APIGravatar Guenter Roeck 1-2/+31
2016-10-24hwmon: (core) fix resource leak on devm_kcalloc failureGravatar Colin Ian King 1-2/+4
2016-09-08hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGravatar Guenter Roeck 1-2/+8
2016-09-08hwmon: (core) Add basic pwm attribute support to new APIGravatar Guenter Roeck 1-0/+9
2016-09-08hwmon: (core) Add fan attribute support to new APIGravatar Guenter Roeck 1-0/+16
2016-09-08hwmon: (core) Add energy and humidity attribute support to new APIGravatar Guenter Roeck 1-0/+20
2016-09-08hwmon: (core) Add power attribute support to new APIGravatar Guenter Roeck 1-0/+30
2016-09-08hwmon: (core) Add current attribute support to new APIGravatar Guenter Roeck 1-0/+21
2016-09-08hwmon: (core) Add voltage attribute support to new APIGravatar Guenter Roeck 1-0/+21
2016-09-08hwmon: (core) New hwmon registration APIGravatar Guenter Roeck 1-27/+458
2016-09-08hwmon: (core) Order include files alphabeticallyGravatar Guenter Roeck 1-6/+4
2014-03-03hwmon: Do not accept invalid name attributesGravatar Guenter Roeck 1-0/+5
2013-10-13hwmon: Provide managed hwmon registrationGravatar Guenter Roeck 1-0/+63
2013-10-13hwmon: Introduce hwmon_device_register_with_groupsGravatar Guenter Roeck 1-16/+106
2012-12-19hwmon: Fix PCI device reference leak in quirkGravatar Jean Delvare 1-12/+14
2012-03-18hwmon: (hwmon) Fix multi-line commentsGravatar Guenter Roeck 1-10/+10
2012-03-18hwmon: fix checkpatch issuesGravatar Frans Meulenbroeks 1-3/+2
2011-10-31hwmon: convert idr to ida and use ida_simple interfaceGravatar Jonathan Cameron 1-24/+8
2011-01-08hwmon: (core) Use pr_fmt and pr_<level>Gravatar Joe Perches 1-1/+3
2009-06-15hwmon: PCI quirk for hwmon access on MSI MS-7031 boardGravatar Jean Delvare 1-0/+29
2009-01-06hwmon: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1