Merge branch 'sh_eth-reg-defs'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 01:50:42 +0000 (17:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 01:50:42 +0000 (17:50 -0800)
commit5ab6f96a12f4f28d5a283dcf46b004cc653246a1
tree5569cc50f174546d852084f1992e9d8699fe017f
parent7c678829efa89e23a8556f5e4d9621c51995fb6e
parent0deaeabf271262f0b13a23b49fb1c7e9b9bcbd50
Merge branch 'sh_eth-reg-defs'

Sergey Shtylyov says:

====================
sh_eth: Improve the register/bit definitions in the Ether driver

Here are 4 patches against DaveM's 'net-next' repo. Mainly I'm renaming the register *enum*
tags/entries to match the SoC manuals,and also moving the RX-TX descriptor *enum*s closer to
the corresponding *struct*s...
====================

Signed-off-by: David S. Miller <davem@davemloft.net>