Re: [U-Boot] [PATCH 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Joe Hershberger
On Fri, Dec 9, 2016 at 6:13 AM, Stefan Roese wrote: > On 09.12.2016 11:40, Phil Edworthy wrote: >> >> The mask for the 88E1510 meant that the 88E1518 code would never be >> used. >> >> Signed-off-by: Phil Edworthy Acked-by: Joe Hershberger ___ U-Boot

Re: [U-Boot] [PATCH 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Stefan Roese
On 09.12.2016 11:40, Phil Edworthy wrote: The mask for the 88E1510 meant that the 88E1518 code would never be used. Signed-off-by: Phil Edworthy --- Note: This has only been tested on a board that uses a Marvell 88E1512 PHY, see subsequent patches. --- drivers/net/phy/marvell.c | 4 ++-- 1 fil

[U-Boot] [PATCH 1/5] net: phy: Fix mask so that we can identify Marvell 88E1518

2016-12-09 Thread Phil Edworthy
The mask for the 88E1510 meant that the 88E1518 code would never be used. Signed-off-by: Phil Edworthy --- Note: This has only been tested on a board that uses a Marvell 88E1512 PHY, see subsequent patches. --- drivers/net/phy/marvell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)