]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61376f824a8936a8a3e914fc57648c98508e84d3
tree276cf099969dd7bc85f86ebaeeeff93cccd1a48a
parenta6a3009ba00da18dff2206c1acb6ee30af81b645
parent101f10dd8090362e0b2a297b9aaf738f169c5149
Merge branch 'sh_eth-complain-on-access-to-unimplemented-TSU-registers'

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>