index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ina2xx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (ina2xx) Add OF device ID table
Javier Martinez Canillas
2017-04-02
1
-1
/
+34
*
hwmon: (ina2xx) remove no longer used variable 'kind'
Marc Titinger
2015-10-31
1
-4
/
+2
*
hwmon: (ina2xx) give precedence to DT over checking for platform data.
Marc Titinger
2015-10-28
1
-13
/
+12
*
hwmon: (ina2xx) convert driver to using regmap
Marc Titinger
2015-10-28
1
-128
/
+86
*
hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()
Bartosz Golaszewski
2015-04-17
1
-14
/
+3
*
hwmon: (ina2xx) Add ina231 compatible string
Kevin Hilman
2015-01-25
1
-0
/
+1
*
hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errors
Bartosz Golaszewski
2015-01-25
1
-3
/
+7
*
hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result check
Bartosz Golaszewski
2015-01-25
1
-3
/
+0
*
hwmon: (ina2xx) implement update_interval attribute for ina226
Bartosz Golaszewski
2015-01-25
1
-6
/
+158
*
hwmon: (ina2xx) make shunt resistance configurable at run-time
Bartosz Golaszewski
2015-01-25
1
-2
/
+46
*
hwmon: (ina2xx) don't accept shunt values greater than the calibration factor
Bartosz Golaszewski
2015-01-25
1
-1
/
+2
*
hwmon: (ina2xx) remove a stray new line
Bartosz Golaszewski
2015-01-25
1
-1
/
+0
*
hwmon: (ina2xx) reinitialize the chip in case it's been reset
Bartosz Golaszewski
2015-01-25
1
-37
/
+91
*
hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errors
Bartosz Golaszewski
2014-11-30
1
-6
/
+20
*
hwmon: (ina2xx) Cast to s16 on shunt and current regs
Fabio Baltieri
2014-06-12
1
-3
/
+4
*
hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2013-10-13
1
-43
/
+21
*
hwmon: (ina2xx) Remove casting the return value which is a void pointer
Jingoo Han
2013-09-10
1
-2
/
+1
*
hwmon: use dev_get_platdata()
Jingoo Han
2013-08-11
1
-2
/
+2
*
hwmon: (ina2xx) Add device tree support to pass the shunt resistor
Tang Yuantian
2013-06-27
1
-0
/
+5
*
hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warning
Guenter Roeck
2013-04-07
1
-8
/
+8
*
hwmon: (ina2xx) use module_i2c_driver to simplify the code
Wei Yongjun
2012-12-05
1
-12
/
+1
*
hwmon: Add missing inclusions of <linux/jiffies.h>
Jean Delvare
2012-10-10
1
-0
/
+1
*
hwmon: (ina2xx) Add support for INA220 and INA230
Guenter Roeck
2012-09-23
1
-0
/
+10
*
hwmon: (ina2xx) Use structure array to distinguish chip types
Guenter Roeck
2012-09-23
1
-103
/
+56
*
hwmon: (ina2xx) Fix word size register read and write operations
Guenter Roeck
2012-09-12
1
-21
/
+9
*
hwmon: INA219 and INA226 support
Felten, Lothar
2012-05-22
1
-0
/
+368