Merge branch 'sh_eth-complain-on-access-to-unimplemented-TSU-registers'
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 May 2018 13:11:50 +0000 (09:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 May 2018 13:11:50 +0000 (09:11 -0400)
Sergei Shtylyov says:

====================
sh_eth: complain on access to unimplemented TSU registers

Here's a set of 2 patches against DaveM's 'net-next.git' repo. The 1st patch
routes TSU_POST<n> register accesses thru sh_eth_tsu_{read|write}() and the 2nd
added WARN_ON() unimplemented register to those functions. I'm going to deal with
TSU_ADR{H|L}<n> registers in a later series...
====================

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

Trivial merge