aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ina209.c (follow)
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: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit2024-02-111-1/+0
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck2021-04-201-3/+3
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* hwmon: (ina209) Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* hwmon: (ina209) Fix build warningGuenter Roeck2019-04-151-1/+1
* hwmon: (ina209) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-02-181-86/+65
* hwmon: (ina209) Handled signed registersJoe Schaack2017-04-211-2/+2
* hwmon: (ina209) Add OF device ID tableJavier Martinez Canillas2017-04-021-0/+7
* hwmon: (ina209) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-10-181-28/+18
* hwmon: Driver for Texas Instruments INA209Guenter Roeck2013-02-061-0/+636