<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/drivers/net/fec.c, branch v2.6.30.1</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v2.6.30.1</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v2.6.30.1'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2009-04-08T22:44:45+00:00</updated>
<entry>
<title>FEC driver: add missing #endif</title>
<updated>2009-04-08T22:44:45+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-04-08T22:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=fb922b0de60d64473f68515a90a7df603267d245'/>
<id>urn:sha1:fb922b0de60d64473f68515a90a7df603267d245</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>m68knommu: remove ColdFire specific setup code from FEC driver</title>
<updated>2009-02-27T06:42:51+00:00</updated>
<author>
<name>Greg Ungerer</name>
<email>gerg@uclinux.org</email>
</author>
<published>2009-02-27T06:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=43be63662db56de3f87cb4a86bfe062a9797be65'/>
<id>urn:sha1:43be63662db56de3f87cb4a86bfe062a9797be65</id>
<content type='text'>
Remove the ColdFire CPU specific setup from here. The ColdFire
CPU platform code now sets up all this.

Signed-off-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2009-02-03T08:15:35+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2009-02-03T08:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=b3ff29d2ccfe3af065a9b393699a8fbf2abd1b15'/>
<id>urn:sha1:b3ff29d2ccfe3af065a9b393699a8fbf2abd1b15</id>
<content type='text'>
Conflicts:
	drivers/net/Kconfig
</content>
</entry>
<entry>
<title>FEC: Turn FEC driver into platform device driver</title>
<updated>2009-02-01T08:58:26+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=ead731837d142b103eab9870105f50bc40b69255'/>
<id>urn:sha1:ead731837d142b103eab9870105f50bc40b69255</id>
<content type='text'>
This turns the fec driver into a platform device driver for new
platforms. Old platforms are still supported through a FEC_LEGACY define
till they are also ported.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fec: Add support for Freescale MX27</title>
<updated>2009-02-01T08:58:26+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=196719ecec0c526de273dcb902f0be956a193232'/>
<id>urn:sha1:196719ecec0c526de273dcb902f0be956a193232</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fec: replace flush_dcache_range with dma_sync_single</title>
<updated>2009-02-01T08:58:24+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=ccdc4f198193eb4956b8dbc00745270525c4cd6e'/>
<id>urn:sha1:ccdc4f198193eb4956b8dbc00745270525c4cd6e</id>
<content type='text'>
flush_dcache_range is not portable across architectures. Use
dma_sync_single instead. Also, the memory must be synchronised in the
receive path aswell.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fec: Fix KS8721BL_ICSR phy register offset</title>
<updated>2009-02-01T08:58:24+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=43268dcea7512cc10bc2542f20ce37971ecfeb48'/>
<id>urn:sha1:43268dcea7512cc10bc2542f20ce37971ecfeb48</id>
<content type='text'>
According to the datasheet the ICSR register is at offset 27, not 22.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fec: use dma_alloc_coherent for descriptor ring</title>
<updated>2009-02-01T08:58:23+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=4661e75b9d7bb12bcbe9be8bbf40ebf0845879a9'/>
<id>urn:sha1:4661e75b9d7bb12bcbe9be8bbf40ebf0845879a9</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fec: do not use memcpy on physical addresses</title>
<updated>2009-02-01T08:58:22+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=6989f5122f84046ba286efe8ce8be2fec42a1b7c'/>
<id>urn:sha1:6989f5122f84046ba286efe8ce8be2fec42a1b7c</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>fec: use linux/*.h instead of asm/*.h</title>
<updated>2009-02-01T08:58:22+00:00</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2009-01-28T23:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=6f501b173f2d69973497599f5358fb4c30922d67'/>
<id>urn:sha1:6f501b173f2d69973497599f5358fb4c30922d67</id>
<content type='text'>
Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
