Re: [PATCH net v2] net: phy: mscc: fix deadlock in vsc85xx_default_config

2018-11-23 Thread Quentin Schulz
Hi Andrew, On Fri, Nov 23, 2018 at 04:08:06PM +0100, Andrew Lunn wrote: > On Fri, Nov 23, 2018 at 09:16:36AM +0100, Quentin Schulz wrote: > > The vsc85xx_default_config function called in the vsc85xx_config_init > > function which is used by VSC8530, VSC8531, VSC8540 and VSC8541 PHYs > > mistakenl

Re: [PATCH net v2] net: phy: mscc: fix deadlock in vsc85xx_default_config

2018-11-23 Thread Andrew Lunn
On Fri, Nov 23, 2018 at 09:16:36AM +0100, Quentin Schulz wrote: > The vsc85xx_default_config function called in the vsc85xx_config_init > function which is used by VSC8530, VSC8531, VSC8540 and VSC8541 PHYs > mistakenly calls phy_read and phy_write in-between phy_select_page and > phy_restore_page.