aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ads7828.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab1-1/+1
2019-04-15hwmon: (ads7828) Fix build warningGuenter Roeck1-1/+1
2018-12-16hwmon: (ads7828) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-10/+10
2017-04-02hwmon: (ads7828) Accept optional parameters from device treeSam Povilus1-0/+15
2017-04-02hwmon: (ads7828) Add OF device ID tableJavier Martinez Canillas1-1/+23
2016-04-19hwmon: (ads7828) Enable internal referenceAkshay Bhat1-0/+10
2015-02-22hwmon: (ads7828) Check return value of devm_regmap_init_i2cAxel Lin1-0/+3
2015-02-02hwmon: (ads2828) Only keep data in device data structure if neededGuenter Roeck1-18/+14
2015-02-02hwmon: (ads2828) Convert to use regmapGuenter Roeck1-44/+26
2014-08-04hwmon: (ads7828) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-38/+14
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-3/+3
2012-12-05hwmon: (ads7828) add support for ADS7830Guillaume Roguez1-6/+19
2012-12-05hwmon: (ads7828) driver cleanupVivien Didelot1-142/+86
2012-09-23hwmon: (ads7828) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: (ads7828) Fix multi-line commentsGuenter Roeck1-29/+30
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-9/+3
2011-01-12hwmon: (ads7828) Update email contact detailsSteven Hardy1-2/+2
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-5/+2
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+2
2009-12-09hwmon: Clean up detect functionsJean Delvare1-12/+10
2008-07-16hwmon: (ads7828) Convert to a new-style i2c driverJean Delvare1-51/+38
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2008-02-07hwmon: Add support for Texas Instruments/Burr-Brown ADS7828Steve Hardy1-0/+297