aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ad7414.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-15hwmon: (ad7414) Fix build warningGuenter Roeck1-1/+1
2018-12-16hwmon: (ad7414) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-14/+12
2017-04-02hwmon: (ad7414) Add OF device ID tableJavier Martinez Canillas1-0/+7
2014-08-04hwmon: (ad7414) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-41/+16
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-1/+1
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-23hwmon: (ad7414) Convert to use devm_ functionsGuenter Roeck1-14/+7
2012-03-18hwmon: (ad7414) Fix multi-line commentsGuenter Roeck1-1/+2
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-11/+1
2012-03-18hwmon: (ad7414) fix checkpatch issuesFrans Meulenbroeks1-1/+5
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-4/+3
2011-02-26hwmon: (ad7414) add MODULE_DEVICE_TABLEaxel lin1-0/+1
2010-11-11hwmon: (ad7414) Return proper error code for ad7414_probe()Axel Lin1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-09-20hwmon: (ad7414) Make ad7414_update_device() staticAdrian Bunk1-1/+1
2008-08-06hwmon: ad7414 driverSean MacLennan1-0/+268