Merge branch 'net-dsa-mv88e6xxx-prepare-Wait-Bit-operation'
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2019 04:27:15 +0000 (21:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2019 04:27:15 +0000 (21:27 -0700)
commita858390177bcd9af8ccf923bc2f417641670c145
tree837a76ba3252c623c95063f1797fc656b125e3cd
parenteb2e7f092271091f774a20c0c3b8df3c8c52e060
parenteede236112b7ea4d9a7c2f2af2ac6648699b88f3
Merge branch 'net-dsa-mv88e6xxx-prepare-Wait-Bit-operation'

Vivien Didelot says:

====================
net: dsa: mv88e6xxx: prepare Wait Bit operation

The Remote Management Interface has its own implementation of a Wait
Bit operation, which requires a bit number and a value to wait for.

In order to prepare the introduction of this implementation, rework the
code waiting for bits and masks in mv88e6xxx to match this signature.

This has the benefit to unify the implementation of wait routines while
removing obsolete wait and update functions and also reducing the code.
====================

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