Revert "USB: ci13xxx_udc: Add support for larger ( > 16K) length USB requests"

This reverts commit d2a03614a4ead5146860a550f8ee778e5297e260.

The original patch spans larger requests into multiple dTDs.  This
implementation is having problems with short packets.  When host
terminates the transfer with short packet, the controller will
advance to the next dTD of the current request. If host sends more
data, it will be received unintentionally.

CRs-Fixed: 449733
Change-Id: I06c88b93305ff2becd8096a1f6a8d82d6df7e638
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
2 files changed