<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/usb/atm, branch v2.6.13</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>[ATM]: speedtch: Revert 86cf42e4e029b83110cf98692420239103363dbf</title>
<updated>2005-07-26T02:54:35+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2005-07-26T02:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=52fbae2a392b6e084195bedc7a280991a94c14d0'/>
<id>52fbae2a392b6e084195bedc7a280991a94c14d0</id>
<content type='text'>
It was already fixed more sufficiently by Andrew Morton's
change 843c944fb86e5e31ee7b319172e657ea22301322.

Noted by Duncan Sands.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt; 
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was already fixed more sufficiently by Andrew Morton's
change 843c944fb86e5e31ee7b319172e657ea22301322.

Noted by Duncan Sands.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt; 
</pre>
</div>
</content>
</entry>
<entry>
<title>[ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile error</title>
<updated>2005-07-19T20:57:17+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2005-07-19T20:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=86cf42e4e029b83110cf98692420239103363dbf'/>
<id>86cf42e4e029b83110cf98692420239103363dbf</id>
<content type='text'>
Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Chas Williams &lt;chas@cmf.nrl.navy.mil&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Chas Williams &lt;chas@cmf.nrl.navy.mil&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB ATM: fix line resync logic</title>
<updated>2005-07-12T18:52:55+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-06-23T07:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1a7aad15ff93be104c8e0851a43b94f8ccd92225'/>
<id>1a7aad15ff93be104c8e0851a43b94f8ccd92225</id>
<content type='text'>
We map states 0x00 and 0x10 to the ATM_PHY_SIG_LOST flag.  The current logic fails to
resync the line if we get state 0x10 followed by 0x00, since we only resync the line
when the state is 0x00 and the flag changed.  Doubly fixed by (1) always resyncing the
line when the state is 0x00 even if the state didn't change, and (2) keeping track of
the last state, not just the flag.  We do (2) as well as (1) in order to get better log
messages.

This is a tweaked version of the original patch by Aurelio Arroyo.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&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>
We map states 0x00 and 0x10 to the ATM_PHY_SIG_LOST flag.  The current logic fails to
resync the line if we get state 0x10 followed by 0x00, since we only resync the line
when the state is 0x00 and the flag changed.  Doubly fixed by (1) always resyncing the
line when the state is 0x00 even if the state didn't change, and (2) keeping track of
the last state, not just the flag.  We do (2) as well as (1) in order to get better log
messages.

This is a tweaked version of the original patch by Aurelio Arroyo.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB ATM: robustify poll throttling</title>
<updated>2005-07-12T18:52:55+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-06-23T07:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=cd5c08fb7b0d960b7cd48bc977feee7b3bd8b046'/>
<id>cd5c08fb7b0d960b7cd48bc977feee7b3bd8b046</id>
<content type='text'>
No functional change, but less likely to break in the future.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&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>
No functional change, but less likely to break in the future.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB ATM: line speed measured in Kb not Kib</title>
<updated>2005-07-12T18:52:55+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-06-23T07:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=322a95bc8eba889d2f9d7222936d682c9aad8294'/>
<id>322a95bc8eba889d2f9d7222936d682c9aad8294</id>
<content type='text'>
Spotted by David Woodhouse.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&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>
Spotted by David Woodhouse.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB: usbatm kcalloc cleanup</title>
<updated>2005-06-27T21:43:58+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-05-28T20:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f0706930091902641929f2229bfb106144782c94'/>
<id>f0706930091902641929f2229bfb106144782c94</id>
<content type='text'>
you seem to have applied the original, not the new improved one with
whiter teeth that uses kcalloc instead of kmalloc + memset.  Here's a
patch that goes on top of the one you applied.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&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>
you seem to have applied the original, not the new improved one with
whiter teeth that uses kcalloc instead of kmalloc + memset.  Here's a
patch that goes on top of the one you applied.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB: fix usbatm gcc-2.95.x bug</title>
<updated>2005-06-27T21:43:58+00:00</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2005-05-30T08:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=843c944fb86e5e31ee7b319172e657ea22301322'/>
<id>843c944fb86e5e31ee7b319172e657ea22301322</id>
<content type='text'>
Work around the gcc-2.95.x macro expansion bug.

Cc: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.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>
Work around the gcc-2.95.x macro expansion bug.

Cc: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB ATM: avoid oops on bind failure; plug memory leak</title>
<updated>2005-06-27T21:43:58+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-05-27T08:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=65412e48e21ff4fdaf2aea1565ef4fb3ef5262ce'/>
<id>65412e48e21ff4fdaf2aea1565ef4fb3ef5262ce</id>
<content type='text'>
Zero the entire instance, not just the struct usbatm_data head.
Make sure the just allocated urb is freed if we fail to allocate
a buffer.  Based on a patch by Stanislaw W. Gruszka.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Acked-by: Pete Zaitcev &lt;zaitcev@redhat.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>
Zero the entire instance, not just the struct usbatm_data head.
Make sure the just allocated urb is freed if we fail to allocate
a buffer.  Based on a patch by Stanislaw W. Gruszka.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Acked-by: Pete Zaitcev &lt;zaitcev@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB ATM: reduce log spamming</title>
<updated>2005-06-27T21:43:57+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-05-26T12:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e20d6645f794b51835e6f740a5b6f95c7e3fd843'/>
<id>e20d6645f794b51835e6f740a5b6f95c7e3fd843</id>
<content type='text'>
Reduce the number of "unknown vpi/vci" debug messages to (usually) at most
one per-urb, rather than one per-cell.  This is only an issue when (a) many
packets come in but no connection is open; and (b) CONFIG_USB_DEBUG is set.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&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>
Reduce the number of "unknown vpi/vci" debug messages to (usually) at most
one per-urb, rather than one per-cell.  This is only an issue when (a) many
packets come in but no connection is open; and (b) CONFIG_USB_DEBUG is set.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB ATM: bits and bobs</title>
<updated>2005-06-27T21:43:57+00:00</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2005-05-11T18:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=86699e35923366ccb5c3451d24e94deb9dd0af29'/>
<id>86699e35923366ccb5c3451d24e94deb9dd0af29</id>
<content type='text'>
Makefile and Kconfig entries for the new drivers.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&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>
Makefile and Kconfig entries for the new drivers.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
