index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ina2xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-26
hwmon: (ina2xx) Add ina231 compatible string
Kevin Hilman
1
-0
/
+1
2015-01-26
hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errors
Bartosz Golaszewski
1
-3
/
+7
2015-01-26
hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result check
Bartosz Golaszewski
1
-3
/
+0
2015-01-26
hwmon: (ina2xx) implement update_interval attribute for ina226
Bartosz Golaszewski
1
-6
/
+158
2015-01-26
hwmon: (ina2xx) make shunt resistance configurable at run-time
Bartosz Golaszewski
1
-2
/
+46
2015-01-26
hwmon: (ina2xx) don't accept shunt values greater than the calibration factor
Bartosz Golaszewski
1
-1
/
+2
2015-01-26
hwmon: (ina2xx) remove a stray new line
Bartosz Golaszewski
1
-1
/
+0
2015-01-26
hwmon: (ina2xx) reinitialize the chip in case it's been reset
Bartosz Golaszewski
1
-37
/
+91
2014-12-01
hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errors
Bartosz Golaszewski
1
-6
/
+20
2014-06-12
hwmon: (ina2xx) Cast to s16 on shunt and current regs
Fabio Baltieri
1
-3
/
+4
2013-10-14
hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-43
/
+21
2013-09-10
hwmon: (ina2xx) Remove casting the return value which is a void pointer
Jingoo Han
1
-2
/
+1
2013-08-12
hwmon: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-06-27
hwmon: (ina2xx) Add device tree support to pass the shunt resistor
Tang Yuantian
1
-0
/
+5
2013-04-08
hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warning
Guenter Roeck
1
-8
/
+8
2012-12-05
hwmon: (ina2xx) use module_i2c_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2012-10-10
hwmon: Add missing inclusions of <linux/jiffies.h>
Jean Delvare
1
-0
/
+1
2012-09-24
hwmon: (ina2xx) Add support for INA220 and INA230
Guenter Roeck
1
-0
/
+10
2012-09-24
hwmon: (ina2xx) Use structure array to distinguish chip types
Guenter Roeck
1
-103
/
+56
2012-09-12
hwmon: (ina2xx) Fix word size register read and write operations
Guenter Roeck
1
-21
/
+9
2012-05-22
hwmon: INA219 and INA226 support
Felten, Lothar
1
-0
/
+368