Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-05-26 Thread Andrew Bresticker
Hi Mathias, On Mon, May 25, 2015 at 8:05 AM, Mathias Nyman wrote: > > I've been testing add/remove HCD extensively and didn't observe any > issues after applying > these 5 patches. Well there is one issue that comes up but it has nothing > to do with xhci > not being all

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-05-25 Thread Mathias Nyman
I've been testing add/remove HCD extensively and didn't observe any issues after applying these 5 patches. Well there is one issue that comes up but it has nothing to do with xhci not being allocated. It has more to do with command being queued after the HCD ha

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-05-12 Thread Mathias Nyman
On 11.05.2015 17:18, Roger Quadros wrote: > Hi Mathias, > > On 13/04/15 15:48, Mathias Nyman wrote: >> Hi >> >> On 09.04.2015 12:22, Roger Quadros wrote: >>> Hi, >>> >>> On 07/04/15 17:23, Mathias Nyman wrote: Hi On 02.04.2015 15:23, Roger Quadros wrote: > HCD core allocates mem

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-05-11 Thread Roger Quadros
Hi Mathias, On 13/04/15 15:48, Mathias Nyman wrote: Hi On 09.04.2015 12:22, Roger Quadros wrote: Hi, On 07/04/15 17:23, Mathias Nyman wrote: Hi On 02.04.2015 15:23, Roger Quadros wrote: HCD core allocates memory for HCD private data in usb_create_[shared_]hcd() so make use of that mechanis

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-04-14 Thread Roger Quadros
On 13/04/15 15:48, Mathias Nyman wrote: > Hi > > On 09.04.2015 12:22, Roger Quadros wrote: >> Hi, >> >> On 07/04/15 17:23, Mathias Nyman wrote: >>> Hi >>> >>> On 02.04.2015 15:23, Roger Quadros wrote: HCD core allocates memory for HCD private data in usb_create_[shared_]hcd() so make use

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-04-13 Thread Mathias Nyman
Hi On 09.04.2015 12:22, Roger Quadros wrote: > Hi, > > On 07/04/15 17:23, Mathias Nyman wrote: >> Hi >> >> On 02.04.2015 15:23, Roger Quadros wrote: >>> HCD core allocates memory for HCD private data in >>> usb_create_[shared_]hcd() so make use of that >>> mechanism to allocate the struct xhci_hc

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-04-09 Thread Roger Quadros
Hi, On 07/04/15 17:23, Mathias Nyman wrote: > Hi > > On 02.04.2015 15:23, Roger Quadros wrote: >> HCD core allocates memory for HCD private data in >> usb_create_[shared_]hcd() so make use of that >> mechanism to allocate the struct xhci_hcd. >> >> Introduce struct xhci_driver_overrides to provid

Re: [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-04-07 Thread Mathias Nyman
Hi On 02.04.2015 15:23, Roger Quadros wrote: > HCD core allocates memory for HCD private data in > usb_create_[shared_]hcd() so make use of that > mechanism to allocate the struct xhci_hcd. > > Introduce struct xhci_driver_overrides to provide > the size of HCD private data and hc_driver operatio

[PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

2015-04-02 Thread Roger Quadros
HCD core allocates memory for HCD private data in usb_create_[shared_]hcd() so make use of that mechanism to allocate the struct xhci_hcd. Introduce struct xhci_driver_overrides to provide the size of HCD private data and hc_driver operation overrides. As of now we only need to override the reset