]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9810fd93356e564b3ad34e764a1e8907a11ae416
tree82243a5158824492e6ca72814aa9644d7db48109
parent4d876a367dfbf368acfa777d242591dcbc4e013b
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