RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-04-05 Thread John Linn
petalogix.com; jty...@cs.ucr.edu; John Linn > Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > > From: Grant Likely > Date: Mon, 5 Apr 2010 12:10:51 -0600 > > > David, are you going to pick up this patch, or would you like me to? > > The submitter,

RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-04-05 Thread John Linn
petalogix.com; jty...@cs.ucr.edu; John Linn > Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > > From: Grant Likely > Date: Mon, 5 Apr 2010 12:10:51 -0600 > > > David, are you going to pick up this patch, or would you like me to? > > The submitter,

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-04-05 Thread Grant Likely
On Mon, Apr 5, 2010 at 1:16 PM, David Miller wrote: > From: Grant Likely > Date: Mon, 5 Apr 2010 12:10:51 -0600 > >> David, are you going to pick up this patch, or would you like me to? > > The submitter, when asked, stated that he couldn't even get > the driver to build on microblaze against mai

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-04-05 Thread David Miller
From: Grant Likely Date: Mon, 5 Apr 2010 12:10:51 -0600 > David, are you going to pick up this patch, or would you like me to? The submitter, when asked, stated that he couldn't even get the driver to build on microblaze against mainline. So I marked the patch "changed requested" because being

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-04-05 Thread Grant Likely
David, are you going to pick up this patch, or would you like me to? Thanks, g On Wed, Mar 17, 2010 at 2:02 PM, Grant Likely wrote: > On Fri, Mar 12, 2010 at 7:05 PM, John Linn wrote: >> This patch adds support for using the LL TEMAC Ethernet driver on >> non-Virtex 5 platforms by adding suppor

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-17 Thread Edgar E. Iglesias
net...@vger.kernel.org; linuxppc-...@ozlabs.org; > > grant.lik...@secretlab.ca; > >> jwbo...@linux.vnet.ibm.com; john.willi...@petalogix.com; John Tyner > >> Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > >> > >> John Linn wrote: > >&

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-17 Thread Grant Likely
On Fri, Mar 12, 2010 at 7:05 PM, John Linn wrote: > This patch adds support for using the LL TEMAC Ethernet driver on > non-Virtex 5 platforms by adding support for accessing the Soft DMA > registers as if they were memory mapped instead of solely through the > DCR's (available on the Virtex 5). >

RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread John Linn
i...@petalogix.com > Subject: RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > > > > > -Original Message- > > From: linuxppc-dev-bounces+stephen=neuendorffer.n...@lists.ozlabs.org [mailto:linuxppc-dev- > > bounces+stephen=neuendorffer.n...@lists.ozl

RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread Stephen Neuendorffer
-...@ozlabs.org; grant.lik...@secretlab.ca; > jwbo...@linux.vnet.ibm.com > Cc: michal.si...@petalogix.com; John Tyner; John Linn; john.willi...@petalogix.com > Subject: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > > This patch adds support for using the LL TEMAC Eth

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread Michal Simek
Tyner Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver John Linn wrote: -Original Message- From: Michal Simek [mailto:michal.si...@petalogix.com] Sent: Monday, March 15, 2010 2:40 AM To: John Linn Cc: net...@vger.kernel.org; linuxppc-...@ozlabs.org; grant.lik

RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread John Linn
ix.com; John Tyner > Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > > John Linn wrote: > >> -Original Message- > >> From: Michal Simek [mailto:michal.si...@petalogix.com] > >> Sent: Monday, March 15, 2010 2:40 AM > >> To: Joh

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread Michal Simek
Tyner Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver John Linn wrote: This patch adds support for using the LL TEMAC Ethernet driver on non-Virtex 5 platforms by adding support for accessing the Soft DMA registers as if they were memory mapped instead of solely through the

RE: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread John Linn
ix.com; John Tyner > Subject: Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver > > John Linn wrote: > > This patch adds support for using the LL TEMAC Ethernet driver on > > non-Virtex 5 platforms by adding support for accessing the Soft DMA > > registers as if they

Re: [PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-15 Thread Michal Simek
John Linn wrote: This patch adds support for using the LL TEMAC Ethernet driver on non-Virtex 5 platforms by adding support for accessing the Soft DMA registers as if they were memory mapped instead of solely through the DCR's (available on the Virtex 5). The patch also updates the driver so tha

[PATCH] [V2] Add non-Virtex5 support for LL TEMAC driver

2010-03-12 Thread John Linn
This patch adds support for using the LL TEMAC Ethernet driver on non-Virtex 5 platforms by adding support for accessing the Soft DMA registers as if they were memory mapped instead of solely through the DCR's (available on the Virtex 5). The patch also updates the driver so that it runs on the Mi