RE: [PATCH] usb: musb: add softconnect for host mode

2015-03-25 Thread Liu, Bin
Hi, > -Original Message- > From: Tal Shorer [mailto:tal.sho...@gmail.com] > Sent: Tuesday, March 24, 2015 4:50 PM > To: Liu, Bin > Cc: linux-usb@vger.kernel.org; Balbi, Felipe > Subject: Re: [PATCH] usb: musb: add softconnect for host mode > > Mostly out of

Re: [PATCH] usb: musb: add softconnect for host mode

2015-03-24 Thread Felipe Balbi
On Tue, Mar 24, 2015 at 11:49:53PM +0200, Tal Shorer wrote: > Mostly out of curiosity, why a debugfs interface and not an attribute in > sysfs? mostly out of curiosity, why deleting the entire context ? -- balbi signature.asc Description: Digital signature

Re: [PATCH] usb: musb: add softconnect for host mode

2015-03-24 Thread Tal Shorer
Mostly out of curiosity, why a debugfs interface and not an attribute in sysfs? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] usb: musb: add softconnect for host mode

2015-03-24 Thread Bin Liu
Add a debugfs interface - softconnect - for host mode to connect/disconnect the devices without physically remove the them. This adds the capability to re-enumerate the devices which are permanently mounted on the board with the MUSB controller together. Signed-off-by: Bin Liu --- drivers/usb/m