Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-04-04 Thread Joe Hershberger
Hi Stephan, On Fri, Mar 30, 2012 at 5:07 PM, Stephan Linz wrote: > I like it ;) but unfortunately I have no custodian tree :( Applied. Thanks, -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-30 Thread Stephan Linz
Hello Joe and Michal, Am Mittwoch, den 28.03.2012, 09:53 +0200 schrieb Michal Simek: > Hi Joe, > > >> Stephan Linz wrote: > >>> Xilinx LocalLink Tri-Mode Ether MAC driver can be > >>> used by Xilinx Microblaze or Xilinx ppc405/440 in > >>> SDMA and FIFO mode. DCR or XPS bus can be used. > >> Joe

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-28 Thread Michal Simek
Hi Joe, Stephan Linz wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode. DCR or XPS bus can be used. Joe, Wolfgang: I don't agree with this driver because it is doing the same things as my origin version but on 800 line

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-27 Thread Joe Hershberger
Hi Michal, On Tue, Mar 27, 2012 at 7:25 AM, Michal Simek wrote: > Dear Stephan, > > > Stephan Linz wrote: >> >> Xilinx LocalLink Tri-Mode Ether MAC driver can be >> used by Xilinx Microblaze or Xilinx ppc405/440 in >> SDMA and FIFO mode. DCR or XPS bus can be used. > > Joe, Wolfgang: I don't agre

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-27 Thread Michal Simek
Dear Stephan, Stephan Linz wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode. DCR or XPS bus can be used. The driver uses and requires MII and PHYLIB. CP: 4 warnings: 'Use of volatile is usually wrong' I won't fix this