usb: musb: fix endpoint fifo allocation for 4KB fifo memory
authorBin Liu <b-liu@ti.com>
Thu, 24 Aug 2017 16:38:35 +0000 (11:38 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 08:51:55 +0000 (10:51 +0200)
commit55aad53fb3f6c7c3c37e296a3bfdd96ca93f6a1f
tree82243a5158824492e6ca72814aa9644d7db48109
parent1bff25eafa451c6210d6dfdff63e39c55c96a3e3
usb: musb: fix endpoint fifo allocation for 4KB fifo memory

The fifo memory allocation in mode_2_cfg[] doesn't utilize all the 4KB
memory.

Increse some endpoint fifo buffers to fully use all the 4KB memory. Now
we can support more webcam usecases on DA8xx.

Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c