Re: [U-Boot] [PATCH 4/4] net: sh_eth: add support for SH7757's GETHER

2012-07-24 Thread Joe Hershberger
Hi Yoshihiro, On Tue, Jun 26, 2012 at 9:38 PM, Shimoda, Yoshihiro wrote: > SH7757 has 2 ETHERs and 2 GETHERs. This patch supports the SH7757's > GETHER. If CONFIG_SH_ETHER_USE_GETHER is defined using SH7757, > the driver handles the GETHER. > > Signed-off-by: Yoshihiro Shimoda > --- Applied to n

Re: [U-Boot] [PATCH 4/4] net: sh_eth: add support for SH7757's GETHER

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu Acked-by: Nobuhiro Iwamatsu 2012/6/27 Shimoda, Yoshihiro : > SH7757 has 2 ETHERs and 2 GETHERs. This patch supports the SH7757's > GETHER. If CONFIG_SH_ETHER_USE_GETHER is defined using SH7757, > the driver handles the GETHER. > > Signed-off-by: Yoshihiro Shimoda

[U-Boot] [PATCH 4/4] net: sh_eth: add support for SH7757's GETHER

2012-06-26 Thread Shimoda, Yoshihiro
SH7757 has 2 ETHERs and 2 GETHERs. This patch supports the SH7757's GETHER. If CONFIG_SH_ETHER_USE_GETHER is defined using SH7757, the driver handles the GETHER. Signed-off-by: Yoshihiro Shimoda --- drivers/net/sh_eth.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --g