summaryrefslogtreecommitdiff
path: root/drivers/hwmon/hwmon.c
AgeCommit message (Expand)Author
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
2017-04-02hwmon: Constify str parameter of hwmon_ops->read_stringJean Delvare
2017-01-31hwmon: Register thermal zone only if 'dev' parameter was providedGuenter Roeck
2017-01-31hwmon: Relax name attribute validation for new APIsGuenter Roeck
2017-01-25hwmon: Make name attribute mandatory for new APIsGuenter Roeck
2017-01-02hwmon: (core) use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-12-09hwmon: (core) Simplify sysfs attribute name allocationGuenter Roeck
2016-12-09hwmon: (core) Rename groups parameter in API to extra_groupsGuenter Roeck
2016-12-09hwmon: (core) Explain why at least two attribute groups are allocatedGuenter Roeck
2016-12-09hwmon: (core) Make is_visible callback truly mandatoryGuenter Roeck
2016-12-09hwmon: (core) Deprecate hwmon_device_register()Guenter Roeck
2016-12-09hwmon: (core) Clarify use of chip attributesGuenter Roeck
2016-12-09hwmon: (core) Add support for string attributes to new APIGuenter Roeck
2016-10-24hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King
2016-09-08hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGuenter Roeck
2016-09-08hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck
2016-09-08hwmon: (core) Add fan attribute support to new APIGuenter Roeck
2016-09-08hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck
2016-09-08hwmon: (core) Add power attribute support to new APIGuenter Roeck
2016-09-08hwmon: (core) Add current attribute support to new APIGuenter Roeck
2016-09-08hwmon: (core) Add voltage attribute support to new APIGuenter Roeck
2016-09-08hwmon: (core) New hwmon registration APIGuenter Roeck
2016-09-08hwmon: (core) Order include files alphabeticallyGuenter Roeck
2014-03-03hwmon: Do not accept invalid name attributesGuenter Roeck
2013-10-13hwmon: Provide managed hwmon registrationGuenter Roeck
2013-10-13hwmon: Introduce hwmon_device_register_with_groupsGuenter Roeck
2012-12-19hwmon: Fix PCI device reference leak in quirkJean Delvare
2012-03-18hwmon: (hwmon) Fix multi-line commentsGuenter Roeck
2012-03-18hwmon: fix checkpatch issuesFrans Meulenbroeks
2011-10-31hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron
2011-01-08hwmon: (core) Use pr_fmt and pr_<level>Joe Perches
2009-06-15hwmon: PCI quirk for hwmon access on MSI MS-7031 boardJean Delvare
2009-01-06hwmon: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21device create: hwmon: convert device_create to device_create_drvdataGreg Kroah-Hartman
2007-10-09hwmon: Convert from class_device to deviceTony Jones
2007-02-14hwmon: Use subsys_initcallDavid Brownell
2006-03-23[PATCH] hwmon: add required idr lockingMark M. Hoffman
2005-11-07[PATCH] fix remaining missing includesTim Schmielau