]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6005dfac388aeb375289f0c4a282f9dc6e999d6
treee1f6634558af44b76f2b81308b44a6878406bedc
parent244bc6b9870eb3f6b12dea1df253c97577199b0e
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]