On Mon, Jun 01, 2015 at 10:39:57AM +0300, Mathias Nyman wrote: > From: Roger Quadros <rogerq@xxxxxx> > > 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 and start methods. > > Signed-off-by: Roger Quadros <rogerq@xxxxxx> > Signed-off-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> > --- > drivers/usb/host/xhci-pci.c | 17 ++++++++--------- > drivers/usb/host/xhci-plat.c | 18 ++++++++++-------- > drivers/usb/host/xhci.c | 30 +++++++++++++++++------------- > drivers/usb/host/xhci.h | 19 +++++++++++++++++-- > 4 files changed, 52 insertions(+), 32 deletions(-) This is already in my tree. Can you just resend the ones I don't have? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html