]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh_eth: add R-Car support for real
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Thu, 28 Mar 2013 11:51:31 +0000 (11:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2013 19:31:30 +0000 (15:31 -0400)
commita3f109bd793dfe5c611220ca5ab6c72f1aed479e
treee1e343f8dda30b5e64c92941dd62a529186f8e7c
parentc0013f6f8bbcb7605d591431444780d636dbe223
sh_eth: add R-Car support for real

Commit d0418bb7123f44b23d69ac349eec7daf9103472f (net: sh_eth: Add eth support
for R8A7779 device) was a failed attempt to add support for one of members of
the R-Car SoC family.  That's for three reasons: it treated R8A7779 the  same
as SH7724 except including quite dirty hack adding ECMR_ELB  bit  to the mask
in sh_eth_set_rate() while not removing ECMR_RTM bit (despite it's reserved in
R-Car Ether), and it didn't add a new register offset array despite the closest
SH_ETH_REG_FAST_SH4 mapping differs by 0x200 to the offsets all the R-Car Ether
registers have, and also some of the registers in this old mapping don't exist
on R-Car Ether (due to this, SH7724's 'sh_eth_my_cpu_data' structure is not
adequeate for R-Car too).  Fix all these shortcomings, restoring the SH7724
related section to its pristine state...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c
include/linux/sh_eth.h