summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ad7414.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-011-1/+1
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-121-2/+2
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* hwmon: (ad7414) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (ad7414) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-161-14/+12
* hwmon: (ad7414) Add OF device ID tableJavier Martinez Canillas2017-04-021-0/+7
* hwmon: (ad7414) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-41/+16
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-1/+1
* hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: (ad7414) Convert to use devm_ functionsGuenter Roeck2012-09-231-14/+7
* hwmon: (ad7414) Fix multi-line commentsGuenter Roeck2012-03-181-1/+2
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-11/+1
* hwmon: (ad7414) fix checkpatch issuesFrans Meulenbroeks2012-03-181-1/+5
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-041-4/+3
* hwmon: (ad7414) add MODULE_DEVICE_TABLEaxel lin2011-02-261-0/+1
* hwmon: (ad7414) Return proper error code for ad7414_probe()Axel Lin2010-11-111-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hwmon: (ad7414) Make ad7414_update_device() staticAdrian Bunk2008-09-201-1/+1
* hwmon: ad7414 driverSean MacLennan2008-08-061-0/+268