index
:
pub/scm/linux/kernel/git/rt/linux-stable-rt.git
master
Linux kernel fork
RT group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ina2xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
hwmon: (ina2xx) Add support for INA232
Martino Facchin
1
-0
/
+20
2026-07-27
hwmon: (ina2xx) Fix various overflow issues
Guenter Roeck
1
-26
/
+35
2026-06-09
hwmon: (ina2xx) Use scoped_guard() to acquire the subsystem lock
Guenter Roeck
1
-5
/
+5
2026-06-09
hwmon: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-8
/
+8
2026-03-30
hwmon: (ina2xx) Shift INA234 shunt and current registers
Jonas Rebmann
1
-3
/
+19
2026-03-30
hwmon: (ina2xx) clean up unused define and outdated comment
Jonas Rebmann
1
-18
/
+2
2026-03-30
hwmon: (ina2xx) Add support for INA234
Ian Ray
1
-0
/
+18
2026-03-30
hwmon: (ina2xx) Make it easier to add more devices
Ian Ray
1
-4
/
+14
2025-10-17
hwmon: (ina2xx) Rely on subsystem locking
Guenter Roeck
1
-18
/
+10
2025-04-23
hwmon: (ina2xx) make regulator 'vs' support optional
Ciprian Marian Costea
1
-2
/
+6
2024-11-10
hwmon: (ina226) Add support for SY24655
Wenliang Yan
1
-4
/
+90
2024-11-10
hwmon: (ina2xx) Add support for INA260
Guenter Roeck
1
-4
/
+38
2024-11-10
hwmon: (ina2xx) Add support for has_alerts configuration flag
Guenter Roeck
1
-7
/
+11
2024-08-30
hwmon: (ina2xx) Use shunt voltage to calculate current
Guenter Roeck
1
-1
/
+13
2024-08-30
hwmon: (ina2xx) Add support for current limits
Guenter Roeck
1
-2
/
+59
2024-08-30
hwmon: (ina2xx) Pass register to alert limit write functions
Guenter Roeck
1
-10
/
+11
2024-08-30
hwmon: (ina2xx) Convert to use with_info hwmon API
Guenter Roeck
1
-202
/
+293
2024-08-30
hwmon: (ina2xx) Move ina2xx_get_value()
Guenter Roeck
1
-36
/
+36
2024-08-30
hwmon: (ina2xx) Set alert latch
Guenter Roeck
1
-2
/
+5
2024-08-30
hwmon: (ina2xx) Consolidate chip initialization code
Guenter Roeck
1
-68
/
+43
2024-08-30
hwmon: (ina2xx) Fix various overflow issues
Guenter Roeck
1
-12
/
+20
2024-08-30
hwmon: (ina2xx) Re-initialize chip using regmap functions
Guenter Roeck
1
-9
/
+41
2024-08-30
hwmon: (ina2xx) Use local regmap pointer if used more than once
Guenter Roeck
1
-13
/
+10
2024-08-30
hwmon: (ina2xx) Mark regmap_config as const
Guenter Roeck
1
-10
/
+2
2024-08-30
hwmon: (ina2xx) Use bit operations
Guenter Roeck
1
-42
/
+42
2024-08-30
hwmon: (ina2xx) Replace platform data with device properties
Guenter Roeck
1
-12
/
+4
2024-08-30
hwmon: (ina2xx) Reorder include files to alphabetic order
Guenter Roeck
1
-8
/
+7
2024-06-12
hwmon: (ina2xx) Add device tree support to pass alert polarity
Amna Waseem
1
-0
/
+32
2024-06-08
hwmon: (ina2xx) Remove use of i2c_match_id()
Andrew Davis
1
-6
/
+1
2023-08-21
hwmon: (ina2xx) fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
1
-1
/
+1
2023-08-21
hwmon: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-08
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-04-19
hwmon: ina2xx: add optional regulator support
Svyatoslav Ryhel
1
-0
/
+4
2021-04-20
hwmon: replace snprintf in show functions with sysfs_emit
Guenter Roeck
1
-1
/
+1
2021-04-20
hwmon: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-5
/
+4
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
1
-4
/
+5
2020-07-24
hwmon: (ina2xx) Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-5
/
+5
2020-05-22
hwmon: (ina2xx) Implement alert functions
Alex Qiu
1
-0
/
+183
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2019-04-15
hwmon: (ina2xx) Fix build warning
Guenter Roeck
1
-1
/
+1
2018-12-16
hwmon: (ina2xx) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}
Guenter Roeck
1
-22
/
+14
2018-11-14
hwmon: (ina2xx) Fix current value calculation
Nicolin Chen
1
-1
/
+1
2018-11-13
hwmon (ina2xx) Fix NULL id pointer in probe()
Nicolin Chen
1
-2
/
+2
2018-08-26
hwmon: (ina2xx) fix sysfs shunt resistor read access
Lothar Felten
1
-2
/
+11
2018-01-15
hwmon: (ina2xx) Fix access to uninitialized mutex
Marek Szyprowski
1
-2
/
+1
2018-01-02
hwmon: (ina2xx) Make calibration register value fixed
Maciej Purski
1
-37
/
+50
2017-04-02
hwmon: (ina2xx) Add OF device ID table
Javier Martinez Canillas
1
-1
/
+34
2015-10-31
hwmon: (ina2xx) remove no longer used variable 'kind'
Marc Titinger
1
-4
/
+2
2015-10-28
hwmon: (ina2xx) give precedence to DT over checking for platform data.
Marc Titinger
1
-13
/
+12
2015-10-28
hwmon: (ina2xx) convert driver to using regmap
Marc Titinger
1
-126
/
+84
[next]