]> git.hungrycats.org Git - linux/commit
sh_eth: fix SH7619/771x support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 3 Jun 2014 19:42:26 +0000 (23:42 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Jun 2014 19:17:33 +0000 (15:17 -0400)
commit0d489ac2a34761772777efce1740bf47416f2a8a
treeb98b5b93e32e394d18da55a62399b0bda7bafd6b
parent817d794d6851c8b919779cbc6b7218b8e83b4b2b
sh_eth: fix SH7619/771x support

[ Upstream commit d8b0426af5b67973585712c9af36b86f6ea97815 ]

Commit 4a55530f38e4 (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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/renesas/sh_eth.c