<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/media/davinci, branch v3.0.86</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/media/davinci?h=v3.0.86</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/media/davinci?h=v3.0.86'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-03-31T14:26:23Z</updated>
<entry>
<title>Fix common misspellings</title>
<updated>2011-03-31T14:26:23Z</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@profusion.mobi</email>
</author>
<published>2011-03-31T01:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=25985edcedea6396277003854657b5f3cb31a628'/>
<id>urn:sha1:25985edcedea6396277003854657b5f3cb31a628</id>
<content type='text'>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>media: comment typo fix diable -&gt; disable.</title>
<updated>2011-01-03T15:03:38Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2010-12-30T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eb78bd7d8a39415245a8d20ae3b464ddde68b20a'/>
<id>urn:sha1:eb78bd7d8a39415245a8d20ae3b464ddde68b20a</id>
<content type='text'>
The below patch fixes a typo "diable" to "disable".

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Acked-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vpfe_cfg</title>
<updated>2010-05-18T03:52:43Z</updated>
<author>
<name>Vaibhav Hiremath</name>
<email>hvaibhav@ti.com</email>
</author>
<published>2010-03-27T12:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=085b54a24fd0c7353cd1b2d462879b7a4a4070fa'/>
<id>urn:sha1:085b54a24fd0c7353cd1b2d462879b7a4a4070fa</id>
<content type='text'>
For the devices like AM3517, it is expected that driver clears the
interrupt in ISR. Since this is device spcific, callback function
added to the platform_data.

Signed-off-by: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
Signed-off-by: Muralidharan Karicheri &lt;mkaricheri@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-next' into for-linus</title>
<updated>2010-03-08T15:55:37Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2010-03-08T15:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=318ae2edc3b29216abd8a2510f3f80b764f06858'/>
<id>urn:sha1:318ae2edc3b29216abd8a2510f3f80b764f06858</id>
<content type='text'>
Conflicts:
	Documentation/filesystems/proc.txt
	arch/arm/mach-u300/include/mach/debug-macro.S
	drivers/net/qlge/qlge_ethtool.c
	drivers/net/qlge/qlge_main.c
	drivers/net/typhoon.c
</content>
</entry>
<entry>
<title>V4L/DVB: V4L - vpfe capture - vpss driver enhancements for DM365</title>
<updated>2010-02-26T18:11:06Z</updated>
<author>
<name>Murali Karicheri</name>
<email>mkaricheri@gmail.com</email>
</author>
<published>2010-02-21T18:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=85b848caf77a0cc6a9df0a0f40d876211b394682'/>
<id>urn:sha1:85b848caf77a0cc6a9df0a0f40d876211b394682</id>
<content type='text'>
Enhancements to support DM365 ISP5 and VPSS module configuration.
Also cleaned up the driver by removing redundant variables.

Reviewed-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Murali Karicheri &lt;mkaricheri@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB: V4L - vpfe capture - header files for ISIF driver</title>
<updated>2010-02-26T18:11:06Z</updated>
<author>
<name>Murali Karicheri</name>
<email>mkaricheri@gmail.com</email>
</author>
<published>2010-02-21T18:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e8417683eb15f05941f4c2aad7d358472eaf8a32'/>
<id>urn:sha1:e8417683eb15f05941f4c2aad7d358472eaf8a32</id>
<content type='text'>
This is the header file for ISIF driver on DM365.  ISIF driver is equivalent
to CCDC driver on DM355 and DM644x. This driver is tested for
YUV capture from TVP514x driver. This patch contains the header files required
for this driver.

Reviewed-by: Nori, Sekhar &lt;nsekhar@ti.com&gt;
Reviewed-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Murali Karicheri &lt;mkaricheri@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>tree-wide: Assorted spelling fixes</title>
<updated>2010-02-09T10:13:56Z</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2010-02-03T00:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3ad2f3fbb961429d2aa627465ae4829758bc7e07'/>
<id>urn:sha1:3ad2f3fbb961429d2aa627465ae4829758bc7e07</id>
<content type='text'>
In particular, several occurances of funny versions of 'success',
'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
'beginning', 'desirable', 'separate' and 'necessary' are fixed.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Cc: Joe Perches &lt;joe@perches.com&gt;
Cc: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (13464): Davinci VPFE Capture: add i2c adapter id in platform data</title>
<updated>2009-12-05T20:42:01Z</updated>
<author>
<name>Vaibhav Hiremath</name>
<email>hvaibhav@ti.com</email>
</author>
<published>2009-11-09T12:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e53a70b4725f0a5e10e659c8352696548b9b9478'/>
<id>urn:sha1:e53a70b4725f0a5e10e659c8352696548b9b9478</id>
<content type='text'>
The I2C adapter ID is actually depends on Board and may vary, Davinci
uses id=1, but in case of AM3517 id=3.

Signed-off-by: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (12253): v4l: common vpss module for video drivers</title>
<updated>2009-09-19T03:18:19Z</updated>
<author>
<name>Muralidharan Karicheri</name>
<email>m-karicheri2@ti.com</email>
</author>
<published>2009-06-19T12:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7b140b89307a59527df644100ce5ab3bc1be7d1b'/>
<id>urn:sha1:7b140b89307a59527df644100ce5ab3bc1be7d1b</id>
<content type='text'>
This is a new module added for vpss library functions that are
used for configuring vpss system module. All video drivers will
include vpss.h header file and call functions defined in this
module to configure vpss system module.

Reviewed by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Reviewed by: Laurent Pinchart &lt;laurent.pinchart@skynet.be&gt;
Reviewed by: Alexey Klimov &lt;klimov.linux@gmail.com&gt;
Signed-off-by: Muralidharan Karicheri &lt;m-karicheri2@ti.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (12252): v4l: ccdc types used across ccdc modules for vpfe capture driver</title>
<updated>2009-09-19T03:18:18Z</updated>
<author>
<name>Muralidharan Karicheri</name>
<email>m-karicheri2@ti.com</email>
</author>
<published>2009-06-19T12:19:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=92ee438b8e27f1b96ce5a7e8d73cb11b71a02584'/>
<id>urn:sha1:92ee438b8e27f1b96ce5a7e8d73cb11b71a02584</id>
<content type='text'>
common types used across CCDC modules

Reviewed by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Reviewed by: Laurent Pinchart &lt;laurent.pinchart@skynet.be&gt;

Signed-off-by: Muralidharan Karicheri &lt;m-karicheri2@ti.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
