Re: [PATCH 67/67] usb: gadget: remove unnecessary 'driver' argument

2014-10-19 Thread Robert Baldyga
Hi Felipe, On 10/17/2014 07:17 PM, Felipe Balbi wrote: > now that no UDC driver relies on the extra > 'driver' argument to ->udc_stop(), we can > safely remove it. > > Signed-off-by: Felipe Balbi I have already sent patch doing the same thing: http://markmail.org/message/x5zneg4xea4zntab Best

Re: [PATCH v2 08/16] usb: dwc3: add u2exit lfps quirk

2014-10-19 Thread Huang Rui
On Fri, Oct 17, 2014 at 09:50:00AM -0500, Felipe Balbi wrote: > Hi, > > On Fri, Oct 17, 2014 at 04:53:33PM +0800, Huang Rui wrote: > > AMD NL needs to enable u2exit lfps quirk. > > > > Signed-off-by: Huang Rui > > --- > > drivers/usb/dwc3/core.c | 4 > > drivers/usb/dwc3/core.h

Re: [PATCH v2 06/16] usb: dwc3: add disscramble quirk

2014-10-19 Thread Huang Rui
On Fri, Oct 17, 2014 at 09:45:32AM -0500, Felipe Balbi wrote: > Hi, > > On Fri, Oct 17, 2014 at 04:53:31PM +0800, Huang Rui wrote: > > AMD NL fpga needs to enable disscramble quirk. And this quirk doesn't need > > on > > the true soc. > > > > Signed-off-by: Huang Rui > > --- > > drivers/usb/dw

Re: [PATCH v2 05/16] usb: dwc3: add quirks support to be compatible for kinds of SoCs

2014-10-19 Thread Huang Rui
On Fri, Oct 17, 2014 at 09:41:44AM -0500, Felipe Balbi wrote: > HI, > > On Fri, Oct 17, 2014 at 04:53:30PM +0800, Huang Rui wrote: > > This patch adds a quirks flag at dwc3 structure, and SoCs platform vendor is > > able to define this flag in platform data at bus glue layer. Then do some > > inde

Re: [PATCH v8 3/4] gpiolib: add irq_not_threaded flag to gpio_chip

2014-10-19 Thread Alexandre Courbot
On Wed, Oct 15, 2014 at 11:48 PM, Octavian Purdila wrote: > Some GPIO chips (e.g. the DLN2 USB adapter) have blocking get/set > operation but do not need a threaded irq handler. Sorry if you already explained this (I have been a little bit late with the GPIO reviews recently), but does this optim

Re: [PATCH 00/67] usb: pending changes for next merge window

2014-10-19 Thread Peter Chen
On Fri, Oct 17, 2014 at 12:16:07PM -0500, Felipe Balbi wrote: > Hi folks, > > here's a giant set of patches which I already have pending > for v3.19 merge window. They still sit in my testing/next > and will only be moved to next once all fixes reach v3.18-rc. > > Until then, I will keep rebasing

RE: [PATCH net] r8152: use cancel_delayed_work for runtime suspend

2014-10-19 Thread Hayes Wang
Oliver Neukum [mailto:oli...@neukum.org] > Sent: Sunday, October 19, 2014 3:48 AM [...] > The diagnosis is good, the fix is not good. It opens a race > during which the queued work can touch a suspended device. The delayed work would wake up the device by calling usb_autopm_get_interface() befor

Re: RCU bug with v3.17-rc3 ?

2014-10-19 Thread Olof Johansson
On Sun, Oct 19, 2014 at 8:28 AM, Felipe Balbi wrote: > Hi, > > On Sun, Oct 19, 2014 at 10:54:16AM +0100, Russell King - ARM Linux wrote: >> On Wed, Oct 15, 2014 at 10:25:13PM +0100, Russell King - ARM Linux wrote: >> > On Wed, Oct 15, 2014 at 10:23:10PM +0100, Russell King - ARM Linux wrote: >> >

Re: [PATCH] USB: kobil_sct: Remove unused transfer buffer allocs

2014-10-19 Thread Johan Hovold
[ +CC: Jiri, Alan, linux-serial ] On Thu, Oct 16, 2014 at 02:09:29PM -0400, Peter Hurley wrote: > On 10/16/2014 01:59 PM, Peter Hurley wrote: > > Commit 90419cfcb5d9c889b10dc51363c56a4d394d670e, > > "USB: kobil_sct: fix control requests without data stage", removed > > the bogus data buffer argume

Re: [PATCH] USB: kobil_sct: Remove unused transfer buffer allocs

2014-10-19 Thread Johan Hovold
On Thu, Oct 16, 2014 at 01:59:22PM -0400, Peter Hurley wrote: > Commit 90419cfcb5d9c889b10dc51363c56a4d394d670e, > "USB: kobil_sct: fix control requests without data stage", removed > the bogus data buffer arguments, but still allocate transfer > buffers which are not used. > > Cc: Johan Hovold >

Re: RCU bug with v3.17-rc3 ?

2014-10-19 Thread Felipe Balbi
Hi, On Sun, Oct 19, 2014 at 10:54:16AM +0100, Russell King - ARM Linux wrote: > On Wed, Oct 15, 2014 at 10:25:13PM +0100, Russell King - ARM Linux wrote: > > On Wed, Oct 15, 2014 at 10:23:10PM +0100, Russell King - ARM Linux wrote: > > > As I said, I have a patch in progress, but it seems that the

Re: RCU bug with v3.17-rc3 ?

2014-10-19 Thread Russell King - ARM Linux
On Wed, Oct 15, 2014 at 10:25:13PM +0100, Russell King - ARM Linux wrote: > On Wed, Oct 15, 2014 at 10:23:10PM +0100, Russell King - ARM Linux wrote: > > As I said, I have a patch in progress, but it seems that there needed > > to be some discussion about exactly which compiler versions are affecte