aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ltc4245.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-04-15hwmon: (ltc4245) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-50/+23
2019-02-18hwmon: (ltc4245) Replace S_<PERMS> with octal valuesGuenter Roeck1-4/+4
2017-06-11hwmon: (ltc4245) move header file out of I2C realmWolfram Sang1-1/+1
2016-09-08hwmon: (ltc4245) Convert to use new hwmon registration APIGuenter Roeck1-187/+175
2014-03-03hwmon: (ltc4245) Remove devicetree conditionalsGuenter Roeck1-4/+0
2014-03-03hwmon: (ltc4245) Drop debug messagesGuenter Roeck1-3/+0
2014-03-03hwmon: (ltc4245) Use device managed function to register hwmon deviceGuenter Roeck1-19/+4
2013-10-13hwmon: (ltc4245) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-54/+24
2013-04-07hwmon: (ltc4245) Fix 'Macros with complex values' checkpatch errorGuenter Roeck1-57/+59
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-09-23hwmon: (ltc4245) Convert to use devm_ functionsGuenter Roeck1-10/+4
2012-03-18hwmon: (ltc4245) Fix multi-line commentsGuenter Roeck1-3/+6
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2010-08-14hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder1-10/+167
2010-05-27hwmon: (ltc4245) Read only one GPIO pinIra W. Snyder1-13/+5
2009-10-04ltc4215/ltc4245: Discard obsolete detect methodsJean Delvare1-126/+5
2009-09-23hwmon: (ltc4245) Clear faults at startupIra W. Snyder1-1/+2
2009-01-07hwmon: Add LTC4245 driverIra Snyder1-0/+567