From: Yoshihiro Shimoda Date: Tue, 4 Nov 2014 01:05:45 +0000 (+0900) Subject: usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPE X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdeb79431331ff0eb5a8b6a31923497aa56d25a7;p=pandora-kernel.git usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPE Since the DCPCTR doesn't have the ACLRM bit, the usbus_pipe_clear() should not call the usbhsp_pipectrl_set() with ACLRM. So, this patch fixes this issue to add the usbhs_fifo_clear_dcp() in fifo.c because the controller needs the CFIFO to clear the the DCP PIPE. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed