From: Swaminathan S Date: Mon, 28 Dec 2009 11:40:38 +0000 (+0200) Subject: usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctly X-Git-Tag: v2.6.34-rc1~215^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=565969237ab6e73ce7192684d00d5b890ee308fa;p=pandora-kernel.git usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctly This patch fixes the Tx abort/teardown logic. We now wait for the teardown completion interrupt and acknowledge the same by setting the tx_complete register to 0. This change is needed to ensure that abort processing works on DM365 platform. Without this change after completion of abort processing the system is overwhelmed with continuous stream of abort interrupts. This change has been tested on all CPPI3.x platforms (DM644x, DM646x, DM35x, DM36x). Signed-off-by: Swaminathan S Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed