aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ads1015.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (ads1015) Fix build warningGuenter Roeck1-1/+1
2018-12-16hwmon: (ads1015) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-10/+10
2017-08-13hwmon: (ads1015) Convert to using %pOF instead of full_nameRob Herring1-8/+6
2017-06-11hwmon: (ads1015) move header file out of I2C realmWolfram Sang1-1/+1
2017-04-02hwmon: (ads1015) Add OF device ID tableJavier Martinez Canillas1-1/+21
2016-02-18hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin1-1/+1
2014-09-22hwmon: (ads1015) Use of_property_read_u32 at appropriate placesAxel Lin1-13/+8
2014-08-05hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin1-0/+2
2014-07-29hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin1-1/+1
2013-08-11hwmon: (ads1015) Add support for ADS1115Evgeniy Dushistov1-6/+21
2012-09-23hwmon: (ads1015) Convert to use devm_ functionsGuenter Roeck1-8/+4
2012-04-18hwmon: (ads1015) Fix build warningGuenter Roeck1-17/+16
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-02-23hwmon: (ads1015) Fix file leak in probe functionGuenter Roeck1-2/+1
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-17/+4
2011-03-21hwmon: (ads1015) Make gain and datarate configurableDirk Eibach1-40/+109
2011-03-21hwmon: (ads1015) Drop dynamic attribute groupJean Delvare1-32/+18
2011-03-21hwmon: Add support for Texas Instruments ADS1015Dirk Eibach1-0/+282