Re: [RFT 2/2] xhci: Disable D3cold for buggy TI redrivers.

2013-05-11 Thread Martin Mokrejs
Alan Stern wrote: > On Fri, 10 May 2013, Martin Mokrejs wrote: > >> Hi Sarah and Alan, >> I am curious whether the the PME- to PME+ happening on a suspended >> TI host controller could be used as some hack to signal the mis-behaving >> redriver. Could such transition be used as a trigger for lin

Re: [RFT 2/2] xhci: Disable D3cold for buggy TI redrivers.

2013-05-11 Thread Alan Stern
On Fri, 10 May 2013, Martin Mokrejs wrote: > Hi Sarah and Alan, > I am curious whether the the PME- to PME+ happening on a suspended > TI host controller could be used as some hack to signal the mis-behaving > redriver. Could such transition be used as a trigger for linux kernel to > wakeup the

Re: NULL pointer dereference in xhci_free_dev

2013-05-11 Thread Heinz Diehl
On 11.05.2013, Frantisek Hrbata wrote: > I haven't tried to reproduce. I was asked to help with Fedora's bugs triage > and > these come up. The goal was just to contact the right people and bring this to > their attention. If you have a patch for this, I guess we can try to ask > Heinz, > or ot

[PATCH] usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_request()

2013-05-11 Thread Jingoo Han
'struct usb_request *' should be passed to usb_gadget_unmap_request(), as the second argument; however, 'struct s3c_hsotg_req *' is used. Fixed build warnings as below: drivers/usb/gadget/s3c-hsotg.c: In function 's3c_hsotg_unmap_dma': drivers/usb/gadget/s3c-hsotg.c:440:2: warning: passing argume

Re: [PATCH] usb: gadget: s3c2410: fix clk resource leak and update

2013-05-11 Thread Libo Chen
于 2013-5-11 18:15, Tomasz Figa 写道: Hi Libo, On Saturday 11 of May 2013 14:28:15 Libo Chen wrote: >From: Libo Chen The patch subject is slightly misleading. It suggests that the patch only changes clock handling, but in fact the biggest part of the patch is conversion to devm_ helpers. I think

Re: [PATCH] usb: gadget: s3c2410: fix clk resource leak and update

2013-05-11 Thread Tomasz Figa
Hi Libo, On Saturday 11 of May 2013 14:28:15 Libo Chen wrote: > From: Libo Chen The patch subject is slightly misleading. It suggests that the patch only changes clock handling, but in fact the biggest part of the patch is conversion to devm_ helpers. I think following subject would suit this