]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd9a2123d7376bc3e3c1c52b0bc379084723748c
tree837a76ba3252c623c95063f1797fc656b125e3cd
parent389b5f0ad0fd2285805884db7197717660bd1b88
parentb29b427057588ba0817fd16e96e08a5389157884
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>