aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ina238.c
AgeCommit message (Expand)AuthorFilesLines
7 dayshwmon: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-6/+6
2025-10-17hwmon: (ina238) Rely on subsystem lockingGuenter Roeck1-21/+5
2025-09-07hwmon: (ina238) Add support for INA700Guenter Roeck1-1/+16
2025-09-07hwmon: (ina238) Add support for INA780Guenter Roeck1-1/+16
2025-09-07hwmon: (ina238) Only configure calibration and shunt registers if neededGuenter Roeck1-40/+42
2025-09-07hwmon: (ina238) Support active-high alert polarityGuenter Roeck1-2/+6
2025-09-07hwmon: (ina238) Use the energy64 attribute type to report the energyGuenter Roeck1-19/+15
2025-09-07hwmon: (ina238) Order chip information alphabeticallyGuenter Roeck1-12/+12
2025-09-07hwmon: (ina238) Add support for current limitsGuenter Roeck1-22/+83
2025-09-07hwmon: (ina238) Stop using the shunt voltage registerGuenter Roeck1-1/+1
2025-09-07hwmon: (ina238) Improve current dynamic rangeGuenter Roeck1-32/+19
2025-09-07hwmon: (ina238) Simplify voltage register accessesGuenter Roeck1-108/+53
2025-09-07hwmon: (ina238) Pre-calculate current, power, and energy LSBGuenter Roeck1-20/+27
2025-09-07hwmon: (ina238) Rework and simplify temperature calculationsGuenter Roeck1-28/+24
2025-09-07hwmon: (ina238) Drop pointless power attribute check on attribute writesGuenter Roeck1-5/+2
2025-09-07hwmon: (ina238) Drop platform data supportGuenter Roeck1-6/+2
2025-09-01hwmon: (ina238) Correctly clamp power limitsGuenter Roeck1-2/+3
2025-09-01hwmon: (ina238) Correctly clamp shunt voltage limitGuenter Roeck1-1/+1
2025-08-29hwmon: (ina238) Correctly clamp temperatureChris Packham1-1/+1
2025-07-27hwmon: (ina238) Add support for INA228Jonas Rebmann1-5/+101
2025-07-27hwmon: (ina238) Fix inconsistent whitespaceJonas Rebmann1-14/+14
2025-07-18hwmon: (ina238) Report energy in microjoulesJonas Rebmann1-4/+4
2025-05-12hwmon: (ina238) Modify the calculation formula to adapt to different chipsWenliang Yan1-23/+24
2025-05-12hwmon: (ina238) Add support for SQ52206Wenliang Yan1-9/+107
2025-05-12hwmon: (ina238) Add ina238_config to save configurations for different chipsWenliang Yan1-5/+52
2024-07-02hwmon: (ina238) Constify struct regmap_configJavier Carrasco1-1/+1
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-10-28hwmon: (ina238) add ina237 supportRichard Leitner1-1/+2
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: ina238: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2021-12-26hwmon: Driver for Texas Instruments INA238Nathan Rossi1-0/+644