]> git.baikalelectronics.ru Git - kernel.git/commit
sh_eth: add R8A7791 support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sat, 7 Dec 2013 23:59:18 +0000 (02:59 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 02:47:35 +0000 (21:47 -0500)
commit3e27b5dcef09d308e9abd1e02f651282ff2ebbdb
tree73cd97216b68ba28344f561fa9630e5499b865e5
parenta37905665f84ea55e78dc09b9e1f545e87520d8c
sh_eth: add R8A7791 support

Add support for yet another ARM member of the R-Car family, R-Car M2, also known
as R8A7791 -- it will share the code and data with previously added R8A7790.
Despite the Ether devices in these SoCs are indistinguishable at least from the
driver's point of view, we do introduce a new platform device ID "r8a7791-ether"
unlike the wildcard ID used for R8A7778/9 SoCs, due to newly established policy
for the Renesas SoCs.

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