<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/iio/dac, branch v5.13</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v5.13</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v5.13'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2021-05-22T07:32:36Z</updated>
<entry>
<title>iio: dac: ad5770r: Put fwnode in error case during -&gt;probe()</title>
<updated>2021-05-22T07:32:36Z</updated>
<author>
<name>Andy Shevchenko</name>
<email>andy.shevchenko@gmail.com</email>
</author>
<published>2021-05-10T09:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=98b7b0ca0828907dbb706387c11356a45463e2ea'/>
<id>urn:sha1:98b7b0ca0828907dbb706387c11356a45463e2ea</id>
<content type='text'>
device_for_each_child_node() bumps a reference counting of a returned variable.
We have to balance it whenever we return to the caller.

Fixes: cbbb819837f6 ("iio: dac: ad5770r: Add AD5770R support")
Cc: Alexandru Tachici &lt;alexandru.tachici@analog.com&gt;
Signed-off-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;
Reviewed-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
Link: https://lore.kernel.org/r/20210510095649.3302835-1-andy.shevchenko@gmail.com
Cc: &lt;Stable@vger.kernel.org&gt;
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio: dac: Rudimentary typo fix</title>
<updated>2021-03-29T10:28:24Z</updated>
<author>
<name>Bhaskar Chowdhury</name>
<email>unixbhaskar@gmail.com</email>
</author>
<published>2021-03-23T01:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=abfdfd144357e6f555db234f6a64498423a4322a'/>
<id>urn:sha1:abfdfd144357e6f555db234f6a64498423a4322a</id>
<content type='text'>
s/concurent/concurrent/

Signed-off-by: Bhaskar Chowdhury &lt;unixbhaskar@gmail.com&gt;
Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Link: https://lore.kernel.org/r/20210323012215.451075-1-unixbhaskar@gmail.com
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio: dac: Convert powerdown read callbacks to sysfs_emit()</title>
<updated>2021-03-29T10:12:30Z</updated>
<author>
<name>Lars-Peter Clausen</name>
<email>lars@metafoo.de</email>
</author>
<published>2021-03-20T07:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f46ac009780cb5ab2a0c85884fcc5f5bba7ee08e'/>
<id>urn:sha1:f46ac009780cb5ab2a0c85884fcc5f5bba7ee08e</id>
<content type='text'>
Update DAC drivers powerdown attribute show callback to use the new
sysfs_emit() function.

sysfs_emit() is preferred over raw s*printf() for sysfs attributes since it
knows about the sysfs buffer specifics and has some built-in sanity checks.

Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Link: https://lore.kernel.org/r/20210320071405.9347-5-lars@metafoo.de
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio:dac:max517.c: Use devm_iio_device_register()</title>
<updated>2021-03-25T19:13:52Z</updated>
<author>
<name>Mugilraj Dhavachelvan</name>
<email>dmugil2000@gmail.com</email>
</author>
<published>2021-03-14T17:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2662e81745fc00cafcbbb532018013607cae84e0'/>
<id>urn:sha1:2662e81745fc00cafcbbb532018013607cae84e0</id>
<content type='text'>
Use devm_iio_device_register() to avoid remove function and
drop explicit call to iio_device_unregister().

Signed-off-by: Mugilraj Dhavachelvan &lt;dmugil2000@gmail.com&gt;
Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Link: https://lore.kernel.org/r/20210314175709.34301-1-dmugil2000@gmail.com
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio: dac: ad5504: fix wrong part number in kernel-doc structure name.</title>
<updated>2021-03-25T19:13:51Z</updated>
<author>
<name>Jonathan Cameron</name>
<email>Jonathan.Cameron@huawei.com</email>
</author>
<published>2021-03-14T16:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=92e212e597ac5118dd31108b7ca5871f04005b24'/>
<id>urn:sha1:92e212e597ac5118dd31108b7ca5871f04005b24</id>
<content type='text'>
Probably a bit of cut and paste where someone forgot to change the
part number.

Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Link: https://lore.kernel.org/r/20210314164655.408461-5-jic23@kernel.org
</content>
</entry>
<entry>
<title>iio: dac: ad5770r: kernel-doc fix case of letter R wrong in structure name</title>
<updated>2021-03-25T19:13:51Z</updated>
<author>
<name>Jonathan Cameron</name>
<email>Jonathan.Cameron@huawei.com</email>
</author>
<published>2021-03-14T16:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e0549f34328f7f9b8058cfb6a9e779c5fcd3d6dc'/>
<id>urn:sha1:e0549f34328f7f9b8058cfb6a9e779c5fcd3d6dc</id>
<content type='text'>
Nothing useful to add beyond this causing a warning with W=1

Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Acked-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
Link: https://lore.kernel.org/r/20210314164655.408461-4-jic23@kernel.org
</content>
</entry>
<entry>
<title>iio: dac: ad5686: Add support for AD5673R/AD5677R</title>
<updated>2021-03-11T20:47:10Z</updated>
<author>
<name>Mircea Caprioru</name>
<email>mircea.caprioru@analog.com</email>
</author>
<published>2021-02-17T07:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=477bd010c20efc377c55e6077b0526201a7a33b3'/>
<id>urn:sha1:477bd010c20efc377c55e6077b0526201a7a33b3</id>
<content type='text'>
The AD5673R/AD5677R are low power, 16-channel, 12-/16-bit buffered voltage
output digital-to-analog converters (DACs). They include a 2.5 V internal
reference (enabled by default).

These devices are very similar to AD5674R/AD5679R, except that they
have an i2c interface.

Signed-off-by: Mircea Caprioru &lt;mircea.caprioru@analog.com&gt;
Signed-off-by: Alexandru Ardelean &lt;alexandru.ardelean@analog.com&gt;
Link: https://lore.kernel.org/r/20210217074102.23148-1-alexandru.ardelean@analog.com
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>iio:adc:dac:ad5791 typo fix of regster</title>
<updated>2021-03-11T20:46:57Z</updated>
<author>
<name>zuoqilin</name>
<email>zuoqilin@yulong.com</email>
</author>
<published>2021-01-28T02:19:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0071aa300271a4c6328e4d2c43f53c5a91ddd2ba'/>
<id>urn:sha1:0071aa300271a4c6328e4d2c43f53c5a91ddd2ba</id>
<content type='text'>
change 'regster' to 'register'

Signed-off-by: zuoqilin &lt;zuoqilin@yulong.com&gt;
Link: https://lore.kernel.org/r/20210128021905.963-1-zuoqilin1@163.com
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
<entry>
<title>Merge 5.11-rc5 into staging-next</title>
<updated>2021-01-25T09:37:59Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2021-01-25T09:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ec52736c35f29ed96a45e641dd6aad61bc9cb6f7'/>
<id>urn:sha1:ec52736c35f29ed96a45e641dd6aad61bc9cb6f7</id>
<content type='text'>
We need the IIO/Staging fixes in here as well.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>iio: dac: ad5766: add driver support for AD5766</title>
<updated>2021-01-22T08:52:05Z</updated>
<author>
<name>Cristian Pop</name>
<email>cristian.pop@analog.com</email>
</author>
<published>2021-01-15T11:21:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fd9373e41b9ba5b609f97e98a04687f4ff136aff'/>
<id>urn:sha1:fd9373e41b9ba5b609f97e98a04687f4ff136aff</id>
<content type='text'>
The AD5766/AD5767 are 16-channel, 16-bit/12-bit, voltage output dense DACs
Digital-to-Analog converters.

This change adds support for these DACs.

Signed-off-by: Cristian Pop &lt;cristian.pop@analog.com&gt;
Link: https://lore.kernel.org/r/20210115112105.58652-3-cristian.pop@analog.com
Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;
</content>
</entry>
</feed>
