]> git.baikalelectronics.ru Git - kernel.git/commit
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 29 Nov 2014 22:47:05 +0000 (23:47 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 3 Dec 2014 23:51:54 +0000 (00:51 +0100)
commit07dc33e4cc4a2adfb4ff4f2cd160ff7cb6d3a46c
tree23b6b5cb563720c9562977f4835d004c1d12f7bd
parent4df5c75c28ccf3a9c2b0825b6f7c3cd8470998f5
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core

After commit 77ed0aafd3c4 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is
selected) PM_RUNTIME is always set if PM is set, so quite a few
depend on CONFIG_PM (or even dropped in some cases).

Replace CONFIG_PM_RUNTIME with CONFIG_PM in the USB core code
and documentation.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 files changed:
Documentation/ABI/stable/sysfs-bus-usb
Documentation/ABI/testing/sysfs-bus-usb
Documentation/usb/power-management.txt
drivers/usb/core/driver.c
drivers/usb/core/hcd-pci.c
drivers/usb/core/hcd.c
drivers/usb/core/hub.c
drivers/usb/core/port.c
drivers/usb/core/sysfs.c
drivers/usb/core/usb.c
drivers/usb/core/usb.h
drivers/usb/host/ehci-pci.c
drivers/usb/host/sl811-hcd.c
drivers/usb/host/u132-hcd.c
drivers/usb/host/xhci-hub.c
drivers/usb/host/xhci.c
drivers/usb/phy/phy-msm-usb.c
include/linux/usb.h
include/linux/usb/hcd.h