Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1742881 > unrolled thread

[PATCH 0/3] iio: adc: ina2xx: Fixes and extensions

Started byStefan Brüns <stefan.bruens@rwth-aachen.de>
First post2017-10-01 21:50 +0200
Last post2017-10-01 21:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] iio: adc: ina2xx: Fixes and extensions Stefan Brüns <stefan.bruens@rwth-aachen.de> - 2017-10-01 21:50 +0200

#1742881 — [PATCH 0/3] iio: adc: ina2xx: Fixes and extensions

FromStefan Brüns <stefan.bruens@rwth-aachen.de>
Date2017-10-01 21:50 +0200
Subject[PATCH 0/3] iio: adc: ina2xx: Fixes and extensions
Message-ID<uvSpr-6bk-5@gated-at.bofh.it>
The first patch fixes an issue with the conversion-ready status flag showing
up in the bus voltage raw value.

The second patch changes the the shunt resistor value attribute to
ohms (instead of microohms), to match both ABI documentation and other shunt
resistor users, i.e. the MAX9611 IIO driver.

The third patch adds support for the INA219/220 specific bus voltage range
and shunt voltage PGA.


Stefan Brüns (3):
  iio: adc: ina2xx: Mask flag bits in bus voltage register
  iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm
  iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage
    range

 drivers/iio/adc/ina2xx-adc.c | 143 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 130 insertions(+), 13 deletions(-)

-- 
2.14.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web