aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ads7828.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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