Re: [U-Boot-Users] [PATCH] rtl8169: add support for RTL8110SCL

2008-08-18 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message <[EMAIL PROTECTED]> Yoshihiro Shimoda wrote: > >> This patch fixes a problem that RTL8110SCL started transfer >> with an incorrect memory address. >> >> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> >> --- >> > > Is it correct to assume

Re: [U-Boot-Users] [PATCH] rtl8169: add support for RTL8110SCL

2008-08-18 Thread Wolfgang Denk
Dear Ben, In message <[EMAIL PROTECTED]> Yoshihiro Shimoda wrote: > This patch fixes a problem that RTL8110SCL started transfer > with an incorrect memory address. > > Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> > --- Is it correct to assume that this patch is sitting in your queue and

[U-Boot-Users] [PATCH] rtl8169: add support for RTL8110SCL

2008-07-09 Thread Yoshihiro Shimoda
This patch fixes a problem that RTL8110SCL started transfer with an incorrect memory address. Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]> --- drivers/net/rtl8169.c | 28 ++-- 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/net/rtl8169.c b