<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/udlfb, branch v2.6.32</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: udlfb: fix printk format warning</title>
<updated>2009-09-15T19:02:06+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>randy.dunlap@oracle.com</email>
</author>
<published>2009-08-06T23:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f66abce70504514b1173e4fc9973126b99f65d89'/>
<id>f66abce70504514b1173e4fc9973126b99f65d89</id>
<content type='text'>
Fix printk format warning: use %td for ptrdiff:

drivers/staging/udlfb/udlfb.h:209: warning: format '%d' expects type 'int', but argument 3 has type 'long int'

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&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>
Fix printk format warning: use %td for ptrdiff:

drivers/staging/udlfb/udlfb.h:209: warning: format '%d' expects type 'int', but argument 3 has type 'long int'

Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: udlfb: Add vmalloc.h include</title>
<updated>2009-07-28T21:07:11+00:00</updated>
<author>
<name>Amit Kucheria</name>
<email>amit.kucheria@canonical.com</email>
</author>
<published>2009-07-27T09:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=fb29900217bd89370974870d47cab07bad3e5ac4'/>
<id>fb29900217bd89370974870d47cab07bad3e5ac4</id>
<content type='text'>
Required for vmalloc_32 and vfree declarations on non-x86 platforms.

Signed-off-by: Amit Kucheria &lt;amit.kucheria@canonical.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>
Required for vmalloc_32 and vfree declarations on non-x86 platforms.

Signed-off-by: Amit Kucheria &lt;amit.kucheria@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: udlfb: update to version 0.2.3</title>
<updated>2009-06-19T18:00:57+00:00</updated>
<author>
<name>Roberto De Ioris</name>
<email>roberto@unbit.it</email>
</author>
<published>2009-06-11T06:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7316bc55ed20c1eae6ff87a35dc2a8e3827f2d79'/>
<id>7316bc55ed20c1eae6ff87a35dc2a8e3827f2d79</id>
<content type='text'>
This updates the udlfb to the 0.2.3 version.

From: Roberto De Ioris &lt;roberto@unbit.it&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>
This updates the udlfb to the 0.2.3 version.

From: Roberto De Ioris &lt;roberto@unbit.it&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: udlfb: fix some sparse warnings.</title>
<updated>2009-06-19T18:00:57+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-03T21:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4b6a4856c6b6e3bb7839b15296712627b7a37208'/>
<id>4b6a4856c6b6e3bb7839b15296712627b7a37208</id>
<content type='text'>
There are others remaining due to the __iomem namespace of the
framebuffer data pointer.

Cc: Roberto De Ioris &lt;roberto@unbit.it&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>
There are others remaining due to the __iomem namespace of the
framebuffer data pointer.

Cc: Roberto De Ioris &lt;roberto@unbit.it&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: udlfb: clean up checkpatch warnings in udlfb.c</title>
<updated>2009-06-19T18:00:57+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-03T21:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f05e0575ed334a23dad91b8f6ed0ac42a3996b8d'/>
<id>f05e0575ed334a23dad91b8f6ed0ac42a3996b8d</id>
<content type='text'>
This cleans up a bunch of checkpatch.pl warnings in the udlfb.c file.

Cc: Roberto De Ioris &lt;roberto@unbit.it&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>
This cleans up a bunch of checkpatch.pl warnings in the udlfb.c file.

Cc: Roberto De Ioris &lt;roberto@unbit.it&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: udlfb: clean up checkpatch warnings in udlfb.h</title>
<updated>2009-06-19T18:00:57+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-03T21:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=39e7df5d17f28889543c09b5f3ffd6d380fc7317'/>
<id>39e7df5d17f28889543c09b5f3ffd6d380fc7317</id>
<content type='text'>
This cleans up a bunch of checkpatch.pl warnings in the udlfb.h file.

Cc: Roberto De Ioris &lt;roberto@unbit.it&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>
This cleans up a bunch of checkpatch.pl warnings in the udlfb.h file.

Cc: Roberto De Ioris &lt;roberto@unbit.it&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: udlfb: add udlfb driver to build</title>
<updated>2009-06-19T18:00:57+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-03T21:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9a82e6df79f13a3489c50813c1edb4331a9400d3'/>
<id>9a82e6df79f13a3489c50813c1edb4331a9400d3</id>
<content type='text'>
This adds the udlfb driver to the build system

Cc: Roberto De Ioris &lt;roberto@unbit.it&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>
This adds the udlfb driver to the build system

Cc: Roberto De Ioris &lt;roberto@unbit.it&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: add udlfb driver</title>
<updated>2009-06-19T18:00:57+00:00</updated>
<author>
<name>Roberto De Ioris</name>
<email>roberto@unbit.it</email>
</author>
<published>2009-06-03T21:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=88e58b1a42f8c1e9ac8ecda23374cc241045d309'/>
<id>88e58b1a42f8c1e9ac8ecda23374cc241045d309</id>
<content type='text'>
This adds the udlfb driver, a framebuffer driver for DisplayLink devices.


From: Roberto De Ioris &lt;roberto@unbit.it&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>
This adds the udlfb driver, a framebuffer driver for DisplayLink devices.


From: Roberto De Ioris &lt;roberto@unbit.it&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
