summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ads1015.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* hwmon: (ads1015) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (ads1015) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-161-10/+10
* hwmon: (ads1015) Convert to using %pOF instead of full_nameRob Herring2017-08-131-8/+6
* hwmon: (ads1015) move header file out of I2C realmWolfram Sang2017-06-111-1/+1
* hwmon: (ads1015) Add OF device ID tableJavier Martinez Canillas2017-04-021-1/+21
* hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin2016-02-181-1/+1
* hwmon: (ads1015) Use of_property_read_u32 at appropriate placesAxel Lin2014-09-221-13/+8
* hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin2014-08-051-0/+2
* hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin2014-07-291-1/+1
* hwmon: (ads1015) Add support for ADS1115Evgeniy Dushistov2013-08-111-6/+21
* hwmon: (ads1015) Convert to use devm_ functionsGuenter Roeck2012-09-231-8/+4
* hwmon: (ads1015) Fix build warningGuenter Roeck2012-04-181-17/+16
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* hwmon: (ads1015) Fix file leak in probe functionGuenter Roeck2012-02-231-2/+1
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-041-17/+4
* hwmon: (ads1015) Make gain and datarate configurableDirk Eibach2011-03-211-40/+109
* hwmon: (ads1015) Drop dynamic attribute groupJean Delvare2011-03-211-32/+18
* hwmon: Add support for Texas Instruments ADS1015Dirk Eibach2011-03-211-0/+282