commit | 55aad53fb3f6c7c3c37e296a3bfdd96ca93f6a1f | [log] [tgz] |
---|---|---|
author | Bin Liu <b-liu@ti.com> | Thu Aug 24 11:38:35 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 10:51:55 2017 +0200 |
tree | 82243a5158824492e6ca72814aa9644d7db48109 | |
parent | 1bff25eafa451c6210d6dfdff63e39c55c96a3e3 [diff] |
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>