Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-04-06 Thread Michal Simek
Hi Wolfgang and Ben, > Dear Michal, > > In message <4981658c.7070...@monstr.eu> you wrote: >>> I'm really sorry for taking so long getting to this. Mostly little things: >> it's ok you are busy guy. I removed uninteresting part of code. >> I added all your reported things to u-boot-microblaze.git

Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-04-03 Thread Wolfgang Denk
Dear Michal, In message <4981658c.7070...@monstr.eu> you wrote: > > > I'm really sorry for taking so long getting to this. Mostly little things: > > it's ok you are busy guy. I removed uninteresting part of code. > I added all your reported things to u-boot-microblaze.git net branch. > Thanks fo

Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-01-29 Thread Michal Simek
Hi Ben, > Hi Michal, > > I'm really sorry for taking so long getting to this. Mostly little things: it's ok you are busy guy. I removed uninteresting part of code. I added all your reported things to u-boot-microblaze.git net branch. Thanks for pull. >> +#ifdef DEBUG >> +/* read from phy */ >> +

Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-01-28 Thread Ben Warren
Hi Michal, I'm really sorry for taking so long getting to this. Mostly little things: mon...@monstr.eu wrote: > From: Michal Simek > > > Signed-off-by: Michal Simek > --- > drivers/net/Makefile |1 + > drivers/net/xilinx_ll_temac.c | 543 > +++

Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-01-26 Thread Michal Simek
Hi Ben, Could you check and pull ll temac driver to your net repo. I prepared net branch in my microblaze repo. (It is based on my master branch which Wolfgang merged but it hasn't in his branch yet). Thanks, Michal The following changes since commit e7f325be9edeb84bb457301776bbac1f7257dafc:

[U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-01-05 Thread monstr
From: Michal Simek Signed-off-by: Michal Simek --- drivers/net/Makefile |1 + drivers/net/xilinx_ll_temac.c | 543 + 2 files changed, 544 insertions(+), 0 deletions(-) create mode 100644 drivers/net/xilinx_ll_temac.c diff --git a/drivers/