Rob Herring
3921db46a8
iio: Convert to using %pOF instead of full_name
...
Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each node.
Signed-off-by: Rob Herring <robh@kernel.org >
Cc: Jonathan Cameron <jic23@kernel.org >
Cc: Hartmut Knaack <knaack.h@gmx.de >
Cc: Lars-Peter Clausen <lars@metafoo.de >
Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net >
Cc: Carlo Caione <carlo@caione.org >
Cc: Kevin Hilman <khilman@baylibre.com >
Cc: linux-iio@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-amlogic@lists.infradead.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
2017-07-22 22:00:43 +01:00
Jacopo Mondi
c545171968
iio: adc: max9611: Fix attribute measure unit
...
The power and current "shunt-resistor" attribute's 'show' function
displays the resistor value in milli-Ohms, while the ABI description
specifies it should be displayed in Ohms. Fix it.
Reported-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org >
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Jonathan Cameron <jic23@kernel.org >
2017-05-14 16:38:55 +01:00
Dan Carpenter
35fa70dfd6
iio: adc: Max9611: checking for ERR_PTR instead of NULL in probe
...
devm_iio_device_alloc() doesn't return ERR_PTRs, it returns NULLs.
Fixes: 69780a3bbc
("iio: adc: Add Maxim max9611 ADC driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com >
Signed-off-by: Jonathan Cameron <jic23@kernel.org >
2017-04-26 07:24:48 +01:00
Jacopo Mondi
69780a3bbc
iio: adc: Add Maxim max9611 ADC driver
...
Add iio driver for Maxim max9611 and max9612 current-sense amplifiers
with 12-bits ADC interface.
Datasheet publicly available at:
https://datasheets.maximintegrated.com/en/ds/MAX9611-MAX9612.pdf
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org >
Signed-off-by: Jonathan Cameron <jic23@kernel.org >
2017-04-08 17:26:06 +01:00