[PATCH v2 00/15] drivers: net: cpsw: improve runtime pm

2016-06-24 Thread Grygorii Strashko
This series intended to improve runtime PM and allow CPSW to be RPM suspended when all ethX netdevices are down. To achieve above goal it is required to relax runtime PM constraints for Davinci MDIO which blocks CPSW runtime PM now, because Davinci MDIO is always powered on during probe and powere

Re: [PATCH v2 00/15] drivers: net: cpsw: improve runtime pm

2016-06-27 Thread Mugunthan V N
On Friday 24 June 2016 11:53 PM, Grygorii Strashko wrote: > This series intended to improve runtime PM and allow CPSW to be > RPM suspended when all ethX netdevices are down. > > To achieve above goal it is required to relax runtime PM constraints for > Davinci MDIO which blocks CPSW runtime PM no

Re: [PATCH v2 00/15] drivers: net: cpsw: improve runtime pm

2016-06-28 Thread David Miller
From: Grygorii Strashko Date: Fri, 24 Jun 2016 21:23:40 +0300 > This series intended to improve runtime PM and allow CPSW to be > RPM suspended when all ethX netdevices are down. Series applied, thanks.