Re: [PATCH] net: sh_eth: Add support of SH7763 to sh_eth
From: Jeff Garzik <hidden>
Date: 2008-06-27 06:09:14
Also in:
linux-sh
From: Jeff Garzik <hidden>
Date: 2008-06-27 06:09:14
Also in:
linux-sh
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 <redacted> --- 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