From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Date: Fri, 27 Jun 2008 06:09:14 +0000 Subject: Re: [PATCH] net: sh_eth: Add support of SH7763 to sh_eth Message-Id: <4864840A.3060003@garzik.org> List-Id: References: <485A3437.4010902@renesas.com> In-Reply-To: <485A3437.4010902@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Nobuhiro Iwamatsu Cc: netdev , Nobuhiro Iwamatsu , Linux-sh , Paul Mundt Nobuhiro Iwamatsu wrote: > SH7763 has Ethernet core same as SH7710/SH7712. > Positions of some registry are different, but the basic part is the same. > I add support of ethernet of sh7763 to sh_eth. > > Signed-off-by: Nobuhiro Iwamatsu > --- > drivers/net/Kconfig | 4 +- > drivers/net/sh_eth.c | 202 ++++++++++++++++++++----- > drivers/net/sh_eth.h | 425 +++++++++++++++++++++++++++++++++++++------------- > 3 files changed, 482 insertions(+), 149 deletions(-) ACK but failed to apply