summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ina2xx.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (ina2xx) Fix access to uninitialized mutexMarek Szyprowski2018-01-151-2/+1
* hwmon: (ina2xx) Make calibration register value fixedMaciej Purski2018-01-021-37/+50
* hwmon: (ina2xx) Add OF device ID tableJavier Martinez Canillas2017-04-021-1/+34
* hwmon: (ina2xx) remove no longer used variable 'kind'Marc Titinger2015-10-311-4/+2
* hwmon: (ina2xx) give precedence to DT over checking for platform data.Marc Titinger2015-10-281-13/+12
* hwmon: (ina2xx) convert driver to using regmapMarc Titinger2015-10-281-128/+86
* hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski2015-04-171-14/+3
* hwmon: (ina2xx) Add ina231 compatible stringKevin Hilman2015-01-251-0/+1
* hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errorsBartosz Golaszewski2015-01-251-3/+7
* hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result checkBartosz Golaszewski2015-01-251-3/+0
* hwmon: (ina2xx) implement update_interval attribute for ina226Bartosz Golaszewski2015-01-251-6/+158
* hwmon: (ina2xx) make shunt resistance configurable at run-timeBartosz Golaszewski2015-01-251-2/+46
* hwmon: (ina2xx) don't accept shunt values greater than the calibration factorBartosz Golaszewski2015-01-251-1/+2
* hwmon: (ina2xx) remove a stray new lineBartosz Golaszewski2015-01-251-1/+0
* hwmon: (ina2xx) reinitialize the chip in case it's been resetBartosz Golaszewski2015-01-251-37/+91
* hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errorsBartosz Golaszewski2014-11-301-6/+20
* hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri2014-06-121-3/+4
* hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-10-131-43/+21
* hwmon: (ina2xx) Remove casting the return value which is a void pointerJingoo Han2013-09-101-2/+1
* hwmon: use dev_get_platdata()Jingoo Han2013-08-111-2/+2
* hwmon: (ina2xx) Add device tree support to pass the shunt resistorTang Yuantian2013-06-271-0/+5
* hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warningGuenter Roeck2013-04-071-8/+8
* hwmon: (ina2xx) use module_i2c_driver to simplify the codeWei Yongjun2012-12-051-12/+1
* hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare2012-10-101-0/+1
* hwmon: (ina2xx) Add support for INA220 and INA230Guenter Roeck2012-09-231-0/+10
* hwmon: (ina2xx) Use structure array to distinguish chip typesGuenter Roeck2012-09-231-103/+56
* hwmon: (ina2xx) Fix word size register read and write operationsGuenter Roeck2012-09-121-21/+9
* hwmon: INA219 and INA226 supportFelten, Lothar2012-05-221-0/+368