usb: hcd: Remove USB phy if needed
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Tue, 3 Dec 2013 21:42:21 +0000 (01:42 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 02:00:51 +0000 (18:00 -0800)
commit103e127d1f8f985e8a662da6537ebc5e08902ee3
treea9ae5594b47919a5bb652172abbb61c9e61d66b0
parente5fc70d5ccc3d005bb038c0275ffdf57a34b1496
usb: hcd: Remove USB phy if needed

This adds remove_phy flag to the HCD structure. If the flag is
set and if hcd->phy is valid, the phy is shutdown and released
whenever usb_add_hcd fails or usb_hcd_remove is called.
This can be used by the HCD drivers to auto-remove
the external USB phy when it is no longer needed.

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c
include/linux/usb/hcd.h