]> 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)
commit58c0de47a53dc78eb60381dc01863b6c50daeb84
tree276cf099969dd7bc85f86ebaeeeff93cccd1a48a
parentd92416623bc73eb6b3810d25a59329ba47745595
parent9d5c23c0c8bf50963bb25e0f6c5b675cca070d94
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>