summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pcf8591.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-011-1/+1
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-12-041-0/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* hwmon: (pcf8591) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-13/+11
* Update Jean Delvare's e-mail addressJean Delvare2014-01-291-1/+1
* hwmon: (pcf8591) Convert to use devm_ functionsGuenter Roeck2012-07-211-10/+5
* hwmon: (pcf8591) Fix checkpatch issuesGuenter Roeck2012-03-181-54/+85
* hwmon: remove () used with returnFrans Meulenbroeks2012-03-181-2/+2
* hwmon: (pcf8591) Use pr_fmt and pr_<level>Joe Perches2011-01-081-2/+3
* hwmon: (pcf8591) Don't attempt to detect devicesJean Delvare2010-10-281-26/+0
* hwmon: (pcf8591) Register as a hwmon deviceJean Delvare2010-10-281-0/+12
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-1/+0
* 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-1/+1
* Move the pcf8591 driver to hwmonJean Delvare2009-03-301-0/+325