Re: [PATCH net-next 6/9] net: dsa: mv88e6xxx: rework Switch MAC setter

From: Andrew Lunn
Date: Thu Jul 07 2016 - 09:53:12 EST


> Also, note that this indirect access is a single-register which doesn't
> require to wait for the operation to complete (like Switch MAC, Trunk
> Mapping, etc.), in contrary to multi-registers indirect accesses with
> several busy operations (like ATU, VTU, etc.).

Hi Vivien

Are you sure about this? The DSDT polls bit 15 of the register.

Andrew