Re: PATCH: Add non-Virtex 5 support for LL TEMAC driver

2010-02-05 Thread John Tyner
Grant Likely wrote: On Mon, Feb 1, 2010 at 4:25 PM, John Tyner 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 (avai

PATCH: Add non-Virtex 5 support for LL TEMAC driver

2010-02-01 Thread John Tyner
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). Signed-off-by: John Tyner --- /tmp/tmp.5198.41

[PATCH] Make QSpan PCI work

2007-12-03 Thread John Tyner
The following patch makes the QSpan PCI code compile and work on my hardware. The patch is against 2.4, but I'm hoping it will still be viewed as useful since the code currently does not even compile (2.6 is the same). I had to make a change to move the PCI setup later in the m8xx_setup code as

[PATCH] Fix 8xx compile errors

2007-12-03 Thread John Tyner
Building for 8xx fails to compile due to errors in a couple of places. The first is due to the casting of an lvalue (if I remember correctly), and the second was due to the cpmp variable being declared static even though the headers previously defined it as extern. The following patch corrects

Re: oops trying to execute sh

2007-11-24 Thread John Tyner
7c 7c0802a6 9421ffd0 > > The access of memory through r1 seems to corrupt r3, and always with the > same value. The problem isn't necessarily here, though. If I modify my > remove_vma function to cause and correct the problem (