aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ina209.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit1-1/+0
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck1-3/+3
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2020-07-24hwmon: (ina209) Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-04-15hwmon: (ina209) Fix build warningGuenter Roeck1-1/+1
2019-02-18hwmon: (ina209) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-86/+65
2017-04-21hwmon: (ina209) Handled signed registersJoe Schaack1-2/+2
2017-04-02hwmon: (ina209) Add OF device ID tableJavier Martinez Canillas1-0/+7
2013-10-18hwmon: (ina209) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-28/+18
2013-02-06hwmon: Driver for Texas Instruments INA209Guenter Roeck1-0/+636