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