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)
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>

No differences found