summaryrefslogtreecommitdiff
path: root/drivers/hwmon/ina2xx.c
AgeCommit message (Expand)Author
2024-08-30hwmon: (ina2xx) Use shunt voltage to calculate currentGuenter Roeck
2024-08-30hwmon: (ina2xx) Add support for current limitsGuenter Roeck
2024-08-30hwmon: (ina2xx) Pass register to alert limit write functionsGuenter Roeck
2024-08-30hwmon: (ina2xx) Convert to use with_info hwmon APIGuenter Roeck
2024-08-30hwmon: (ina2xx) Move ina2xx_get_value()Guenter Roeck
2024-08-30hwmon: (ina2xx) Set alert latchGuenter Roeck
2024-08-30hwmon: (ina2xx) Consolidate chip initialization codeGuenter Roeck
2024-08-30hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck
2024-08-30hwmon: (ina2xx) Re-initialize chip using regmap functionsGuenter Roeck
2024-08-30hwmon: (ina2xx) Use local regmap pointer if used more than onceGuenter Roeck
2024-08-30hwmon: (ina2xx) Mark regmap_config as constGuenter Roeck
2024-08-30hwmon: (ina2xx) Use bit operationsGuenter Roeck
2024-08-30hwmon: (ina2xx) Replace platform data with device propertiesGuenter Roeck
2024-08-30hwmon: (ina2xx) Reorder include files to alphabetic orderGuenter Roeck
2024-06-12hwmon: (ina2xx) Add device tree support to pass alert polarityAmna Waseem
2024-06-08hwmon: (ina2xx) Remove use of i2c_match_id()Andrew Davis
2023-08-21hwmon: (ina2xx) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-21hwmon: Explicitly include correct DT includesRob Herring
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-04-19hwmon: ina2xx: add optional regulator supportSvyatoslav Ryhel
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck
2021-04-20hwmon: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang
2020-09-23hwmon: use simple i2c probe functionStephen Kitt
2020-07-24hwmon: (ina2xx) Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-22hwmon: (ina2xx) Implement alert functionsAlex Qiu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-04-15hwmon: (ina2xx) Fix build warningGuenter Roeck
2018-12-16hwmon: (ina2xx) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-11-14hwmon: (ina2xx) Fix current value calculationNicolin Chen
2018-11-13hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen
2018-08-26hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten
2018-01-15hwmon: (ina2xx) Fix access to uninitialized mutexMarek Szyprowski
2018-01-02hwmon: (ina2xx) Make calibration register value fixedMaciej Purski
2017-04-02hwmon: (ina2xx) Add OF device ID tableJavier Martinez Canillas
2015-10-31hwmon: (ina2xx) remove no longer used variable 'kind'Marc Titinger
2015-10-28hwmon: (ina2xx) give precedence to DT over checking for platform data.Marc Titinger
2015-10-28hwmon: (ina2xx) convert driver to using regmapMarc Titinger
2015-04-17hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski
2015-01-25hwmon: (ina2xx) Add ina231 compatible stringKevin Hilman
2015-01-25hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errorsBartosz Golaszewski
2015-01-25hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result checkBartosz Golaszewski
2015-01-25hwmon: (ina2xx) implement update_interval attribute for ina226Bartosz Golaszewski
2015-01-25hwmon: (ina2xx) make shunt resistance configurable at run-timeBartosz Golaszewski
2015-01-25hwmon: (ina2xx) don't accept shunt values greater than the calibration factorBartosz Golaszewski
2015-01-25hwmon: (ina2xx) remove a stray new lineBartosz Golaszewski
2015-01-25hwmon: (ina2xx) reinitialize the chip in case it's been resetBartosz Golaszewski
2014-11-30hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errorsBartosz Golaszewski
2014-06-12hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri
2013-10-13hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2013-09-10hwmon: (ina2xx) Remove casting the return value which is a void pointerJingoo Han