<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/net/usb, branch v2.6.27.3</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>net/usb/pegasus: avoid hundreds of diagnostics</title>
<updated>2008-09-03T13:26:10+00:00</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2008-09-02T18:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e000ea13123a28108cff2d6b9856b414dfdcd1fa'/>
<id>e000ea13123a28108cff2d6b9856b414dfdcd1fa</id>
<content type='text'>
Make the "pegasus" driver scream less loudly in the face of
problems as it initializes, avoiding hundreds of messages:

 - ratelimit some key error messages
 - avoid some spurious diagnostics caused by strange codeflow

And fix one instance of goofy indentation.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the "pegasus" driver scream less loudly in the face of
problems as it initializes, avoiding hundreds of messages:

 - ratelimit some key error messages
 - avoid some spurious diagnostics caused by strange codeflow

And fix one instance of goofy indentation.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/usb/mcs7830: add set_mac_address</title>
<updated>2008-08-27T09:54:57+00:00</updated>
<author>
<name>Oliver Martin</name>
<email>oliver.martin@student.tuwien.ac.at</email>
</author>
<published>2008-08-23T20:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1025433147e635af9cd150676a097396cf666ddb'/>
<id>1025433147e635af9cd150676a097396cf666ddb</id>
<content type='text'>
Implement set_mac_address for mcs7830. This enables me to use it with my
cable modem.

Signed-off-by: Oliver Martin &lt;oliver.martin@student.tuwien.ac.at&gt;
Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement set_mac_address for mcs7830. This enables me to use it with my
cable modem.

Signed-off-by: Oliver Martin &lt;oliver.martin@student.tuwien.ac.at&gt;
Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/usb/mcs7830: new device IDs</title>
<updated>2008-08-27T09:54:47+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2008-08-23T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8382cc1c2d0eb8918d3b71bf6cb8ac2e883f3e33'/>
<id>8382cc1c2d0eb8918d3b71bf6cb8ac2e883f3e33</id>
<content type='text'>
This adds USB device IDs for MosChip 7730 and Sitecom LN030
to the mcs7830 driver. The IDs have been reported to work without
further modifications.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: David Brownell &lt;david-b@pacbell.net&gt;
Cc: Viktor Horvath &lt;ViktorHorvath@gmx.net&gt;
Cc: Robbert Wethmar &lt;robbert@wethmar.nl&gt;
Cc: Bart van der Klip &lt;bklip@xs4all.nl&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds USB device IDs for MosChip 7730 and Sitecom LN030
to the mcs7830 driver. The IDs have been reported to work without
further modifications.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: David Brownell &lt;david-b@pacbell.net&gt;
Cc: Viktor Horvath &lt;ViktorHorvath@gmx.net&gt;
Cc: Robbert Wethmar &lt;robbert@wethmar.nl&gt;
Cc: Bart van der Klip &lt;bklip@xs4all.nl&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[netdrvr] hso: dev_kfree_skb crash fix</title>
<updated>2008-08-27T09:36:47+00:00</updated>
<author>
<name>Denis Joseph Barrow</name>
<email>D.Barow@option.com</email>
</author>
<published>2008-08-20T01:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c213f286f2cf6590f83f541f66a625ee8d20c6f4'/>
<id>c213f286f2cf6590f83f541f66a625ee8d20c6f4</id>
<content type='text'>
Fixes dev_kfree_skb happening too many times when hso_start_net_device
is called from hso_resume.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes dev_kfree_skb happening too many times when hso_start_net_device
is called from hso_resume.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[netdrvr] hso: icon 322 detection fix</title>
<updated>2008-08-27T09:36:39+00:00</updated>
<author>
<name>Denis Joseph Barrow</name>
<email>D.Barow@option.com</email>
</author>
<published>2008-08-20T01:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=95eacee870a521d2647f42c4f670cd65a145a6bd'/>
<id>95eacee870a521d2647f42c4f670cd65a145a6bd</id>
<content type='text'>
Fixes Icon-322 detection.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Icon-322 detection.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kconfig: HSO driver bugfixes and updates</title>
<updated>2008-08-14T08:44:02+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2008-08-08T20:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=85a73b333c0c06fcadb8e32f1e30f00e980f2fc7'/>
<id>85a73b333c0c06fcadb8e32f1e30f00e980f2fc7</id>
<content type='text'>
Move the Kconfig for the new "Option" driver so it's not in the
middle of the usbnet-based drivers, so the dependency displays
in the Kconfig user interfaces don't get trashed.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the Kconfig for the new "Option" driver so it's not in the
middle of the usbnet-based drivers, so the dependency displays
in the Kconfig user interfaces don't get trashed.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>USB: HSO: minor fixes due to code review</title>
<updated>2008-08-14T08:43:48+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-08T19:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0235f64175db41fa17a6ce5c9b58fd3550986eb4'/>
<id>0235f64175db41fa17a6ce5c9b58fd3550986eb4</id>
<content type='text'>
Fix up problems in hso.c driver as pointed out by Andrew.

Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix up problems in hso.c driver as pointed out by Andrew.

Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>USB: HSO: make tty_operations const</title>
<updated>2008-08-14T08:43:47+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-08T19:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6c59f56978c3dffd447176d218bc5852842c9ce9'/>
<id>6c59f56978c3dffd447176d218bc5852842c9ce9</id>
<content type='text'>
As recommended by Arjan.

Cc: Arjan van de Ven &lt;arjan@infradead.org&gt;
Cc: Andrew Bird &lt;ajb@spheresystems.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As recommended by Arjan.

Cc: Arjan van de Ven &lt;arjan@infradead.org&gt;
Cc: Andrew Bird &lt;ajb@spheresystems.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hso: fix refcounting on the ttyHSx devices</title>
<updated>2008-08-14T08:43:46+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>blino@mandriva.com</email>
</author>
<published>2008-08-08T19:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6d558a52ba295fc1c281c671d7daab2f74ddb4f2'/>
<id>6d558a52ba295fc1c281c671d7daab2f74ddb4f2</id>
<content type='text'>
The references on ttyHSx devices were not decremented correctly when
the tty was closed. The helper freeing the serial devices was never
called because of that, and the module left some dangling sysfs
devices after being unloaded.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The references on ttyHSx devices were not decremented correctly when
the tty was closed. The helper freeing the serial devices was never
called because of that, and the module left some dangling sysfs
devices after being unloaded.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hso: fix oops in read/write callbacks</title>
<updated>2008-08-14T08:43:45+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>blino@mandriva.com</email>
</author>
<published>2008-08-08T19:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=add477df674db00377d9a4dc0d9b553ce79bc06d'/>
<id>add477df674db00377d9a4dc0d9b553ce79bc06d</id>
<content type='text'>
The tty may be closed already when the read/write callbacks are called.
This patch checks that the ttys still exist before waking them up.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tty may be closed already when the read/write callbacks are called.
This patch checks that the ttys still exist before waking them up.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
