]> git.baikalelectronics.ru Git - kernel.git/commit
sh_eth: fix SH7619/771x support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 3 Jun 2014 19:42:26 +0000 (23:42 +0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jun 2014 02:28:42 +0000 (19:28 -0700)
commite1a6e886294823053a526aad214999dd2a60bd2d
treeba1480d12a415c039ff26fb5ce158b9682984ff4
parent5cc77131069791bbb58617680e75cfd8bff9abb6
sh_eth: fix SH7619/771x support

Commit 1745b8bdaf8f (net: sh_eth: modify the definitions of register) managed
to leave out the E-DMAC register entries in sh_eth_offset_fast_sh3_sh2[], thus
totally breaking SH7619/771x support.  Add the missing entries using  the data
from before that commit.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c