Re: [PATCH net] net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset

From: Andrew Lunn
Date: Tue May 16 2023 - 08:18:45 EST


On Tue, May 16, 2023 at 09:38:54AM +0200, Marco Migliore wrote:
> According to datasheet, the command opcode must be specified
> into bits [14:12] of the Extended Port Control register (EPC).
>
> Fixes: de776d0d316f ("net: dsa: mv88e6xxx: add support for mv88e6393x family")
> Signed-off-by: Marco Migliore <m.migliore@xxxxxxxxxx>

Hi Marco

Thanks for the respin.

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

For the next time you submit a patch, it is normal to put a version in the Subject line:

[PATCH net v2] net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset

That helps us keep track of the versions, and makes it clear which is
the latest version.

Andrew