]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cpsw-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2016 18:48:54 +0000 (13:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2016 18:48:54 +0000 (13:48 -0500)
commitdda618daede28323091a12f783f1badd797e9d43
tree8d1ba23a4f7991d290f884d4f27cbbd4a7cffe2c
parenteee1dd896fe18ada25af4eeff3e7ca672e0553b0
parent130e2153b20f0899ed479240d001769b50691978
Merge branch 'cpsw-fixes'

Johan Hovold says:

====================
net: cpsw: fix leaks and probe deferral

This series fixes as number of leaks and issues in the cpsw probe-error
and driver-unbind paths, some which specifically prevented deferred
probing.

v2
 - Keep platform device runtime-resumed throughout probe instead of
   resuming in the probe error path as suggested by Grygorii (patch
   1/7).

 - Runtime-resume platform device before registering any children in
   order to make sure it is synchronously suspended after deregistering
   children in the error path (patch 3/7).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>