]> git.baikalelectronics.ru Git - kernel.git/commit
PM / runtime: add note about re-calling in during device probe()
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 17 Apr 2015 00:14:15 +0000 (01:14 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 May 2015 22:02:38 +0000 (00:02 +0200)
commit1302a416c41f9442bfcaa5c7a9a156dd0b7f5b65
tree3fe02ae423308b025600a64db5fd764ce2f24705
parent97a9f3b5915f8567d8aedea4794ed1aa1c0b6485
PM / runtime: add note about re-calling in during device probe()

The sh_eth driver has come up with an issue where the runtime_pm
code suspends it during the probe() method due to the network
device registration re-calling into the driver.

Add a note about this into the documentation.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/runtime_pm.txt