<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git/drivers/firewire, branch u0</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=u0</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=u0'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2011-01-21T21:34:39+00:00</updated>
<entry>
<title>Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6</title>
<updated>2011-01-21T21:34:39+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-01-21T21:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=a1d3f5b70d13b7035f925de1f2ba0003a04b9ac5'/>
<id>urn:sha1:a1d3f5b70d13b7035f925de1f2ba0003a04b9ac5</id>
<content type='text'>
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
  firewire: core: fix unstable I/O with Canon camcorder

* 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
  firewire: net: is not experimental anymore
  firewire: net: invalidate ARP entries of removed nodes
</content>
</entry>
<entry>
<title>firewire: net: is not experimental anymore</title>
<updated>2011-01-20T23:36:00+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2011-01-19T23:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=324719978dbb3ffad5a2e3d85af6c5dbbb766b99'/>
<id>urn:sha1:324719978dbb3ffad5a2e3d85af6c5dbbb766b99</id>
<content type='text'>
thanks to Clemens' and Maxim's fixes to firewire-ohci and -net in the
last two kernel releases.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: net: invalidate ARP entries of removed nodes</title>
<updated>2011-01-20T23:36:00+00:00</updated>
<author>
<name>Maxim Levitsky</name>
<email>maximlevitsky@gmail.com</email>
</author>
<published>2010-11-29T02:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=74a145049938b73b7e5421423f64a254d4192d3f'/>
<id>urn:sha1:74a145049938b73b7e5421423f64a254d4192d3f</id>
<content type='text'>
This makes it possible to resume communication with a node that dropped
off the bus for a brief period.  Otherwise communication will only be
possible after ARP cache entry timeouts.

Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt; (rebased)
</content>
</entry>
<entry>
<title>firewire: core: fix unstable I/O with Canon camcorder</title>
<updated>2011-01-20T23:27:46+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2011-01-15T17:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=6044565af458e7fa6e748bff437ecc49dea88d79'/>
<id>urn:sha1:6044565af458e7fa6e748bff437ecc49dea88d79</id>
<content type='text'>
Regression since commit 10389536742c, "firewire: core: check for 1394a
compliant IRM, fix inaccessibility of Sony camcorder":

The camcorder Canon MV5i generates lots of bus resets when asynchronous
requests are sent to it (e.g. Config ROM read requests or FCP Command
write requests) if the camcorder is not root node.  This causes drop-
outs in videos or makes the camcorder entirely inaccessible.
https://bugzilla.redhat.com/show_bug.cgi?id=633260

Fix this by allowing any Canon device, even if it is a pre-1394a IRM
like MV5i are, to remain root node (if it is at least Cycle Master
capable).  With the FireWire controller cards that I tested, MV5i always
becomes root node when plugged in and left to its own devices.

Reported-by: Ralf Lange
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Cc: &lt;stable@kernel.org&gt; # 2.6.32.y and newer
</content>
</entry>
<entry>
<title>firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO</title>
<updated>2011-01-13T14:48:29+00:00</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2011-01-13T09:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=1427130425c1239d977e8891c3a8923f53a6e352'/>
<id>urn:sha1:1427130425c1239d977e8891c3a8923f53a6e352</id>
<content type='text'>
PAGE_KERNEL_RO is not available on all architectures, so its use
in the new AR code broke compilation on sparc64.

Because the read-only mapping was just a debugging aid, just use
PAGE_KERNEL instead.

Signed-off-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;

James Bottomley wrote:
&gt; On Thu, 2011-01-13 at 08:27 +0100, Clemens Ladisch wrote:
&gt;&gt; firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO, e.g. sparc
&gt;&gt;
&gt;&gt; PAGE_KERNEL_RO is not available on all architectures, so its use in the
&gt;&gt; new AR code broke compilation on sparc64.
&gt;&gt;
&gt;&gt; Because the R/O mapping is only used to catch drivers that try to write
&gt;&gt; to the reception buffer and not actually required for correct operation,
&gt;&gt; we can just use a normal PAGE_KERNEL mapping where _RO is not available.
[...]
&gt;&gt; +/*
&gt;&gt; + * For archs where PAGE_KERNEL_RO is not supported;
&gt;&gt; + * mapping the AR buffers readonly for the CPU is just a debugging aid.
&gt;&gt; + */
&gt;&gt; +#ifndef PAGE_KERNEL_RO
&gt;&gt; +#define PAGE_KERNEL_RO PAGE_KERNEL
&gt;&gt; +#endif
&gt;
&gt; This might cause interesting issues on sparc64 if it ever acquired a
&gt; PAGE_KERNEL_RO.  Sparc64 has extern pgprot_t for it's PAGE_KERNEL types
&gt; rather than #defines, so the #ifdef check wouldn't see this.
&gt;
&gt; I think either PAGE_PROT_RO becomes part of our arch API (so all
&gt; architectures are forced to add it), or, if it's not part of the API,
&gt; ohci isn't entitled to use it.  The latter seems simplest since you have
&gt; no real use for write protection anyway.

Reported-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: use split transaction timeout only for split transactions</title>
<updated>2011-01-04T07:48:34+00:00</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2010-12-13T13:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=410cf2bd3dc6ec1ed9e1b36b25b9d7aa927ed14e'/>
<id>urn:sha1:410cf2bd3dc6ec1ed9e1b36b25b9d7aa927ed14e</id>
<content type='text'>
Instead of starting the split transaction timeout timer when any request
is submitted, start it only when the destination's ACK_PENDING has been
received.  This prevents us from using a timeout that is too short, and,
if the controller's AT queue is emptying very slowly, from cancelling
a packet that has not yet been sent.

Signed-off-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: ohci: consolidate context status flags</title>
<updated>2011-01-04T07:48:33+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2011-01-01T14:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=693a50b511818e07a131efc944cba1a504b63d3d'/>
<id>urn:sha1:693a50b511818e07a131efc944cba1a504b63d3d</id>
<content type='text'>
"firewire: ohci: restart iso DMA contexts on resume from low power mode"
added the flag struct context.active and "firewire: ohci: cache the
context run bit" added struct context.running.

These flags contain the same information; combine them.
Also, normalize whitespace in pci_resume().

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: ohci: cache the context run bit</title>
<updated>2011-01-04T07:48:33+00:00</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2010-12-24T13:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=386a4153a2c1455e424f280d636efa3c91864466'/>
<id>urn:sha1:386a4153a2c1455e424f280d636efa3c91864466</id>
<content type='text'>
The DMA context run control bit is entirely controlled by software, so
it is safe to cache it.  This allows the driver to avoid doing an
additional MMIO read when queueing an AT packet.

Signed-off-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>firewire: ohci: flush AT contexts after bus reset - addendum</title>
<updated>2011-01-04T07:48:33+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2011-01-01T14:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=78dec56d6a56322e1b728d51f3a7def416d36b34'/>
<id>urn:sha1:78dec56d6a56322e1b728d51f3a7def416d36b34</id>
<content type='text'>
Add comments
  - on why bus_reset_tasklet flushes AT queues,
  - that commit 76f73ca1b291 can possibly be reverted now.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Acked-by: Jarod Wilson &lt;jarod@redhat.com&gt;
</content>
</entry>
<entry>
<title>firewire: ohci: flush AT contexts after bus reset for OHCI 1.2</title>
<updated>2011-01-03T21:34:48+00:00</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2010-12-24T13:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=82b662dc41027527675740de15344d1b4e34958e'/>
<id>urn:sha1:82b662dc41027527675740de15344d1b4e34958e</id>
<content type='text'>
The OHCI 1.2 (draft) specification, clause 7.2.3.3, allows and
recommends that, after a bus reset, the controller does not flush all
the packets in the AT queues.  Therefore, the driver has to do this
itself.

Signed-off-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
</feed>
