<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/firewire, branch v2.6.22-rc7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v2.6.22-rc7</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v2.6.22-rc7'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2007-06-20T22:09:41Z</updated>
<entry>
<title>firewire: Only set client-&gt;iso_context if allocation was successful.</title>
<updated>2007-06-20T22:09:41Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2007-06-20T21:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=24315c5e6f508edd84e996d67daef3d1bcc72f8b'/>
<id>urn:sha1:24315c5e6f508edd84e996d67daef3d1bcc72f8b</id>
<content type='text'>
This patch fixes an OOPS on cdev release for an fd where iso context
creation failed.

Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: fix hang after card ejection</title>
<updated>2007-06-16T10:43:20Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-06-09T17:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=a515958d6f77fdff1a40f8b08a9a95ac223c5d48'/>
<id>urn:sha1:a515958d6f77fdff1a40f8b08a9a95ac223c5d48</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
</content>
</entry>
<entry>
<title>firewire: Change struct fw_cdev_iso_packet to not use bitfields.</title>
<updated>2007-05-31T19:40:15Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2007-05-31T15:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=1ca31ae7cfed3e2a8e48fbf6ed6cac06495b6158'/>
<id>urn:sha1:1ca31ae7cfed3e2a8e48fbf6ed6cac06495b6158</id>
<content type='text'>
The struct is part of the userspace interface and can not use
bitfields.  This patch replaces the bitfields with a __u32 'control'
word and provides access macros to set the bits.

Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: Implement suspend/resume PCI driver hooks.</title>
<updated>2007-05-31T19:40:14Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2007-05-30T23:06:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2aef469a35a273609beaa7094d5a07c1f6d75285'/>
<id>urn:sha1:2aef469a35a273609beaa7094d5a07c1f6d75285</id>
<content type='text'>
It's a low-impact design, that just makes suspend/resume look like
a bus reset to the upper level drivers, but it should be sufficient.

Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: fw-sbp2: implement sysfs ieee1394_id</title>
<updated>2007-05-31T19:40:13Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-05-27T11:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=14e2198646d92ef52a69d20269580a3fbe7c996b'/>
<id>urn:sha1:14e2198646d92ef52a69d20269580a3fbe7c996b</id>
<content type='text'>
The attribute /sys/bus/scsi/devices/*:*:*:*/ieee1394_id, as generated by
the old sbp2 driver, is typically used to create persistently named
links in /dev/disk/by-id.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
</content>
</entry>
<entry>
<title>firewire: fix return code</title>
<updated>2007-05-27T21:21:01Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2007-05-27T11:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=350958f984268dcf0f087aac78c5b9fe2846aeff'/>
<id>urn:sha1:350958f984268dcf0f087aac78c5b9fe2846aeff</id>
<content type='text'>
Fix this warning on x86-64

drivers/firewire/fw-cdev.c:798: warning: initialization from incompatible pointer type

by making the return code of ioctl_send_request() the same as all the
other ioctl_xxx() return codes.

Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: prefix modules with firewire- instead of fw-</title>
<updated>2007-05-27T21:21:01Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-05-25T11:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=9a60731d0036a6c6c265acd4248c17fd24fc8e13'/>
<id>urn:sha1:9a60731d0036a6c6c265acd4248c17fd24fc8e13</id>
<content type='text'>
Of course everybody immediately associates "fw-" with FireWire, not
firmware or firewall or whatever.  But "firewire-" has a nice ring to
it too.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Acked-by: Kristian Hoegsberg &lt;krh@bitplanet.net&gt;
</content>
</entry>
<entry>
<title>firewire: Add missing byteswapping for receive DMA programs.</title>
<updated>2007-05-27T21:21:00Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2007-05-22T22:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=ec839e43fbe1b1ab74264ac510f6cd9c8e8334a4'/>
<id>urn:sha1:ec839e43fbe1b1ab74264ac510f6cd9c8e8334a4</id>
<content type='text'>
Signed-off-by: Kristian Hoegsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>missing mm.h in fw-ohci</title>
<updated>2007-05-16T01:56:37Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2007-05-15T19:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=faa2fb4e67775101a5c46074fa24f0d81cdb4deb'/>
<id>urn:sha1:faa2fb4e67775101a5c46074fa24f0d81cdb4deb</id>
<content type='text'>
need it for page_private(), not all targets have it pulled indirectly

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>firewire: Convert OHCI driver to use standard goto unwinding for error handling.</title>
<updated>2007-05-10T16:24:14Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2007-05-09T23:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=d79406dd140a3e6eed6f26b17f0c6620fe30b50c'/>
<id>urn:sha1:d79406dd140a3e6eed6f26b17f0c6620fe30b50c</id>
<content type='text'>
Signed-off-by: Kristian Hoegsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
</feed>
