<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/vt6656/rc4.c, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/vt6656/rc4.c?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/vt6656/rc4.c?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-06-27T00:23:31Z</updated>
<entry>
<title>staging: vt6656: dead code remove rc4.c/h</title>
<updated>2014-06-27T00:23:31Z</updated>
<author>
<name>Malcolm Priestley</name>
<email>tvboxspy@gmail.com</email>
</author>
<published>2014-06-25T20:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=3f530ded0f41e4d17aec9df98ac0b82da7257552'/>
<id>urn:sha1:3f530ded0f41e4d17aec9df98ac0b82da7257552</id>
<content type='text'>
Signed-off-by: Malcolm Priestley &lt;tvboxspy@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6656: replaced custom BYTE definition with u8</title>
<updated>2013-03-11T16:18:46Z</updated>
<author>
<name>Andres More</name>
<email>more.andres@gmail.com</email>
</author>
<published>2013-02-26T01:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b902fbfebf2c80c3782e41eda24b487964a47fd1'/>
<id>urn:sha1:b902fbfebf2c80c3782e41eda24b487964a47fd1</id>
<content type='text'>
Checkpatch findings were not resolved, only direct replacement.

sed -i 's/\bBYTE\b/u8/g' drivers/staging/vt6656/*.[ch]
sed -i 's/\bPBYTE\b/u8 */g' drivers/staging/vt6656/*.[ch]

Signed-off-by: Andres More &lt;more.andres@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs</title>
<updated>2010-05-18T21:51:08Z</updated>
<author>
<name>Andres More</name>
<email>more.andres@gmail.com</email>
</author>
<published>2010-05-18T00:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=cc856e61ee4ffb150ff352e3d6940978a2f819e8'/>
<id>urn:sha1:cc856e61ee4ffb150ff352e3d6940978a2f819e8</id>
<content type='text'>
Cleared all checkpatch warnings but 'do not add new typedefs' ones.

Signed-off-by: Andres More &lt;more.andres@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: vt6656: removed VOID/PVOID definitions</title>
<updated>2010-05-11T18:36:01Z</updated>
<author>
<name>Andres More</name>
<email>more.andres@gmail.com</email>
</author>
<published>2010-05-01T17:25:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8611a29ab967bc197494db19d31994d1b5a26fdc'/>
<id>urn:sha1:8611a29ab967bc197494db19d31994d1b5a26fdc</id>
<content type='text'>
Warnings about the usage of externs in .c files were not resolved here.

Signed-off-by: Andres More &lt;more.andres@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: vt6656: rc4.c: Fixed coding style issues</title>
<updated>2010-05-11T18:35:53Z</updated>
<author>
<name>Daniel Kenji Toyama</name>
<email>kenji.toyama@gmail.com</email>
</author>
<published>2010-03-29T11:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=69d5b4919f53900860e91a89599d2347827dc805'/>
<id>urn:sha1:69d5b4919f53900860e91a89599d2347827dc805</id>
<content type='text'>
Replaced all indentation by spaces by tabs.

Signed-off-by: Daniel Kenji Toyama &lt;kenji.toyama@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: vt665x: Clean up include files, Part 1</title>
<updated>2009-09-15T19:02:07Z</updated>
<author>
<name>Jim Lieb</name>
<email>lieb@canonical.com</email>
</author>
<published>2009-08-12T21:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9d26d60f99855056a20ac7c0b68eb5ed04619831'/>
<id>urn:sha1:9d26d60f99855056a20ac7c0b68eb5ed04619831</id>
<content type='text'>
Remove cplusplus lines from include files
Remove needless ifdefs on includes to conform with C
conventions.  Remove misc commented code/includes
Update TODO

Signed-off-by: Jim Lieb &lt;lieb@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.</title>
<updated>2009-09-15T19:01:32Z</updated>
<author>
<name>Forest Bond</name>
<email>forest@alittletooquiet.net</email>
</author>
<published>2009-06-13T11:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=92b96797118e5836294a6d42a5a8e10b86f50e3f'/>
<id>urn:sha1:92b96797118e5836294a6d42a5a8e10b86f50e3f</id>
<content type='text'>
Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.  These
files were copied from the driver directory in the upstream source archive,
available here:

  http://www.viaarena.com/Driver/VT6656_Linux_src_v1.19_12_x86.zip

After copying, trailing whitespace was stripped.  This is GPL-licensed code.

Signed-off-by: Forest Bond &lt;forest@alittletooquiet.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
