Re: [PATCH] usb-core: Remove Fix mes in file hcd.c

2014-07-24 Thread Vlastimil Babka
On 07/23/2014 05:24 AM, Nick Krause wrote: On Tue, Jul 22, 2014 at 8:44 PM, Sasha Levin wrote: On 07/18/2014 10:52 PM, Nick Krause wrote: Please explain exactly why it's not needed, why it can never be NULL, and what prevents it from being NULL. "after dicussing" (do you run spellcheck on you

Re: [1/2] mm: drop migrate type checks from has_unmovable_pages

2017-11-05 Thread Vlastimil Babka
On 11/05/2017 10:56 PM, Stefan Wahren wrote: > Hi Michal, > > the dwc2 USB driver on BCM2835 in linux-next is affected by the CMA > allocation issue. A quick web search guide me to your patch, which avoid the > issue. > > Since the patch wasn't accepted, i want to know is there another solution

Re: [PATCH v8 2/5] usb: early: add driver for xhci debug capability

2017-05-30 Thread Vlastimil Babka
On 03/21/2017 09:01 AM, Lu Baolu wrote: > XHCI debug capability (DbC) is an optional but standalone > functionality provided by an xHCI host controller. Software > learns this capability by walking through the extended > capability list of the host. XHCI specification describes > DbC in the section

Re: [PATCH v8 2/5] usb: early: add driver for xhci debug capability

2017-05-31 Thread Vlastimil Babka
On 05/31/2017 05:27 AM, Lu Baolu wrote: > Hi, > > On 05/30/2017 09:46 PM, Vlastimil Babka wrote: >> On 03/21/2017 09:01 AM, Lu Baolu wrote: >>> XHCI debug capability (DbC) is an optional but standalone >>> functionality provided by an xHCI host controller. Softw

Re: [PATCH v8 2/5] usb: early: add driver for xhci debug capability

2017-06-01 Thread Vlastimil Babka
On 06/01/2017 05:37 AM, Lu Baolu wrote: > Hi, > > On 05/31/2017 05:38 PM, Vlastimil Babka wrote: >> On 05/31/2017 05:27 AM, Lu Baolu wrote: >>> Hi, >>> >>> On 05/30/2017 09:46 PM, Vlastimil Babka wrote: >>>> On 03/21/2017 09:01 AM, Lu