Re: [U-Boot] [PATCH 3/4] net: sh_eth: modify the definitions of regsiter

2012-07-24 Thread Joe Hershberger
Hi Yoshihiro, On Tue, Jun 26, 2012 at 9:38 PM, Shimoda, Yoshihiro wrote: > The previous code had many similar definitions in each CPU. > > This patch borrows from the sh_eth driver of Linux kernel. > > Signed-off-by: Yoshihiro Shimoda > --- Applied to next, thanks. -Joe

Re: [U-Boot] [PATCH 3/4] net: sh_eth: modify the definitions of regsiter

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu Acked-by: Nobuhiro Iwamatsu 2012/6/27 Shimoda, Yoshihiro : > The previous code had many similar definitions in each CPU. > > This patch borrows from the sh_eth driver of Linux kernel. > > Signed-off-by: Yoshihiro Shimoda > --- >  drivers/net/sh_eth.c |  108

[U-Boot] [PATCH 3/4] net: sh_eth: modify the definitions of regsiter

2012-06-26 Thread Shimoda, Yoshihiro
The previous code had many similar definitions in each CPU. This patch borrows from the sh_eth driver of Linux kernel. Signed-off-by: Yoshihiro Shimoda --- drivers/net/sh_eth.c | 108 - drivers/net/sh_eth.h | 331 +++--- 2 files chan