Re: [PATCH net 0/2] net: phy: Unbind/bind fixes

2017-02-07 Thread Florian Fainelli
On 02/05/2017 02:25 PM, Florian Fainelli wrote: > Hi all, > > This patch series addresses the inability to safely unbind and bind > PHY drivers by making the appropriate checks throught PHYLIB where we > may be directly responding to user-space queries, as well as from within > the kernel state

[PATCH net 0/2] net: phy: Unbind/bind fixes

2017-02-05 Thread Florian Fainelli
Hi all, This patch series addresses the inability to safely unbind and bind PHY drivers by making the appropriate checks throught PHYLIB where we may be directly responding to user-space queries, as well as from within the kernel state machine. The second patch makes the unbind -> bind working by