Re: [PATCH net-next] of: mdio: preserve phy dev_flags in of_phy_connect()

2020-06-20 Thread David Miller
From: rentao.b...@gmail.com Date: Thu, 18 Jun 2020 15:04:44 -0700 > From: Tao Ren > > Replace assignment "=" with OR "|=" for "phy->dev_flags" so "dev_flags" > configured in phy probe() function can be preserved. > > The idea is similar to commit e7312efbd5de ("net: phy: modify assignment > to

Re: [PATCH net-next] of: mdio: preserve phy dev_flags in of_phy_connect()

2020-06-18 Thread Andrew Lunn
On Thu, Jun 18, 2020 at 03:04:44PM -0700, rentao.b...@gmail.com wrote: > From: Tao Ren > > Replace assignment "=" with OR "|=" for "phy->dev_flags" so "dev_flags" > configured in phy probe() function can be preserved. > > The idea is similar to commit e7312efbd5de ("net: phy: modify assignment >

Re: [PATCH net-next] of: mdio: preserve phy dev_flags in of_phy_connect()

2020-06-18 Thread Florian Fainelli
On 6/18/2020 3:04 PM, rentao.b...@gmail.com wrote: > From: Tao Ren > > Replace assignment "=" with OR "|=" for "phy->dev_flags" so "dev_flags" > configured in phy probe() function can be preserved. > > The idea is similar to commit e7312efbd5de ("net: phy: modify assignment > to OR for dev_fl