summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ads7828.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: use simple i2c probe function (take 2)Stephen Kitt2020-09-231-4/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab2019-04-171-1/+1
* hwmon: (ads7828) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (ads7828) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-161-10/+10
* hwmon: (ads7828) Accept optional parameters from device treeSam Povilus2017-04-021-0/+15
* hwmon: (ads7828) Add OF device ID tableJavier Martinez Canillas2017-04-021-1/+23
* hwmon: (ads7828) Enable internal referenceAkshay Bhat2016-04-191-0/+10
* hwmon: (ads7828) Check return value of devm_regmap_init_i2cAxel Lin2015-02-221-0/+3
* hwmon: (ads2828) Only keep data in device data structure if neededGuenter Roeck2015-02-021-18/+14
* hwmon: (ads2828) Convert to use regmapGuenter Roeck2015-02-021-44/+26
* hwmon: (ads7828) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-38/+14
* hwmon: use dev_get_platdata()Jingoo Han2013-08-111-1/+1
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-3/+3
* hwmon: (ads7828) add support for ADS7830Guillaume Roguez2012-12-051-6/+19
* hwmon: (ads7828) driver cleanupVivien Didelot2012-12-051-142/+86
* hwmon: (ads7828) Convert to use devm_ functionsGuenter Roeck2012-09-231-10/+5
* hwmon: (ads7828) Fix multi-line commentsGuenter Roeck2012-03-181-29/+30
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-041-9/+3
* hwmon: (ads7828) Update email contact detailsSteven Hardy2011-01-121-2/+2
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-5/+2
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-1/+1
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-2/+2
* hwmon: Clean up detect functionsJean Delvare2009-12-091-12/+10
* hwmon: (ads7828) Convert to a new-style i2c driverJean Delvare2008-07-161-51/+38
* drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-1/+1
* hwmon: Add support for Texas Instruments/Burr-Brown ADS7828Steve Hardy2008-02-071-0/+297