Re: [U-Boot] [PATCH 07/51] phy: Allow forcing clause 45 access

2017-07-25 Thread Mario Six
Hi Simon, On Tue, Jul 18, 2017 at 4:01 PM, Simon Glass wrote: > On 14 July 2017 at 05:54, Mario Six wrote: >> From: Dirk Eibach >> >> get_phy_device_by_mask() assumes that a clause 45 phy does not respond >> to clause 22 requests.

Re: [U-Boot] [PATCH 07/51] phy: Allow forcing clause 45 access

2017-07-18 Thread Simon Glass
On 14 July 2017 at 05:54, Mario Six wrote: > From: Dirk Eibach > > get_phy_device_by_mask() assumes that a clause 45 phy does not respond > to clause 22 requests. That is not true at least for Marvell 88X2242. > So allow forcing clause 45 access to

[U-Boot] [PATCH 07/51] phy: Allow forcing clause 45 access

2017-07-14 Thread Mario Six
From: Dirk Eibach get_phy_device_by_mask() assumes that a clause 45 phy does not respond to clause 22 requests. That is not true at least for Marvell 88X2242. So allow forcing clause 45 access to prevent reading bogus device ids. Signed-off-by: Dirk Eibach