Re: [PATCH V5 0/10] usb: usb port power off mechanism and expose usb port connect type

2013-01-20 Thread Lan Tianyu
2013/1/21 Greg KH > > On Sun, Jan 20, 2013 at 01:53:29AM +0800, Lan Tianyu wrote: > > Change since v5: > > use EXPORT_SYMBOL_GPL to export dev_pm_qos_flags(). > > correct some unnecessary link breaks. > > Add CONFIG_USB_SUSPEND check around usb_port_runtime_resume() and > > usb_p

Re: [PATCH V5 0/10] usb: usb port power off mechanism and expose usb port connect type

2013-01-20 Thread Greg KH
On Sun, Jan 20, 2013 at 01:53:29AM +0800, Lan Tianyu wrote: > Change since v5: > use EXPORT_SYMBOL_GPL to export dev_pm_qos_flags(). > correct some unnecessary link breaks. > Add CONFIG_USB_SUSPEND check around usb_port_runtime_resume() and > usb_port_runtime_suspend() I've a

[PATCH V5 0/10] usb: usb port power off mechanism and expose usb port connect type

2013-01-19 Thread Lan Tianyu
Change since v1: optimize the export connect type patch and adjust the DeviceRemovalbe flag in the rh_call_control() after GetHubDescriptor request being processed. move all debounce operation to usb port's runtime resume callback(). Add did_runtime_put in the struct usb_port to call