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

2011-11-27 Thread Wolfgang Denk
Dear Stephan Linz, In message <1322419778.3870.334.camel@keto> you wrote: > > OK. The errors have been eliminated, some Warnings too. Unfortunately I > can not eliminate all warnings, especially "Use of volatile is usually > wrong:" because "struct eth_device" force it. Yes, one day we should fix

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

2011-11-27 Thread Stephan Linz
Am Sonntag, den 27.11.2011, 19:10 +0100 schrieb Wolfgang Denk: > Dear Stephan Linz, > > In message <1322415713-25153-2-git-send-email-l...@li-pro.net> you wrote: > > Xilinx LocalLink Tri-Mode Ether MAC driver can be > > used by Xilinx Microblaze or Xilinx ppc405/440 in > > SDMA and FIFO mode. DCR

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

2011-11-27 Thread Wolfgang Denk
Dear Stephan Linz, In message <1322415713-25153-2-git-send-email-l...@li-pro.net> you 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. >

[U-Boot] [PATCH v5] net: ll_temac: Add LL TEMAC driver to u-boot

2011-11-27 Thread Stephan Linz
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. Signed-off-by: Stephan Linz --- v5: Remove more endless loops Remove useless parenthesis in pointer