<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/drivers/media/video/zoran_card.c, branch v3.2-rc3</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v3.2-rc3</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v3.2-rc3'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2008-10-12T11:39:04+00:00</updated>
<entry>
<title>V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectory</title>
<updated>2008-10-12T11:39:04+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-10-09T08:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=45d011031d745d2c9a21c21d289428cb7f88a2d0'/>
<id>urn:sha1:45d011031d745d2c9a21c21d289428cb7f88a2d0</id>
<content type='text'>
Prevent the zoran driver sources from cluttering the video directory.
This changeset only moves the drivers and it does not fix any of the
checkpatch warnings/errors to keep the changeset clean.

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 (8957): zr36067: Restore the default pixel format</title>
<updated>2008-10-05T01:38:39+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2008-09-07T08:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=c014ec90bc1b951e3fff89bc6ba826b8ef0f444b'/>
<id>urn:sha1:c014ec90bc1b951e3fff89bc6ba826b8ef0f444b</id>
<content type='text'>
Restore the default pixel format to YUYV as it used to be before
kernel 2.6.23. It was accidentally changed to BGR3 by commit
603d6f2c8f9f3604f9c6c1f8903efc2df30a000f.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (8500): zr36067: Load the avs6eyes chip drivers automatically</title>
<updated>2008-07-26T16:18:28+00:00</updated>
<author>
<name>Martin Samuelsson</name>
<email>sam.linux.kernel@gmail.com</email>
</author>
<published>2008-07-14T12:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=ed1aedb136ca42dfd70f5bef202d23994c1a3bae'/>
<id>urn:sha1:ed1aedb136ca42dfd70f5bef202d23994c1a3bae</id>
<content type='text'>
This enables the avs6eyes to load the bt866 and ks0127 drivers
automatically.

Signed-off-by: Martin Samuelsson &lt;sam.linux.kernel@gmail.com&gt;
Acked-by: Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (8499): zr36067: Rework device memory allocation</title>
<updated>2008-07-26T16:18:27+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2008-07-14T12:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=85b9b8a444413ea5706096df13012520ed6c5103'/>
<id>urn:sha1:85b9b8a444413ea5706096df13012520ed6c5103</id>
<content type='text'>
Allocate zoran devices dynamically. Currently, the zr36067 driver
stores the device structures in a global array, with room for 4
devices. This makes the bss section very large (90 kB!), and given
that most users, I suspect, have only one zoran device, this is a
waste of kernel memory. Allocating the memory dynamically lets us use
only the amount of memory we need.

Before:
   text    data     bss     dec     hex filename
  64754    9230   90224  164208   28170 drivers/media/video/zr36067.o

After:
   text    data     bss     dec     hex filename
  64866    9230     112   74208   121e0 drivers/media/video/zr36067.o

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (8315): zr36067: Delete dead code</title>
<updated>2008-07-20T10:24:20+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2008-07-02T18:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=203c204b39fef2c1c99e4b39e61ba292aa60142a'/>
<id>urn:sha1:203c204b39fef2c1c99e4b39e61ba292aa60142a</id>
<content type='text'>
This has been commented out for years, it's about time to get rid of
it.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (8134): zoran annotations and fixes</title>
<updated>2008-07-20T10:13:39+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2008-06-22T17:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=9c169df8d6877c618587bf40498f2ef378c97eb8'/>
<id>urn:sha1:9c169df8d6877c618587bf40498f2ef378c97eb8</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (8046): zoran: i2c structure templates clean-up</title>
<updated>2008-07-20T10:09:37+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2008-06-12T16:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=6275163e3ddbf0f0b34981bf6dc50b803e5a1c67'/>
<id>urn:sha1:6275163e3ddbf0f0b34981bf6dc50b803e5a1c67</id>
<content type='text'>
Clean up the use of structure templates in zoran_card. For one thing,
a real template is supposed to be read-only. And in some cases it's
more efficient to initialize the few fields we need individually.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Ronald S. Bultje &lt;rbultje@ronald.bitfreak.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7094):  static memory</title>
<updated>2008-04-24T16:42:20+00:00</updated>
<author>
<name>Douglas Schilling Landgraf</name>
<email>dougsland@gmail.com</email>
</author>
<published>2008-04-22T17:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=ff699e6bd02eb1c6d02c7c2b576c2ee6caab201c'/>
<id>urn:sha1:ff699e6bd02eb1c6d02c7c2b576c2ee6caab201c</id>
<content type='text'>
- Static memory is always initialized with 0.
- Replaced in some cases C99 comments for /* */

Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>drivers/media/: Spelling fixes</title>
<updated>2008-02-03T15:18:59+00:00</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2008-02-03T15:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=c84e6036ba7177a404cc860cb5a440e06fad92dd'/>
<id>urn:sha1:c84e6036ba7177a404cc860cb5a440e06fad92dd</id>
<content type='text'>
Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field</title>
<updated>2007-10-22T14:01:24+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2007-10-15T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=22c4a4e98ece0eaff13b3d0ac73c5283013eb6b1'/>
<id>urn:sha1:22c4a4e98ece0eaff13b3d0ac73c5283013eb6b1</id>
<content type='text'>
struct video_device used to define a .hardware field. While
initialized on severl drivers, this field is never used inside V4L.
However, drivers using it need to include the old V4L1 header.

This seems to cause compilation troubles with some random configs.
Better just to remove it from all drivers.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
</feed>
