<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-op-linux/drivers/iio/potentiostat, branch master</title>
<subtitle>Blackbird™ Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/'/>
<updated>2019-05-21T08:50:46+00:00</updated>
<entry>
<title>treewide: Add SPDX license identifier - Makefile/Kconfig</title>
<updated>2019-05-21T08:50:46+00:00</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2019-05-19T12:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1'/>
<id>urn:sha1:ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</id>
<content type='text'>
Add SPDX license identifiers to all Make/Kconfig files which:

 - Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

  GPL-2.0-only

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>iio:potentiostat:lmp91000: change dev_err message</title>
<updated>2019-04-04T19:19:55+00:00</updated>
<author>
<name>Anderson Reis</name>
<email>andersonreisrosa@gmail.com</email>
</author>
<published>2019-03-08T19:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=71a7766b36f32ece32346985e9bed63e23847914'/>
<id>urn:sha1:71a7766b36f32ece32346985e9bed63e23847914</id>
<content type='text'>
Change dev_err message on line 215 in order to inform that
tia-gain-ohm is not defined and an external resistor is not
specified.

Signed-off-by: Anderson Reis &lt;andersonreisrosa@gmail.com&gt;
Signed-off-by: Lucas Oshiro &lt;lucasseikioshiro@gmail.com&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio:potentiostat:lmp91000: invert if statement</title>
<updated>2019-04-04T19:19:55+00:00</updated>
<author>
<name>Anderson Reis</name>
<email>andersonreisrosa@gmail.com</email>
</author>
<published>2019-03-08T19:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=b11a89d5d2493f440b6c718bbcd7dbb0733b02b5'/>
<id>urn:sha1:b11a89d5d2493f440b6c718bbcd7dbb0733b02b5</id>
<content type='text'>
Invert if statement arms in line 214, in order to make the code cleaner,
solve these checkpatch.pl CHECKs:

- lmp9100.c:214: CHECK: braces {} should be used on all arms of this statement
- lmp9100.c:216: CHECK: Unbalanced braces around else statement

Signed-off-by: Lucas Oshiro &lt;lucasseikioshiro@gmail.com&gt;
Signed-off-by: Anderson Reis &lt;andersonreisrosa@gmail.com&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio:potentiostat:lmp91000: reduce line width and remove blank line</title>
<updated>2019-04-04T19:19:55+00:00</updated>
<author>
<name>Anderson Reis</name>
<email>andersonreisrosa@gmail.com</email>
</author>
<published>2019-03-08T19:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=cd4779f120c1acc5448b803c8d9374d0dc064996'/>
<id>urn:sha1:cd4779f120c1acc5448b803c8d9374d0dc064996</id>
<content type='text'>
Break the line 258 in order fit the line width on 80 characters. Remove
the blank line 279, as the line before is also a blank line. Solve these
checkpath.el WARNING and CHECK:

- lmp91000.c:258: WARNING: line over 80 characters
- lmp91000.c:279: CHECK: Please don't use multiple blank lines

Signed-off-by: Lucas Oshiro &lt;lucasseikioshiro@gmail.com&gt;
Signed-off-by: Anderson Reis &lt;andersonreisrosa@gmail.com&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio:potentiostat:lmp91000: remove unnecessary parentheses</title>
<updated>2019-04-04T19:19:54+00:00</updated>
<author>
<name>Lucas Oshiro</name>
<email>lucasseikioshiro@gmail.com</email>
</author>
<published>2019-03-08T19:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=681ca4477933017e77188dcba74035823e823152'/>
<id>urn:sha1:681ca4477933017e77188dcba74035823e823152</id>
<content type='text'>
Remove unnecessary parentheses on line 116.

Signed-off-by: Lucas Oshiro &lt;lucasseikioshiro@gmail.com&gt;
Signed-off-by: Anderson Reis &lt;andersonreisrosa@gmail.com&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio: potentiostat: lmp91000: add LMP91002 support</title>
<updated>2018-05-12T10:02:44+00:00</updated>
<author>
<name>Matt Ranostay</name>
<email>matt.ranostay@konsulko.com</email>
</author>
<published>2018-05-08T05:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=0cb2aab8f820cfc764d18b9a2ee55f4a6003f782'/>
<id>urn:sha1:0cb2aab8f820cfc764d18b9a2ee55f4a6003f782</id>
<content type='text'>
LMP91002 is register compatible so add devicetree and i2c client ids

Signed-off-by: Matt Ranostay &lt;matt.ranostay@konsulko.com&gt;
Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio: add SPDX identifier for various drivers</title>
<updated>2018-02-18T11:55:19+00:00</updated>
<author>
<name>Matt Ranostay</name>
<email>matt.ranostay@konsulko.com</email>
</author>
<published>2018-02-18T05:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=d6ad805844c52d256c2a3ff3d60daa10d27a8b64'/>
<id>urn:sha1:d6ad805844c52d256c2a3ff3d60daa10d27a8b64</id>
<content type='text'>
Add GPLv2+ SPDX identifier and update email for author's drivers.

Signed-off-by: Matt Ranostay &lt;matt.ranostay@konsulko.com&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio:potentiostat:lmp91000 drop assign iio_info.driver_module and iio_trigger_ops.owner</title>
<updated>2017-08-22T20:34:48+00:00</updated>
<author>
<name>Jonathan Cameron</name>
<email>jic23@kernel.org</email>
</author>
<published>2017-07-23T16:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=c64fdf0fe943bedfa8f6de07aec907b15436a5be'/>
<id>urn:sha1:c64fdf0fe943bedfa8f6de07aec907b15436a5be</id>
<content type='text'>
The equivalent of both of these are now done via macro magic when
the relevant register calls are made.  The actual structure
elements will shortly go away.

Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
</content>
</entry>
<entry>
<title>iio: lmp91000: Set parent device</title>
<updated>2017-02-19T12:01:52+00:00</updated>
<author>
<name>Lars-Peter Clausen</name>
<email>lars@metafoo.de</email>
</author>
<published>2017-02-11T12:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=e78c1f5710bc1a394d17850a50de0429aa5e2938'/>
<id>urn:sha1:e78c1f5710bc1a394d17850a50de0429aa5e2938</id>
<content type='text'>
Initialize the parent of the IIO device to the device that registered it.
This makes sure that the IIO device appears the right level in the device
hierarchy.

Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Reviewed-by: Matt Ranostay &lt;matt.ranostay@konsulko.com&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
</content>
</entry>
<entry>
<title>iio: potentiostat: add LMP91000 support</title>
<updated>2016-09-27T19:33:03+00:00</updated>
<author>
<name>Matt Ranostay</name>
<email>mranostay@gmail.com</email>
</author>
<published>2016-09-25T04:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=67e17300dc1d76091d2d513d6aa57e50af2c9648'/>
<id>urn:sha1:67e17300dc1d76091d2d513d6aa57e50af2c9648</id>
<content type='text'>
Add support for the LMP91000 potentiostat which is used for chemical
sensing applications.

Signed-off-by: Matt Ranostay &lt;matt@ranostay.consulting&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
</content>
</entry>
</feed>
