<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/media, 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>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>media: video: tegra: SH532U: fix formatting errors</title>
<updated>2011-03-25T00:48:19+00:00</updated>
<author>
<name>Qinggang Zhou</name>
<email>qzhou@nvidia.com</email>
</author>
<published>2011-03-18T21:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c5105248ab3ee6760fcc8a58d2a7a0a9f49183bd'/>
<id>c5105248ab3ee6760fcc8a58d2a7a0a9f49183bd</id>
<content type='text'>
- fix an incorrect i2c address and a function return check.
- add checks for function returns.
- remove the developer name in the beginning comment.
- fix an uninitialized variable..

Change-Id: I2d42025b7ff47eb6228e626e65990f4da04b94ac
Reviewed-on: http://git-master/r/23594
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Tested-by: Qinggang Zhou &lt;qzhou@nvidia.com&gt;
Reviewed-by: Yu-Huan Hsu &lt;yhsu@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix an incorrect i2c address and a function return check.
- add checks for function returns.
- remove the developer name in the beginning comment.
- fix an uninitialized variable..

Change-Id: I2d42025b7ff47eb6228e626e65990f4da04b94ac
Reviewed-on: http://git-master/r/23594
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Tested-by: Qinggang Zhou &lt;qzhou@nvidia.com&gt;
Reviewed-by: Yu-Huan Hsu &lt;yhsu@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>media: video: tegra: SH532U: Add the SH532U focuser driver.</title>
<updated>2011-03-18T04:45:42+00:00</updated>
<author>
<name>Qinggang Zhou</name>
<email>qzhou@nvidia.com</email>
</author>
<published>2011-03-12T08:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d0139efe969951cb144a77a13e65f67ac4b82b84'/>
<id>d0139efe969951cb144a77a13e65f67ac4b82b84</id>
<content type='text'>
This focuser is from SEMCO and is integrated with OV5650 sensor and LC898211 driver.

bug 778859

Change-Id: I6e5dcc129c72aed7d92a00a1d926424050583c1d
Reviewed-on: http://git-master/r/22711
Reviewed-by: Qinggang Zhou &lt;qzhou@nvidia.com&gt;
Tested-by: Qinggang Zhou &lt;qzhou@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This focuser is from SEMCO and is integrated with OV5650 sensor and LC898211 driver.

bug 778859

Change-Id: I6e5dcc129c72aed7d92a00a1d926424050583c1d
Reviewed-on: http://git-master/r/22711
Reviewed-by: Qinggang Zhou &lt;qzhou@nvidia.com&gt;
Tested-by: Qinggang Zhou &lt;qzhou@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kernel driver for SSL3250A flash/torch camera device.</title>
<updated>2011-03-05T02:20:22+00:00</updated>
<author>
<name>Erik Lilliebjerg</name>
<email>elilliebjerg@nvidia.com</email>
</author>
<published>2011-03-02T10:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=670f92a641139a15a2f4a3cccf0c816d3892f1f3'/>
<id>670f92a641139a15a2f4a3cccf0c816d3892f1f3</id>
<content type='text'>
Change-Id: Id5cb40c9823c7fcfd26e45e4608c45b16a2d431a
Reviewed-on: http://git-master/r/21351
Reviewed-by: Erik M Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Tested-by: Erik M Lilliebjerg &lt;elilliebjerg@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>
Change-Id: Id5cb40c9823c7fcfd26e45e4608c45b16a2d431a
Reviewed-on: http://git-master/r/21351
Reviewed-by: Erik M Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Tested-by: Erik M Lilliebjerg &lt;elilliebjerg@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>media: video: tegra: add ov5650 test pattern mode</title>
<updated>2011-02-16T22:28:10+00:00</updated>
<author>
<name>Nathan Lord</name>
<email>nlord@nvidia.com</email>
</author>
<published>2011-02-16T05:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3bfbe9286caacc4e2fdbf212aab8f30b6cab9c4a'/>
<id>3bfbe9286caacc4e2fdbf212aab8f30b6cab9c4a</id>
<content type='text'>
Change-Id: Ie894d71f45cc08709daff3f258e0c4676b7778b0
Reviewed-on: http://git-master/r/19687
Reviewed-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Tested-by: Nathan Lord &lt;nlord@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>
Change-Id: Ie894d71f45cc08709daff3f258e0c4676b7778b0
Reviewed-on: http://git-master/r/19687
Reviewed-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Tested-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>media: video: tegra: add driver for ov2710</title>
<updated>2011-02-09T02:19:00+00:00</updated>
<author>
<name>Nathan Lord</name>
<email>nlord@nvidia.com</email>
</author>
<published>2011-02-07T08:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=42020be24feedad218a17d2ed192b29aa871ffec'/>
<id>42020be24feedad218a17d2ed192b29aa871ffec</id>
<content type='text'>
Change-Id: I9d9a9a301f23398a13fa7d865058f384288f6c92
Reviewed-on: http://git-master/r/18537
Reviewed-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Tested-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Reviewed-by: Pritesh Raithatha &lt;praithatha@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>
Change-Id: I9d9a9a301f23398a13fa7d865058f384288f6c92
Reviewed-on: http://git-master/r/18537
Reviewed-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Tested-by: Nathan Lord &lt;nlord@nvidia.com&gt;
Reviewed-by: Jonathan Mayo &lt;jmayo@nvidia.com&gt;
Reviewed-by: Pritesh Raithatha &lt;praithatha@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-01-10T09:20:08+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2011-01-10T09:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bf5a56deb588e201d95f21c00257e88ac721f90b'/>
<id>bf5a56deb588e201d95f21c00257e88ac721f90b</id>
<content type='text'>
Conflicts:
	arch/arm/mach-tegra/fuse.c
	drivers/misc/Makefile

Change-Id: I300b925d78b31efe00c342190d8dbd50e2e81230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	arch/arm/mach-tegra/fuse.c
	drivers/misc/Makefile

Change-Id: I300b925d78b31efe00c342190d8dbd50e2e81230
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'v2.6.36.3' into linux-tegra-2.6.36</title>
<updated>2011-01-08T01:14:48+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2011-01-08T01:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bd842b53fada517017d192c8a12fc9a38e6250e1'/>
<id>bd842b53fada517017d192c8a12fc9a38e6250e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't export format_by_forcc on two different drivers</title>
<updated>2011-01-07T21:58:54+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-12-02T03:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a61eefaccfff3c8f2b6f4e24a63039258b345a16'/>
<id>a61eefaccfff3c8f2b6f4e24a63039258b345a16</id>
<content type='text'>
commit a757ee2216211278680dd8ac869aabe7b4a9970d upstream.

Drivers should append their name on exported symbols, to avoid
conflicts with allyesconfig:

drivers/staging/built-in.o: In function `format_by_fourcc':
/home/v4l/work_trees/linus/drivers/staging/cx25821/cx25821-video.c:96: multiple definition of `format_by_fourcc'
drivers/media/built-in.o:/home/v4l/work_trees/linus/drivers/media/common/saa7146_video.c:88: first defined here

Let's rename both occurences with a small shellscript:

for i in drivers/staging/cx25821/*.[ch]; do sed s,format_by_fourcc,cx25821_format_by_fourcc,g &lt;$i &gt;a &amp;&amp; mv a $i; done
for i in drivers/media/common/saa7146*.[ch]; do sed s,format_by_fourcc,saa7146_format_by_fourcc,g &lt;$i &gt;a &amp;&amp; mv a $i; done
for i in include/media/saa7146*.[ch]; do sed s,format_by_fourcc,saa7146_format_by_fourcc,g &lt;$i &gt;a &amp;&amp; mv a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit a757ee2216211278680dd8ac869aabe7b4a9970d upstream.

Drivers should append their name on exported symbols, to avoid
conflicts with allyesconfig:

drivers/staging/built-in.o: In function `format_by_fourcc':
/home/v4l/work_trees/linus/drivers/staging/cx25821/cx25821-video.c:96: multiple definition of `format_by_fourcc'
drivers/media/built-in.o:/home/v4l/work_trees/linus/drivers/media/common/saa7146_video.c:88: first defined here

Let's rename both occurences with a small shellscript:

for i in drivers/staging/cx25821/*.[ch]; do sed s,format_by_fourcc,cx25821_format_by_fourcc,g &lt;$i &gt;a &amp;&amp; mv a $i; done
for i in drivers/media/common/saa7146*.[ch]; do sed s,format_by_fourcc,saa7146_format_by_fourcc,g &lt;$i &gt;a &amp;&amp; mv a $i; done
for i in include/media/saa7146*.[ch]; do sed s,format_by_fourcc,saa7146_format_by_fourcc,g &lt;$i &gt;a &amp;&amp; mv a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>[misc] cancel executable permission on source files</title>
<updated>2010-12-15T06:34:14+00:00</updated>
<author>
<name>Chao Jiang</name>
<email>chaoj@nvidia.com</email>
</author>
<published>2010-12-06T09:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=60631a28826766d8c8cf4ea0920fdd6dc3acf06b'/>
<id>60631a28826766d8c8cf4ea0920fdd6dc3acf06b</id>
<content type='text'>
Source files should not be with executable permission.

Change-Id: I70b6be4cf88fea4be9b092ca2f5dd08e40ee7cbd
Reviewed-on: http://git-master/r/12081
Reviewed-by: Chao Jiang &lt;chaoj@nvidia.com&gt;
Tested-by: Chao Jiang &lt;chaoj@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>
Source files should not be with executable permission.

Change-Id: I70b6be4cf88fea4be9b092ca2f5dd08e40ee7cbd
Reviewed-on: http://git-master/r/12081
Reviewed-by: Chao Jiang &lt;chaoj@nvidia.com&gt;
Tested-by: Chao Jiang &lt;chaoj@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
