usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_request
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 25 Nov 2011 11:03:46 +0000 (12:03 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:48:45 +0000 (11:48 +0200)
commite0ce0b0a0ae5a31ee96b38a7c5390f867634b4f6
tree936b76647c9b96995e7f2129f17121a6e6f1f7dc
parent164d773168d7f09ecd46d9ce9b07f194ea97bf33
usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_request

Instead of special functions and shortcuts for sending our internal
answers to the host we started doing what the gadget does and used the
public API for this. Since we only were using a few fields the
usb_request was enough. Later added the list handling in order to
synchronize the host / gadget events and now we require to have the
dwc3_request struct around our usb_request or else we touch memory that
does not belong to us. So this patch does this.

Reported-by: Partha Basak <p-basak2@ti.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.h