Re: [U-Boot] [PATCH v1 2/2] sun8i_emac: remove unnecessary bit-masking for mdio_read/write

2017-02-20 Thread André Przywara
On 17/02/17 17:46, Philipp Tomsich wrote: > The MDIO read/write builds up the MII_CMD register from scratch (starting > with a value of 0). No need to mask out any fields before writing the new > values. > > Signed-off-by: Philipp Tomsich Reviewed-by:

[U-Boot] [PATCH v1 2/2] sun8i_emac: remove unnecessary bit-masking for mdio_read/write

2017-02-17 Thread Philipp Tomsich
The MDIO read/write builds up the MII_CMD register from scratch (starting with a value of 0). No need to mask out any fields before writing the new values. Signed-off-by: Philipp Tomsich --- drivers/net/sun8i_emac.c | 8 1 file changed, 8