index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ina2xx.c
Age
Commit message (
Expand
)
Author
2024-11-10
hwmon: (ina226) Add support for SY24655
Wenliang Yan
2024-11-10
hwmon: (ina2xx) Add support for INA260
Guenter Roeck
2024-11-10
hwmon: (ina2xx) Add support for has_alerts configuration flag
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Use shunt voltage to calculate current
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Add support for current limits
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Pass register to alert limit write functions
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Convert to use with_info hwmon API
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Move ina2xx_get_value()
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Set alert latch
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Consolidate chip initialization code
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Fix various overflow issues
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Re-initialize chip using regmap functions
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Use local regmap pointer if used more than once
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Mark regmap_config as const
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Use bit operations
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Replace platform data with device properties
Guenter Roeck
2024-08-30
hwmon: (ina2xx) Reorder include files to alphabetic order
Guenter Roeck
2024-06-12
hwmon: (ina2xx) Add device tree support to pass alert polarity
Amna Waseem
2024-06-08
hwmon: (ina2xx) Remove use of i2c_match_id()
Andrew Davis
2023-08-21
hwmon: (ina2xx) fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-21
hwmon: Explicitly include correct DT includes
Rob Herring
2023-06-08
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-04-19
hwmon: ina2xx: add optional regulator support
Svyatoslav Ryhel
2021-04-20
hwmon: replace snprintf in show functions with sysfs_emit
Guenter Roeck
2021-04-20
hwmon: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
2020-07-24
hwmon: (ina2xx) Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-05-22
hwmon: (ina2xx) Implement alert functions
Alex Qiu
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-04-15
hwmon: (ina2xx) Fix build warning
Guenter Roeck
2018-12-16
hwmon: (ina2xx) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}
Guenter Roeck
2018-11-14
hwmon: (ina2xx) Fix current value calculation
Nicolin Chen
2018-11-13
hwmon (ina2xx) Fix NULL id pointer in probe()
Nicolin Chen
2018-08-26
hwmon: (ina2xx) fix sysfs shunt resistor read access
Lothar Felten
2018-01-15
hwmon: (ina2xx) Fix access to uninitialized mutex
Marek Szyprowski
2018-01-02
hwmon: (ina2xx) Make calibration register value fixed
Maciej Purski
2017-04-02
hwmon: (ina2xx) Add OF device ID table
Javier Martinez Canillas
2015-10-31
hwmon: (ina2xx) remove no longer used variable 'kind'
Marc Titinger
2015-10-28
hwmon: (ina2xx) give precedence to DT over checking for platform data.
Marc Titinger
2015-10-28
hwmon: (ina2xx) convert driver to using regmap
Marc Titinger
2015-04-17
hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) Add ina231 compatible string
Kevin Hilman
2015-01-25
hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errors
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result check
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) implement update_interval attribute for ina226
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) make shunt resistance configurable at run-time
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) don't accept shunt values greater than the calibration factor
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) remove a stray new line
Bartosz Golaszewski
2015-01-25
hwmon: (ina2xx) reinitialize the chip in case it's been reset
Bartosz Golaszewski
2014-11-30
hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errors
Bartosz Golaszewski
[next]