usb: dwc3: let non-DT platforms pass tx-fifo-resize flag;
authorFelipe Balbi <balbi@ti.com>
Sun, 30 Jun 2013 11:19:33 +0000 (14:19 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:56:46 +0000 (13:56 +0300)
commit6462cbd54d2fa649b27633267d8ddf835705e47a
treee1f6634558af44b76f2b81308b44a6878406bedc
parent1494a1f62bf7cf57345e9282c8189fe2a21fab64
usb: dwc3: let non-DT platforms pass tx-fifo-resize flag;

in case we're not in a DT boot, we should
still be able to tell the driver how to behave.

In order to be able to pass flags to the driver,
we introduce platform_data structure which the
core driver should use.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/platform_data.h [new file with mode: 0644]