<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/firewire/Kconfig, branch v2.6.24</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>firewire: point to migration document</title>
<updated>2007-10-07T11:48:41+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-10-07T10:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a1134dd48d59e532b801659163539bf01cae7673'/>
<id>a1134dd48d59e532b801659163539bf01cae7673</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: add Kconfig help on building both stacks</title>
<updated>2007-06-29T15:32:07+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-06-25T20:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=fe77d4f283e840879f0e23b86a5d6a486823fdef'/>
<id>fe77d4f283e840879f0e23b86a5d6a486823fdef</id>
<content type='text'>
Alas that won't work so good, because nobody reads help texts.

I thought about adding some crude multiple choice selection (build the
old stack, build the new stack, build both stacks).  It's possible, but
it would introduce awkward dummy config variables.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alas that won't work so good, because nobody reads help texts.

I thought about adding some crude multiple choice selection (build the
old stack, build the new stack, build both stacks).  It's possible, but
it would introduce awkward dummy config variables.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: prefix modules with firewire- instead of fw-</title>
<updated>2007-05-27T21:21:01+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-05-25T11:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9a60731d0036a6c6c265acd4248c17fd24fc8e13'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: Use lib/ implementation of CRC ITU-T.</title>
<updated>2007-05-10T16:24:13+00:00</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2007-05-08T00:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e175569c4639872b5cf242c9d4a71cc40c5f3c29'/>
<id>e175569c4639872b5cf242c9d4a71cc40c5f3c29</id>
<content type='text'>
With the CRC ITU-T implementation available in lib/ we can use that instead.

This also fixes a bug in the topology map crc computation.

Signed-off-by: Kristian Hoegsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt; (fixed Kconfig)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the CRC ITU-T implementation available in lib/ we can use that instead.

This also fixes a bug in the topology map crc computation.

Signed-off-by: Kristian Hoegsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt; (fixed Kconfig)
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: rename CONFIG_FW to CONFIG_FIREWIRE</title>
<updated>2007-03-20T22:27:19+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-03-18T00:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=11f494ee25dd81af90255b1d61abc6f5508db4d0'/>
<id>11f494ee25dd81af90255b1d61abc6f5508db4d0</id>
<content type='text'>
to avoid confusion with CONFIG_FW_LOADER.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Acked-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid confusion with CONFIG_FW_LOADER.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Acked-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: additional help in Kconfig</title>
<updated>2007-03-09T21:02:39+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-01-07T21:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=227e7d8194bd147484f6ae135a082ce22112b5b3'/>
<id>227e7d8194bd147484f6ae135a082ce22112b5b3</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: put old and new stack into same Kconfig submenu</title>
<updated>2007-03-09T21:02:38+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2006-12-31T16:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=22a38e72bc18b9e8b860182c512efaade5590c7d'/>
<id>22a38e72bc18b9e8b860182c512efaade5590c7d</id>
<content type='text'>
Screenshot from "make menuconfig":
...
  ?????????????????????? IEEE 1394 (FireWire) support ???????????????????????
  ?  Arrow keys navigate the menu.  &lt;Enter&gt; selects submenus ---&gt;.          ?
...
  ? ??????????????????????????????????????????????????????????????????????? ?
  ? ?    &lt;M&gt; IEEE 1394 (FireWire) support (JUJU alternative stack, experim? ?
  ? ?    &lt;M&gt;   Support for OHCI firewire host controllers                 ? ?
  ? ?    &lt;M&gt;   Support for storage devices (SBP-2 protocol driver)        ? ?
  ? ?    &lt;M&gt; IEEE 1394 (FireWire) support                                 ? ?
  ? ?    ---   Subsystem Options                                          ? ?
  ? ?    [ ]   Excessive debugging output                                 ? ?
...
  ?                    &lt;Select&gt;    &lt; Exit &gt;    &lt; Help &gt;                     ?
  ???????????????????????????????????????????????????????????????????????????

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Screenshot from "make menuconfig":
...
  ?????????????????????? IEEE 1394 (FireWire) support ???????????????????????
  ?  Arrow keys navigate the menu.  &lt;Enter&gt; selects submenus ---&gt;.          ?
...
  ? ??????????????????????????????????????????????????????????????????????? ?
  ? ?    &lt;M&gt; IEEE 1394 (FireWire) support (JUJU alternative stack, experim? ?
  ? ?    &lt;M&gt;   Support for OHCI firewire host controllers                 ? ?
  ? ?    &lt;M&gt;   Support for storage devices (SBP-2 protocol driver)        ? ?
  ? ?    &lt;M&gt; IEEE 1394 (FireWire) support                                 ? ?
  ? ?    ---   Subsystem Options                                          ? ?
  ? ?    [ ]   Excessive debugging output                                 ? ?
...
  ?                    &lt;Select&gt;    &lt; Exit &gt;    &lt; Help &gt;                     ?
  ???????????????????????????????????????????????????????????????????????????

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: typo in Kconfig</title>
<updated>2007-03-09T21:02:37+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2007-01-04T17:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=35b7541c8fb40e298017c2b1a90d82d740c3e2eb'/>
<id>35b7541c8fb40e298017c2b1a90d82d740c3e2eb</id>
<content type='text'>
Correct a typo.  Also spell FireWire consistently.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct a typo.  Also spell FireWire consistently.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: mark fw-core as experimental</title>
<updated>2007-03-09T21:02:37+00:00</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2006-12-28T15:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9c87da4eb37e316e89d4004766f3f4a375c15bdd'/>
<id>9c87da4eb37e316e89d4004766f3f4a375c15bdd</id>
<content type='text'>
The new stack is not yet stable WRT functionality and APIs.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new stack is not yet stable WRT functionality and APIs.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>firewire: Add SBP-2 protocol driver for storage devices.</title>
<updated>2007-03-09T21:02:34+00:00</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2006-12-20T00:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9ba136d0fe5a3dd33533b4a2a21156aa22f80ebe'/>
<id>9ba136d0fe5a3dd33533b4a2a21156aa22f80ebe</id>
<content type='text'>
Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
