Re: [PATCH] usb: gadget: add temporary __uses_feature_flags

2014-03-05 Thread Felipe Balbi
On Mon, Mar 03, 2014 at 04:52:27PM -0600, Felipe Balbi wrote: On Mon, Mar 03, 2014 at 02:46:32PM -0800, Greg KH wrote: On Mon, Mar 03, 2014 at 11:04:02AM -0600, Felipe Balbi wrote: during the conversion to a new method of finding proper endpoints, we need to give our users a grace

Re: [PATCH] usb: gadget: add temporary __uses_feature_flags

2014-03-05 Thread Greg KH
On Wed, Mar 05, 2014 at 09:45:22AM -0600, Felipe Balbi wrote: On Mon, Mar 03, 2014 at 04:52:27PM -0600, Felipe Balbi wrote: On Mon, Mar 03, 2014 at 02:46:32PM -0800, Greg KH wrote: On Mon, Mar 03, 2014 at 11:04:02AM -0600, Felipe Balbi wrote: during the conversion to a new method of

[PATCH] usb: gadget: add temporary __uses_feature_flags

2014-03-03 Thread Felipe Balbi
during the conversion to a new method of finding proper endpoints, we need to give our users a grace period until full conversion is finished. This patch adds a new internal and temporary __uses_feature_flags flag which will tell gadget framework that this UDC has been converted to the new

Re: [PATCH] usb: gadget: add temporary __uses_feature_flags

2014-03-03 Thread Felipe Balbi
On Mon, Mar 03, 2014 at 02:46:32PM -0800, Greg KH wrote: On Mon, Mar 03, 2014 at 11:04:02AM -0600, Felipe Balbi wrote: during the conversion to a new method of finding proper endpoints, we need to give our users a grace period until full conversion is finished. Who are these users?