<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/net/niu.h, branch v2.6.28.2</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>NIU: Add Sun CP3260 ATCA blade support</title>
<updated>2008-11-14T22:44:08+00:00</updated>
<author>
<name>Santwona Behera</name>
<email>santwona.behera@sun.com</email>
</author>
<published>2008-11-14T22:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e3e081e1d5c4791f4416ed57b7a2f143ab9e5b09'/>
<id>e3e081e1d5c4791f4416ed57b7a2f143ab9e5b09</id>
<content type='text'>
This patch adds support for the Sun CP3260 ATCA blade which is
a N2 based ATCA blade with 2 NIU ports. The NIU ports do not
have on-board PHY.

Signed-off-by: Santwona Behera &lt;santwona.behera@sun.com&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>
This patch adds support for the Sun CP3260 ATCA blade which is
a N2 based ATCA blade with 2 NIU ports. The NIU ports do not
have on-board PHY.

Signed-off-by: Santwona Behera &lt;santwona.behera@sun.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2008-05-15T07:34:44+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2008-05-15T07:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=63fe46da9c380b3f2bbdf3765044649517cc717c'/>
<id>63fe46da9c380b3f2bbdf3765044649517cc717c</id>
<content type='text'>
Conflicts:

	drivers/net/wireless/iwlwifi/iwl-4965-rs.c
	drivers/net/wireless/rt2x00/rt61pci.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	drivers/net/wireless/iwlwifi/iwl-4965-rs.c
	drivers/net/wireless/rt2x00/rt61pci.c
</pre>
</div>
</content>
</entry>
<entry>
<title>[netdrvr] Trim trailing whitespace for several drivers</title>
<updated>2008-05-13T05:41:58+00:00</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2008-05-13T05:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7d2e3cb7000b883a8e489485ac249be572fe17b1'/>
<id>7d2e3cb7000b883a8e489485ac249be572fe17b1</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>niu: Determine the # of ports from the card's VPD data</title>
<updated>2008-05-12T10:10:59+00:00</updated>
<author>
<name>Matheos Worku</name>
<email>matheos.worku@sun.com</email>
</author>
<published>2008-05-12T10:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f9af857489cc19ee3acd0d5248dca7d243e353a5'/>
<id>f9af857489cc19ee3acd0d5248dca7d243e353a5</id>
<content type='text'>
Determine the number of physical ports from the card's VPD data.
Previous fix failed on Maramba platform which doesn't have the
"board-model" property. This fix uses the "model" property which
exists on all cards and Neptune based motherboards.

cstyle cleanup included.

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&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>
Determine the number of physical ports from the card's VPD data.
Previous fix failed on Maramba platform which doesn't have the
"board-model" property. This fix uses the "model" property which
exists on all cards and Neptune based motherboards.

cstyle cleanup included.

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>niu: Add support for Neptune FEM/NEM cards for C10 server blades</title>
<updated>2008-04-25T04:09:20+00:00</updated>
<author>
<name>Matheos Worku</name>
<email>matheos.worku@sun.com</email>
</author>
<published>2008-04-25T04:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a5d6ab56daa439d681aab29955498486e452224d'/>
<id>a5d6ab56daa439d681aab29955498486e452224d</id>
<content type='text'>
[ Minor coding style and whitespace corrections, also bump
  driver version and release date. -DaveM ]

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&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>
[ Minor coding style and whitespace corrections, also bump
  driver version and release date. -DaveM ]

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>niu: Determine the # of ports from the card's VPD data</title>
<updated>2008-04-25T04:02:37+00:00</updated>
<author>
<name>Matheos Worku</name>
<email>matheos.worku@sun.com</email>
</author>
<published>2008-04-25T04:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7f7c4072ea552f97a0898331322f71986a97299c'/>
<id>7f7c4072ea552f97a0898331322f71986a97299c</id>
<content type='text'>
[ Fix minor whitespace and coding style stuff... -DaveM ]

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&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>
[ Fix minor whitespace and coding style stuff... -DaveM ]

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[NIU]: Add Support for Sun ATCA Blade Server.</title>
<updated>2008-02-29T05:25:43+00:00</updated>
<author>
<name>Matheos Worku</name>
<email>matheos.worku@sun.com</email>
</author>
<published>2008-02-29T05:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5fbd7e24da874a1c7b06ae6b10bbf2d71c1b6a11'/>
<id>5fbd7e24da874a1c7b06ae6b10bbf2d71c1b6a11</id>
<content type='text'>
Ports 0 and 1 of the NIU device are connected to extended fabric
through SERDES. Ports 2 and 3 are connected using RGMII Fiber mode.

[ Coding style cleanups... -DaveM ]

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&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>
Ports 0 and 1 of the NIU device are connected to extended fabric
through SERDES. Ports 2 and 3 are connected using RGMII Fiber mode.

[ Coding style cleanups... -DaveM ]

Signed-off-by: Matheos Worku &lt;matheos.worku@sun.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[NIU]: More BMAC alt MAC address fixes.</title>
<updated>2008-02-20T08:18:09+00:00</updated>
<author>
<name>Matheos Worku</name>
<email>Matheos.Worku@Sun.COM</email>
</author>
<published>2008-02-20T08:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=fa907895b7b776208a1406efe5ba7ffe0f49f507'/>
<id>fa907895b7b776208a1406efe5ba7ffe0f49f507</id>
<content type='text'>
From: Matheos Worku &lt;Matheos.Worku@Sun.COM&gt;

1) niu_enable_alt_mac() needs to be adjusted so that the mask
   is computed properly for the BMAC case.

2) BMAC has 6 alt MAC addresses available, not 7.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Matheos Worku &lt;Matheos.Worku@Sun.COM&gt;

1) niu_enable_alt_mac() needs to be adjusted so that the mask
   is computed properly for the BMAC case.

2) BMAC has 6 alt MAC addresses available, not 7.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[NIU]: Support for Marvell PHY</title>
<updated>2008-01-10T10:12:44+00:00</updated>
<author>
<name>Mirko Lindner</name>
<email>mlindner@marvell.com</email>
</author>
<published>2008-01-10T10:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b0de8e402dc5d3ee04f4d0f669ae492a3e569933'/>
<id>b0de8e402dc5d3ee04f4d0f669ae492a3e569933</id>
<content type='text'>
From: Mirko Lindner &lt;mlindner@marvell.com&gt;

This patch makes necessary changes in the Neptune driver to support 
the new Marvell PHY. It also adds support for the LED blinking
on Neptune cards with Marvell PHY. All registers are using defines
in the niu.h header file as is already done for the BCM8704 registers.

[ Coding style, etc. cleanups -DaveM ]

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mirko Lindner &lt;mlindner@marvell.com&gt;

This patch makes necessary changes in the Neptune driver to support 
the new Marvell PHY. It also adds support for the LED blinking
on Neptune cards with Marvell PHY. All registers are using defines
in the niu.h header file as is already done for the BCM8704 registers.

[ Coding style, etc. cleanups -DaveM ]

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[NIU]: Add Sun Neptune ethernet driver.</title>
<updated>2007-10-10T23:54:38+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@sunset.davemloft.net</email>
</author>
<published>2007-10-09T08:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a3138df9f20e726c517f8df7387b5d83f5df5566'/>
<id>a3138df9f20e726c517f8df7387b5d83f5df5566</id>
<content type='text'>
With cleanup suggestions and bugs spotted by Stephen Hemminger,
Ingo Oeser, Matheos Worku, and Oliver Hartkopp.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With cleanup suggestions and bugs spotted by Stephen Hemminger,
Ingo Oeser, Matheos Worku, and Oliver Hartkopp.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
