summaryrefslogtreecommitdiff
path: root/drivers/hwmon/ina2xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-30hwmon: (ina2xx) Use shunt voltage to calculate currentGuenter Roeck1-1/+13
2024-08-30hwmon: (ina2xx) Add support for current limitsGuenter Roeck1-2/+59
2024-08-30hwmon: (ina2xx) Pass register to alert limit write functionsGuenter Roeck1-10/+11
2024-08-30hwmon: (ina2xx) Convert to use with_info hwmon APIGuenter Roeck1-202/+293
2024-08-30hwmon: (ina2xx) Move ina2xx_get_value()Guenter Roeck1-36/+36
2024-08-30hwmon: (ina2xx) Set alert latchGuenter Roeck1-2/+5
2024-08-30hwmon: (ina2xx) Consolidate chip initialization codeGuenter Roeck1-68/+43
2024-08-30hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck1-12/+20
2024-08-30hwmon: (ina2xx) Re-initialize chip using regmap functionsGuenter Roeck1-9/+41
2024-08-30hwmon: (ina2xx) Use local regmap pointer if used more than onceGuenter Roeck1-13/+10
2024-08-30hwmon: (ina2xx) Mark regmap_config as constGuenter Roeck1-10/+2
2024-08-30hwmon: (ina2xx) Use bit operationsGuenter Roeck1-42/+42
2024-08-30hwmon: (ina2xx) Replace platform data with device propertiesGuenter Roeck1-12/+4
2024-08-30hwmon: (ina2xx) Reorder include files to alphabetic orderGuenter Roeck1-8/+7
2024-06-12hwmon: (ina2xx) Add device tree support to pass alert polarityAmna Waseem1-0/+32
2024-06-09hwmon: (ina2xx) Remove use of i2c_match_id()Andrew Davis1-6/+1
2023-08-21hwmon: (ina2xx) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-21hwmon: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: ina2xx: add optional regulator supportSvyatoslav Ryhel1-0/+4
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck1-1/+1
2021-04-20hwmon: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-5/+4
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2020-07-24hwmon: (ina2xx) Replace HTTP links with HTTPS onesAlexander A. Klimov1-5/+5
2020-05-22hwmon: (ina2xx) Implement alert functionsAlex Qiu1-0/+183
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-04-16hwmon: (ina2xx) Fix build warningGuenter Roeck1-1/+1
2018-12-17hwmon: (ina2xx) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-22/+14
2018-11-14hwmon: (ina2xx) Fix current value calculationNicolin Chen1-1/+1
2018-11-13hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen1-2/+2
2018-08-27hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten1-2/+11
2018-01-15hwmon: (ina2xx) Fix access to uninitialized mutexMarek Szyprowski1-2/+1
2018-01-03hwmon: (ina2xx) Make calibration register value fixedMaciej Purski1-37/+50
2017-04-02hwmon: (ina2xx) Add OF device ID tableJavier Martinez Canillas1-1/+34
2015-10-31hwmon: (ina2xx) remove no longer used variable 'kind'Marc Titinger1-4/+2
2015-10-29hwmon: (ina2xx) give precedence to DT over checking for platform data.Marc Titinger1-13/+12
2015-10-29hwmon: (ina2xx) convert driver to using regmapMarc Titinger1-128/+86
2015-04-17hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski1-14/+3
2015-01-26hwmon: (ina2xx) Add ina231 compatible stringKevin Hilman1-0/+1
2015-01-26hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errorsBartosz Golaszewski1-3/+7
2015-01-26hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result checkBartosz Golaszewski1-3/+0
2015-01-26hwmon: (ina2xx) implement update_interval attribute for ina226Bartosz Golaszewski1-6/+158
2015-01-26hwmon: (ina2xx) make shunt resistance configurable at run-timeBartosz Golaszewski1-2/+46
2015-01-26hwmon: (ina2xx) don't accept shunt values greater than the calibration factorBartosz Golaszewski1-1/+2
2015-01-26hwmon: (ina2xx) remove a stray new lineBartosz Golaszewski1-1/+0
2015-01-26hwmon: (ina2xx) reinitialize the chip in case it's been resetBartosz Golaszewski1-37/+91
2014-12-01hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errorsBartosz Golaszewski1-6/+20
2014-06-12hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri1-3/+4
2013-10-14hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-43/+21
2013-09-10hwmon: (ina2xx) Remove casting the return value which is a void pointerJingoo Han1-2/+1