<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/staging, branch tegra</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>iio: adc: fix number of channels when not using TS block</title>
<updated>2017-06-30T16:10:40+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2017-05-17T16:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=64fa3632bef9cdb8639aedb761201222c2ea41f0'/>
<id>64fa3632bef9cdb8639aedb761201222c2ea41f0</id>
<content type='text'>
The number of channels registered when not using the touchscreen
block has been wrong. This did not allow to access all channels
in case where touchscreen is not used. By default Apalis and
Colibri T30 do use the touchscreen block, so the bug has not
affected the products when used with default platform data.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The number of channels registered when not using the touchscreen
block has been wrong. This did not allow to access all channels
in case where touchscreen is not used. By default Apalis and
Colibri T30 do use the touchscreen block, so the bug has not
affected the products when used with default platform data.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Acked-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Check null pointers for sysfs calls</title>
<updated>2014-01-22T17:48:19+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2014-01-22T17:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=139f77a7efd40d2eb2a4a8b2d8041b80dd3965b8'/>
<id>139f77a7efd40d2eb2a4a8b2d8041b80dd3965b8</id>
<content type='text'>
When grepping through sysfs, grep tries to read all sysfs files
which are available. Some of them lead to error due to null pointers.
Therefor check for null pointers before using them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When grepping through sysfs, grep tries to read all sysfs files
which are available. Some of them lead to error due to null pointers.
Therefor check for null pointers before using them.
</pre>
</div>
</content>
</entry>
<entry>
<title>iio: adc: add STMPE ADC driver using IIO framework</title>
<updated>2013-12-09T15:29:12+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2013-12-09T15:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=66e65cc258a0f4cc3b999a2b7a6c9b1fa9c4eef5'/>
<id>66e65cc258a0f4cc3b999a2b7a6c9b1fa9c4eef5</id>
<content type='text'>
This adds an ADC driver for the STMPE device using the industrial
input/output interface. The driver supports raw reading of values.
The driver depends on the MFD stmpe driver. If the touchscreen
block is enabled too, only for of the 8 ADC channels are available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds an ADC driver for the STMPE device using the industrial
input/output interface. The driver supports raw reading of values.
The driver depends on the MFD stmpe driver. If the touchscreen
block is enabled too, only for of the 8 ADC channels are available.
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: iio: light: isl29028: appropriately set interrupt flag</title>
<updated>2013-01-31T18:26:52+00:00</updated>
<author>
<name>Preetham Chandru R</name>
<email>pchandru@nvidia.com</email>
</author>
<published>2013-01-31T05:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9f91433d1807ec7daa4a5672b3c2669d27ee28b2'/>
<id>9f91433d1807ec7daa4a5672b3c2669d27ee28b2</id>
<content type='text'>
set is_int_enable to true only if we register for a irq.

Bug 1211260

Change-Id: I603efe721796db70d504da7999e5d7939d45d13a
Signed-off-by: Preetham Chandru R &lt;pchandru@nvidia.com&gt;
Reviewed-on: http://git-master/r/193047
(cherry picked from commit 8b89b2b64c67d80fcfc29cd4f6a92d4527e70df9)
Reviewed-on: http://git-master/r/195844
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Winnie Hsu &lt;whsu@nvidia.com&gt;
Reviewed-by: Matthew Pedro &lt;mapedro@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set is_int_enable to true only if we register for a irq.

Bug 1211260

Change-Id: I603efe721796db70d504da7999e5d7939d45d13a
Signed-off-by: Preetham Chandru R &lt;pchandru@nvidia.com&gt;
Reviewed-on: http://git-master/r/193047
(cherry picked from commit 8b89b2b64c67d80fcfc29cd4f6a92d4527e70df9)
Reviewed-on: http://git-master/r/195844
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Winnie Hsu &lt;whsu@nvidia.com&gt;
Reviewed-by: Matthew Pedro &lt;mapedro@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: nvec: get rid of tegra_gpio_enable()</title>
<updated>2012-08-03T21:04:22+00:00</updated>
<author>
<name>Laxman Dewangan</name>
<email>ldewangan@nvidia.com</email>
</author>
<published>2012-08-03T09:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0152207915890487add41f2178a72bfce4251738'/>
<id>0152207915890487add41f2178a72bfce4251738</id>
<content type='text'>
The gpio mode of pin is configured when setting
direction and hence this call is no more required.

Change-Id: I7107ea81a69d035b966c6fb8cebe4944edad6098
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/120850
Reviewed-by: Automatic_Commit_Validation_User
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gpio mode of pin is configured when setting
direction and hence this call is no more required.

Change-Id: I7107ea81a69d035b966c6fb8cebe4944edad6098
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/120850
Reviewed-by: Automatic_Commit_Validation_User
</pre>
</div>
</content>
</entry>
<entry>
<title>android: logger: Allow a UID to read it's own log entries</title>
<updated>2012-07-24T18:29:59+00:00</updated>
<author>
<name>Nick Kralevich</name>
<email>nnk@google.com</email>
</author>
<published>2012-02-23T18:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8ac3c30d16e9152d0df6f0b35236f81974fe391a'/>
<id>8ac3c30d16e9152d0df6f0b35236f81974fe391a</id>
<content type='text'>
Modify the kernel logger to record the UID associated with
the log entries. Always allow the same UID which generated a
log message to read the log message.

Allow anyone in the logs group, or anyone with CAP_SYSLOG, to
read all log entries.

In addition, allow the client to upgrade log formats, so they
can get additional information from the kernel.

(cherry picked from android common tree commit
 d993be54c164ea473816f04745ae4f0504dbccfb)

NV Bug 1019928

Change-Id: Ie48fb614b43c9302a07ad2673b78dd8749b492b6
Signed-off-by: Nick Kralevich &lt;nnk@google.com&gt;
Signed-off-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
Reviewed-on: http://git-master/r/117175
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify the kernel logger to record the UID associated with
the log entries. Always allow the same UID which generated a
log message to read the log message.

Allow anyone in the logs group, or anyone with CAP_SYSLOG, to
read all log entries.

In addition, allow the client to upgrade log formats, so they
can get additional information from the kernel.

(cherry picked from android common tree commit
 d993be54c164ea473816f04745ae4f0504dbccfb)

NV Bug 1019928

Change-Id: Ie48fb614b43c9302a07ad2673b78dd8749b492b6
Signed-off-by: Nick Kralevich &lt;nnk@google.com&gt;
Signed-off-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
Reviewed-on: http://git-master/r/117175
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: brcmfmac: update to stable version</title>
<updated>2012-07-17T23:12:15+00:00</updated>
<author>
<name>Rhyland Klein</name>
<email>rklein@nvidia.com</email>
</author>
<published>2012-05-15T16:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=82e4e43d9520474a02f69c1ce284746fbd915fc9'/>
<id>82e4e43d9520474a02f69c1ce284746fbd915fc9</id>
<content type='text'>
Update the driver to the stable version.

Based on 33252fe66aa42cc1c217b9fd632b5df6c77932c6 from

branch: dev/amartin/chromeos-3.0-t30

Change-Id: I53db887749b8781d90667a07de71abbea390ac5c
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/111334
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Narayan Reddy &lt;narayanr@nvidia.com&gt;
Reviewed-by: Wei Ni &lt;wni@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the driver to the stable version.

Based on 33252fe66aa42cc1c217b9fd632b5df6c77932c6 from

branch: dev/amartin/chromeos-3.0-t30

Change-Id: I53db887749b8781d90667a07de71abbea390ac5c
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/111334
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Narayan Reddy &lt;narayanr@nvidia.com&gt;
Reviewed-by: Wei Ni &lt;wni@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>iio: light: fix error handling for LTR558</title>
<updated>2012-06-18T15:22:48+00:00</updated>
<author>
<name>Shridhar Rasal</name>
<email>srasal@nvidia.com</email>
</author>
<published>2012-06-15T09:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=97d9070b427f98596224fe876149027ed15e8eed'/>
<id>97d9070b427f98596224fe876149027ed15e8eed</id>
<content type='text'>
Change-Id: I34748241728bb0bab1861f8abacffdfe2939740f
Signed-off-by: Shridhar Rasal &lt;srasal@nvidia.com&gt;
Reviewed-on: http://git-master/r/109158
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I34748241728bb0bab1861f8abacffdfe2939740f
Signed-off-by: Shridhar Rasal &lt;srasal@nvidia.com&gt;
Reviewed-on: http://git-master/r/109158
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
</pre>
</div>
</content>
</entry>
<entry>
<title>iio: light: ALS driver for LTR558</title>
<updated>2012-03-13T08:54:35+00:00</updated>
<author>
<name>Sachin Nikam</name>
<email>snikam@nvidia.com</email>
</author>
<published>2012-02-14T15:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=dd98abac9742ff7db043d9db7aa5a930e5eca77b'/>
<id>dd98abac9742ff7db043d9db7aa5a930e5eca77b</id>
<content type='text'>
Adding driver for Ambient Light and Proximity sensor from
Lite On Technology.
This driver has sysfs interface to get the als and proximity values
and enable/disable als and proximity.

Bug 901133

Change-Id: Iafa0346d74825a67d94143181922de7a16cc7718
Signed-off-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-on: http://git-master/r/83837
Reviewed-by: Darrell Hunt &lt;dhunt@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding driver for Ambient Light and Proximity sensor from
Lite On Technology.
This driver has sysfs interface to get the als and proximity values
and enable/disable als and proximity.

Bug 901133

Change-Id: Iafa0346d74825a67d94143181922de7a16cc7718
Signed-off-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-on: http://git-master/r/83837
Reviewed-by: Darrell Hunt &lt;dhunt@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: iio: magnetometer: ak8975: Retrieve the correct i2c client data</title>
<updated>2012-03-10T05:30:57+00:00</updated>
<author>
<name>Preetham Chandru</name>
<email>pchandru@nvidia.com</email>
</author>
<published>2012-03-07T13:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c6d3a94af5e5b481155026643e06ee6b5c030f4b'/>
<id>c6d3a94af5e5b481155026643e06ee6b5c030f4b</id>
<content type='text'>
i2c_get_clientdata() returns an object of type struct indio_dev and not
of type struct ak8975_data.

Bug 946328
Signed-off-by: Preetham Chandru R &lt;pchandru@nvidia.com&gt;
Change-Id: I5803306d6a7829cdf822d22f51fdcdb769fbea1d
Reviewed-on: http://git-master/r/88329
Reviewed-by: Mursalin Akon &lt;makon@nvidia.com&gt;
Reviewed-by: Shashank Sharma &lt;shashanks@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i2c_get_clientdata() returns an object of type struct indio_dev and not
of type struct ak8975_data.

Bug 946328
Signed-off-by: Preetham Chandru R &lt;pchandru@nvidia.com&gt;
Change-Id: I5803306d6a7829cdf822d22f51fdcdb769fbea1d
Reviewed-on: http://git-master/r/88329
Reviewed-by: Mursalin Akon &lt;makon@nvidia.com&gt;
Reviewed-by: Shashank Sharma &lt;shashanks@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
