PCI / PM: Update runtime PM documentation for PCI devices
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 18 Sep 2015 01:08:40 +0000 (03:08 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Sep 2015 00:48:44 +0000 (02:48 +0200)
commita8360062ccfb4b891d3013d0e55826c8bcb02bfb
treebc1dca9dd20f6e325ec828854d5f189a0586a564
parent1f93e4a96c9109378204c147b3eec0d0e8100fde
PCI / PM: Update runtime PM documentation for PCI devices

Section 3.2 "Device Runtime Power Management" of pci.txt has become
outdated, so update it to correctly reflect the current code flow.

Also update the comment in local_pci_probe() to document the fact
that pm_runtime_put_noidle() is not the only runtime PM helper
function that can be used to decrement the device's runtime PM
usage counter in .probe().

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Documentation/power/pci.txt
drivers/pci/pci-driver.c