Re: [PATCH v2 2/7] net: phy: Fix the register offsets in Broadcom iProc mdio mux driver
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-07-28 21:11:09
Also in:
linux-arm-kernel, lkml, netdev
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-07-28 21:11:09
Also in:
linux-arm-kernel, lkml, netdev
On Fri, Jul 27, 2018 at 02:23:28PM -0700, Arun Parameswaran wrote:
Modify the register offsets in the Broadcom iProc mdio mux to start from the top of the register address space. Earlier, the base address pointed to the end of the block's register space. The base address will now point to the start of the mdio's address space. The offsets have been fixed to match this. Signed-off-by: Arun Parameswaran <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew