<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers, branch tegra-11.2.4</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>ARM: tegra: dc: hdmi drive strength changes</title>
<updated>2011-04-15T04:24:37+00:00</updated>
<author>
<name>Jon Mayo</name>
<email>jmayo@nvidia.com</email>
</author>
<published>2011-02-10T23:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3eabf0949204e0b658e57a662abbc326835c89b6'/>
<id>3eabf0949204e0b658e57a662abbc326835c89b6</id>
<content type='text'>
use pixel clock to configure HDMI interface signaling properties.
These options are different depending on which SoC.

Bug 786961 Bug 795251
(cherry picked from commit a59e2483a9f85a72186f51c124709401af554eb3)

Change-Id: Ie5ef35fe03065d3e77831a0e1a2bbf8319d04125
Reviewed-on: http://git-master/r/27722
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Tested-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Reviewed-by: Varun Colbert &lt;vcolbert@nvidia.com&gt;
Reviewed-by: Jessica Liao &lt;jeliao@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use pixel clock to configure HDMI interface signaling properties.
These options are different depending on which SoC.

Bug 786961 Bug 795251
(cherry picked from commit a59e2483a9f85a72186f51c124709401af554eb3)

Change-Id: Ie5ef35fe03065d3e77831a0e1a2bbf8319d04125
Reviewed-on: http://git-master/r/27722
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Tested-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Reviewed-by: Varun Colbert &lt;vcolbert@nvidia.com&gt;
Reviewed-by: Jessica Liao &lt;jeliao@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>media: video: tegra: ov5650: add stereo camera support</title>
<updated>2011-04-15T04:24:21+00:00</updated>
<author>
<name>Pritesh Raithatha</name>
<email>praithatha@nvidia.com</email>
</author>
<published>2011-04-07T12:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=53e48c3449b00dd2b052d09a88a818cd90c24ab7'/>
<id>53e48c3449b00dd2b052d09a88a818cd90c24ab7</id>
<content type='text'>
-Removed unused sensor mode mode_1920x1088
-Added ov5650_write_reg_helper function to do write_reg()
 according to camera_mode.
-ov5650_get_status function is removed as it is reading reg 2
 value and there is not any definition of reg 2 in datasheet and
 even user space is not using it's value at all.
-Added ov5650_set_power function to on/off camera sensors power
 according to camera_mode.
-Added ioctl OV5650_IOCTL_SET_CAMERA_MODE to set camera_mode
 from user space.
-Added i2c driver for right ov5650.

Bug 809921

Change-Id: Ib3cf43d0a064c18c218d0850e849fff84e18e661
Reviewed-on: http://git-master/r/26857
Tested-by: Pritesh Raithatha &lt;praithatha@nvidia.com&gt;
Reviewed-by: George Bauernschmidt &lt;georgeb@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>
-Removed unused sensor mode mode_1920x1088
-Added ov5650_write_reg_helper function to do write_reg()
 according to camera_mode.
-ov5650_get_status function is removed as it is reading reg 2
 value and there is not any definition of reg 2 in datasheet and
 even user space is not using it's value at all.
-Added ov5650_set_power function to on/off camera sensors power
 according to camera_mode.
-Added ioctl OV5650_IOCTL_SET_CAMERA_MODE to set camera_mode
 from user space.
-Added i2c driver for right ov5650.

Bug 809921

Change-Id: Ib3cf43d0a064c18c218d0850e849fff84e18e661
Reviewed-on: http://git-master/r/26857
Tested-by: Pritesh Raithatha &lt;praithatha@nvidia.com&gt;
Reviewed-by: George Bauernschmidt &lt;georgeb@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: nvmap: debugfs improvement</title>
<updated>2011-04-15T04:23:32+00:00</updated>
<author>
<name>Donghan Ryu</name>
<email>dryu@nvidia.com</email>
</author>
<published>2011-04-11T11:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7cd09b6a4a9bc23f5a5aa0ec2f67b70b7c9a2a4a'/>
<id>7cd09b6a4a9bc23f5a5aa0ec2f67b70b7c9a2a4a</id>
<content type='text'>
nvmap's debugfs had a bad format so it was
very difficult to read the outputs. this commit
fixes it and added total allocation size along
with it

Bug 813891

Change-Id: I6e3165b3ff917d9510d39f1e35b8e6b59c086592
Reviewed-on: http://git-master/r/27349
Reviewed-by: Donghan Ryu &lt;dryu@nvidia.com&gt;
Tested-by: Donghan Ryu &lt;dryu@nvidia.com&gt;
Reviewed-by: Krishna Reddy &lt;vdumpa@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>
nvmap's debugfs had a bad format so it was
very difficult to read the outputs. this commit
fixes it and added total allocation size along
with it

Bug 813891

Change-Id: I6e3165b3ff917d9510d39f1e35b8e6b59c086592
Reviewed-on: http://git-master/r/27349
Reviewed-by: Donghan Ryu &lt;dryu@nvidia.com&gt;
Tested-by: Donghan Ryu &lt;dryu@nvidia.com&gt;
Reviewed-by: Krishna Reddy &lt;vdumpa@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra_mediaserver: Adding kernel media driver</title>
<updated>2011-04-15T04:23:10+00:00</updated>
<author>
<name>S. Holmes</name>
<email>sholmes@nvidia.com</email>
</author>
<published>2011-03-07T23:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0c7714c9efe4d017bc73ebc2b2c119bb8a342735'/>
<id>0c7714c9efe4d017bc73ebc2b2c119bb8a342735</id>
<content type='text'>
This kernel driver will replace the functionality that was
previously in the NVRM daemon root process and allow multiple
instances of OpenMAX to function and AVP resource tracking and
cleanup.

Bug 772210

Change-Id: Ia5eb559cde4644bae5fd8b23a1de57cd65f3fdd8
Reviewed-on: http://git-master/r/25115
Tested-by: Stephen Holmes &lt;sholmes@nvidia.com&gt;
Reviewed-by: Stephen Holmes &lt;sholmes@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>
This kernel driver will replace the functionality that was
previously in the NVRM daemon root process and allow multiple
instances of OpenMAX to function and AVP resource tracking and
cleanup.

Bug 772210

Change-Id: Ia5eb559cde4644bae5fd8b23a1de57cd65f3fdd8
Reviewed-on: http://git-master/r/25115
Tested-by: Stephen Holmes &lt;sholmes@nvidia.com&gt;
Reviewed-by: Stephen Holmes &lt;sholmes@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: caif: added tegra specific caif for rainbow modem.</title>
<updated>2011-04-15T04:22:52+00:00</updated>
<author>
<name>Sheshagiri Shenoy</name>
<email>sshenoy@nvidia.com</email>
</author>
<published>2011-03-18T00:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8de40995f4ee35073c99c7f07b631450bc8824d6'/>
<id>8de40995f4ee35073c99c7f07b631450bc8824d6</id>
<content type='text'>
- added the tegra dependent layer of the caif protocol.
- integrated with the open source rainbow caif.
- verified the functionality using latest rainbow RIL.

bug 785523

Change-Id: I75be8d2ef6e5562facf902a3f963f34d241bb6c3
Reviewed-on: http://git-master/r/23421
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added the tegra dependent layer of the caif protocol.
- integrated with the open source rainbow caif.
- verified the functionality using latest rainbow RIL.

bug 785523

Change-Id: I75be8d2ef6e5562facf902a3f963f34d241bb6c3
Reviewed-on: http://git-master/r/23421
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rtc: tps6586x RTC clock fix</title>
<updated>2011-04-15T04:22:15+00:00</updated>
<author>
<name>Andre Sihera</name>
<email>asihera@nvidia.com</email>
</author>
<published>2011-04-08T03:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d6ad1d95125bf21ed6c99cc8a633f0a23779d18a'/>
<id>d6ad1d95125bf21ed6c99cc8a633f0a23779d18a</id>
<content type='text'>
Specified OSC_SRC_SEL flag to force clock signal to be taken from
an externally generated source rather than be calculated internally.
This should raise the accuracy to within +/-2 seconds/24 hours.

Bug 811075
Bug 810537

Change-Id: I7b7c4e4d752fdc03b81239f362a1d6f7aa4d3b92
Reviewed-on: http://git-master/r/27222
Reviewed-by: Andre Sihera &lt;asihera@nvidia.com&gt;
Tested-by: Andre Sihera &lt;asihera@nvidia.com&gt;
Reviewed-by: David Schalig &lt;dschalig@nvidia.com&gt;
Reviewed-by: Scott Peterson &lt;speterson@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specified OSC_SRC_SEL flag to force clock signal to be taken from
an externally generated source rather than be calculated internally.
This should raise the accuracy to within +/-2 seconds/24 hours.

Bug 811075
Bug 810537

Change-Id: I7b7c4e4d752fdc03b81239f362a1d6f7aa4d3b92
Reviewed-on: http://git-master/r/27222
Reviewed-by: Andre Sihera &lt;asihera@nvidia.com&gt;
Tested-by: Andre Sihera &lt;asihera@nvidia.com&gt;
Reviewed-by: David Schalig &lt;dschalig@nvidia.com&gt;
Reviewed-by: Scott Peterson &lt;speterson@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: otg: tegra: let the usb clock stabilize</title>
<updated>2011-04-14T01:04:53+00:00</updated>
<author>
<name>Prashant Gaikwad</name>
<email>pgaikwad@nvidia.com</email>
</author>
<published>2011-04-13T05:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=869ec1ee437d28fb58b9d06b1b0076446fe94d62'/>
<id>869ec1ee437d28fb58b9d06b1b0076446fe94d62</id>
<content type='text'>
add sleep to let the clock stabilize before handling interrupt.

Bug 814888

Change-Id: I7983017f04ad8b84eb6def0f4f7c580292e6e374
Reviewed-on: http://git-master/r/27592
Tested-by: Prashant Gaikwad &lt;pgaikwad@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>
add sleep to let the clock stabilize before handling interrupt.

Bug 814888

Change-Id: I7983017f04ad8b84eb6def0f4f7c580292e6e374
Reviewed-on: http://git-master/r/27592
Tested-by: Prashant Gaikwad &lt;pgaikwad@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>merging android-tegra-2.6.36 into git-master/linux-2.6/android-tegra-2.6.36</title>
<updated>2011-04-13T04:52:11+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2011-04-13T04:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9dbff3fcfe2e081db5eca9ba5fedfe83de1c5225'/>
<id>9dbff3fcfe2e081db5eca9ba5fedfe83de1c5225</id>
<content type='text'>
Conflicts:
	drivers/video/tegra/fb.c

Change-Id: Id2c7cf76925c140073baf04244b839c723515254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	drivers/video/tegra/fb.c

Change-Id: Id2c7cf76925c140073baf04244b839c723515254
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch linux-tegra-2.6.36 into android-tegra-2.6.36</title>
<updated>2011-04-13T00:57:24+00:00</updated>
<author>
<name>Erik Gilling</name>
<email>konkers@android.com</email>
</author>
<published>2011-04-13T00:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0b8bff5ecc4b9077207db4f0adc4a3fdfb70fdb9'/>
<id>0b8bff5ecc4b9077207db4f0adc4a3fdfb70fdb9</id>
<content type='text'>
Change-Id: I4305576b867fb062db791b0e18a8f0215bbc5705
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4305576b867fb062db791b0e18a8f0215bbc5705
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: zero out var before calling fb_videomode_to_var</title>
<updated>2011-04-13T00:50:11+00:00</updated>
<author>
<name>Erik Gilling</name>
<email>konkers@android.com</email>
</author>
<published>2011-04-13T00:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=77a9f2d7ce63dd428ab66a1992333596d9c582e5'/>
<id>77a9f2d7ce63dd428ab66a1992333596d9c582e5</id>
<content type='text'>
Change-Id: I23f01da0a7dcd62594faa828676ffb7a4bc72d9f
Signed-off-by: Erik Gilling &lt;konkers@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I23f01da0a7dcd62594faa828676ffb7a4bc72d9f
Signed-off-by: Erik Gilling &lt;konkers@android.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
