summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Fix parameter documentationGuenter Roeck2018-01-021-6/+6
* hwmon: Deal with errors from the thermal subsystemLinus Walleij2017-12-261-4/+17
* hwmon: (core) constify thermal_zone_of_device_ops structuresJulia Lawall2017-08-131-1/+1
* hwmon: constify attribute_group structures.Arvind Yadav2017-08-131-1/+1
* hwmon: Constify str parameter of hwmon_ops->read_stringJean Delvare2017-04-021-1/+1
* hwmon: Register thermal zone only if 'dev' parameter was providedGuenter Roeck2017-01-311-1/+1
* hwmon: Relax name attribute validation for new APIsGuenter Roeck2017-01-311-2/+4
* hwmon: Make name attribute mandatory for new APIsGuenter Roeck2017-01-251-1/+7
* hwmon: (core) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-2/+2
* hwmon: (core) Simplify sysfs attribute name allocationGuenter Roeck2016-12-091-8/+9
* hwmon: (core) Rename groups parameter in API to extra_groupsGuenter Roeck2016-12-091-4/+4
* hwmon: (core) Explain why at least two attribute groups are allocatedGuenter Roeck2016-12-091-1/+1
* hwmon: (core) Make is_visible callback truly mandatoryGuenter Roeck2016-12-091-3/+3
* hwmon: (core) Deprecate hwmon_device_register()Guenter Roeck2016-12-091-0/+3
* hwmon: (core) Clarify use of chip attributesGuenter Roeck2016-12-091-3/+7
* hwmon: (core) Add support for string attributes to new APIGuenter Roeck2016-12-091-2/+31
* hwmon: (core) fix resource leak on devm_kcalloc failureColin Ian King2016-10-241-2/+4
* hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sysGuenter Roeck2016-09-081-2/+8
* hwmon: (core) Add basic pwm attribute support to new APIGuenter Roeck2016-09-081-0/+9
* hwmon: (core) Add fan attribute support to new APIGuenter Roeck2016-09-081-0/+16
* hwmon: (core) Add energy and humidity attribute support to new APIGuenter Roeck2016-09-081-0/+20
* hwmon: (core) Add power attribute support to new APIGuenter Roeck2016-09-081-0/+30
* hwmon: (core) Add current attribute support to new APIGuenter Roeck2016-09-081-0/+21
* hwmon: (core) Add voltage attribute support to new APIGuenter Roeck2016-09-081-0/+21
* hwmon: (core) New hwmon registration APIGuenter Roeck2016-09-081-27/+458
* hwmon: (core) Order include files alphabeticallyGuenter Roeck2016-09-081-6/+4
* hwmon: Do not accept invalid name attributesGuenter Roeck2014-03-031-0/+5
* hwmon: Provide managed hwmon registrationGuenter Roeck2013-10-131-0/+63
* hwmon: Introduce hwmon_device_register_with_groupsGuenter Roeck2013-10-131-16/+106
* hwmon: Fix PCI device reference leak in quirkJean Delvare2012-12-191-12/+14
* hwmon: (hwmon) Fix multi-line commentsGuenter Roeck2012-03-181-10/+10
* hwmon: fix checkpatch issuesFrans Meulenbroeks2012-03-181-3/+2
* hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-10-311-24/+8
* hwmon: (core) Use pr_fmt and pr_<level>Joe Perches2011-01-081-1/+3
* hwmon: PCI quirk for hwmon access on MSI MS-7031 boardJean Delvare2009-06-151-0/+29
* hwmon: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* device create: hwmon: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-14/+13
* hwmon: Use subsys_initcallDavid Brownell2007-02-141-1/+1
* [PATCH] hwmon: add required idr lockingMark M. Hoffman2006-03-231-6/+20
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] I2C hwmon: hwmon sysfs classMark M. Hoffman2005-09-051-0/+98