<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/android_kernel_m2note/drivers/iio, branch ng-7.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=ng-7.1.2</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=ng-7.1.2'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/'/>
<updated>2018-12-11T15:03:50+00:00</updated>
<entry>
<title>iio:st sensors: remove custom sampling frequence attribute in favour of core support.</title>
<updated>2018-12-11T15:03:50+00:00</updated>
<author>
<name>Jonathan Cameron</name>
<email>jic23@kernel.org</email>
</author>
<published>2014-06-22T19:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=cad3ff52bc408fcf4b153800add83e195759dfbc'/>
<id>urn:sha1:cad3ff52bc408fcf4b153800add83e195759dfbc</id>
<content type='text'>
This allows in kernel client drivers to access this

Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
Cc: Denis Ciocca &lt;denis.ciocca@st.com&gt;
Reviewed-by: Hartmut Knaack &lt;knaack.h@gmx.de&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;

omitted pressure driver changes (missing in this kernel)
</content>
</entry>
<entry>
<title>iio:st_sensors: Fix oops when probing SPI devices</title>
<updated>2018-12-11T15:02:26+00:00</updated>
<author>
<name>Alban Bedel</name>
<email>alban.bedel@avionic-design.de</email>
</author>
<published>2015-04-20T11:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=eb579791923041fa8e2f4bce226651bdf2c47088'/>
<id>urn:sha1:eb579791923041fa8e2f4bce226651bdf2c47088</id>
<content type='text'>
In SPI mode the transfer buffer is locked with a mutex. However this
mutex is only initilized after the probe, but some transfer needs to
be done in the probe.

To fix this bug we move the mutex initialization at the beginning of
the device probe.

Signed-off-by: Alban Bedel &lt;alban.bedel@avionic-design.de&gt;
Acked-by: Denis Ciocca &lt;denis.ciocca@st.com&gt;
Cc: &lt;Stable@vger.kernel.org&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;

omitted pressure driver changes (missing in this kernel)
</content>
</entry>
<entry>
<title>iio: sensors-core: st: Clean-up error handling in st_sensors_read_axis_data()</title>
<updated>2018-12-11T14:51:12+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2013-09-16T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=fd2d5da83d91ec6f6120aad1326bf50dd8d6ee63'/>
<id>urn:sha1:fd2d5da83d91ec6f6120aad1326bf50dd8d6ee63</id>
<content type='text'>
Gets rid of those unnecessary gotos.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
</content>
</entry>
<entry>
<title>iio: sensors-core: st: Clean-up error handling in st_sensors_init_sensor()</title>
<updated>2018-12-11T14:51:12+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2013-09-16T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=340aa2083b582b7e0525616949c4082381857d45'/>
<id>urn:sha1:340aa2083b582b7e0525616949c4082381857d45</id>
<content type='text'>
Strip out all those unnecessary gotos and just return the error right away.

Aids to simplicity and reduces code.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
</content>
</entry>
<entry>
<title>iio:st_sensors: Use iio_push_to_buffers_with_timestamp()</title>
<updated>2018-12-11T14:51:11+00:00</updated>
<author>
<name>Lars-Peter Clausen</name>
<email>lars@metafoo.de</email>
</author>
<published>2013-09-19T12:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=66c15e99ab35959c0c4566ee980921b5ff44d711'/>
<id>urn:sha1:66c15e99ab35959c0c4566ee980921b5ff44d711</id>
<content type='text'>
Makes the code a bit shorter and less ugly.

Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Cc: Denis Ciocca &lt;denis.ciocca@gmail.com&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
</content>
</entry>
<entry>
<title>iio: sensors-core: st: Clean-up error handling in st_sensors_read_info_raw()</title>
<updated>2018-12-11T14:51:11+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2013-09-10T12:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=e2de9bc7ddcf0cb43d9bce07c9d033bfb4fdfe13'/>
<id>urn:sha1:e2de9bc7ddcf0cb43d9bce07c9d033bfb4fdfe13</id>
<content type='text'>
Saving a few lines of code.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
</content>
</entry>
<entry>
<title>iio: sensors-core: st: Allow full-scale to be an optional feature</title>
<updated>2018-12-11T14:51:11+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2013-09-10T12:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=0f23e7d2005116336ece2b42e9cada35ee8e6e65'/>
<id>urn:sha1:0f23e7d2005116336ece2b42e9cada35ee8e6e65</id>
<content type='text'>
Some chips either don't support it or fail to provide adequate documentation,
so sometimes it's impossible to enable the feature even if it is supported.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Acked-by: Denis Ciocca &lt;denis.ciocca@st.com&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;

omitted pressure driver changes (missing in this kernel)
</content>
</entry>
<entry>
<title>iio: sensors-core: st: Support sensors which don't have a Data Ready pin</title>
<updated>2018-12-11T14:51:11+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2013-09-16T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=af0d63a293fb9666df57f9e852599c26fac5376e'/>
<id>urn:sha1:af0d63a293fb9666df57f9e852599c26fac5376e</id>
<content type='text'>
Not all ST's sensors support data ready, so let's make the declaration
of one conditional.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;

omitted pressure drive changes (missing in this kernel)
</content>
</entry>
<entry>
<title>iio: st_sensors: announce registered sensors</title>
<updated>2018-12-11T14:51:11+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2014-04-13T19:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=c1db4f7e3bfb83e1f30bd1366e7a923c7667e79e'/>
<id>urn:sha1:c1db4f7e3bfb83e1f30bd1366e7a923c7667e79e</id>
<content type='text'>
It is pretty helpful to know already from dmesg that a certain
device is successfully registered, instead of having to browse
sysfs to see if it's actually there.

Cc: Lee Jones &lt;lee.jones@linaro.org&gt;
Cc: Denis CIOCCA &lt;denis.ciocca@st.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;

omitted pressure driver changes (missing in this kernel)
</content>
</entry>
<entry>
<title>iio: imu: st_lsm6dsx: fix typo in gyro sensitivity definition</title>
<updated>2018-12-11T14:51:11+00:00</updated>
<author>
<name>Lorenzo Bianconi</name>
<email>lorenzo.bianconi83@gmail.com</email>
</author>
<published>2017-01-17T18:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=8b08b96380477044735f44d6648598753d24da22'/>
<id>urn:sha1:8b08b96380477044735f44d6648598753d24da22</id>
<content type='text'>
Signed-off-by: Lorenzo Bianconi &lt;lorenzo.bianconi@st.com&gt;
Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;
</content>
</entry>
</feed>
