commit | 28ae1e9662b2b29a004adbb11ab0bd033bae296a | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@gmail.com> | Fri Aug 09 18:47:56 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 11 21:27:15 2019 -0700 |
tree | 258be4f9cdb74772c30011a7a1c9e994509034be | |
parent | 19fb7f69da2a1d46bb11cce467b3a9c0b2244202 [diff] |
net: dsa: mv88e6xxx: wait for AVB Busy bit The AVB is not an indirect table using an Update bit, but a unit using a Busy bit. This means that we must ensure that this bit is cleared before setting it and wait until it gets cleared again after writing an operation. Reflect that. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>