Hi Michal, On 8/9/19 3:37 AM, Michal Simek wrote:
Hi, we are dealing with one issue with ina226 on xilinx platform when hwmon driver is used. We have board for battery monitoring with shunt resistor setup to 10 Ohm which is out of config value in hwmon driver. I have
Took me a while to understand that you mean 10 Ohm, not mOhm. Well, yes, that is a bit large. I'd be open to accept a patch fixing that, though I don't immediately know how to update the devicetree property (and, unless I am missing something, the iio driver has the same problem).
temporary code to workaround this but I have also found that ina226 is supported via iio framework. I have seen that Baylibre was trying to add generic iio support to sigrok. http://wiki.baylibre.com/doku.php?id=acme:oldstart I expect you wanted to use sigrok also for ina226. Anyway my question is if there is any standard tool which is capable to calculate and show information from iio ina226 chip which is can be used instead of lm-sensors and hwmon driver. I would expect that iio-hwmon could be also used but didn't try that yet with ina226 chip.
I don't immediately see why iio-hwmon couldn't be used. Also, if you don't use the ina226 as hardware monitoring device, iio would be a more appropriate solution anyway. FWIW, we should actually remove the in22xx hwmon driver at some point and ask users to use the iio driver combined with the iio-hwmon bridge instead (after making sure that the iio driver combined with the iio-hwmon bridge provides the same functionality). Guenter