From: Anton Vorontsov Date: Thu, 25 Dec 2008 14:15:07 +0000 (+0300) Subject: USB: fsl_qe_udc: Fix QE USB controller initialization X-Git-Tag: v2.6.29-rc5~45^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2247818a329687f30d1e5c3a62efc33d07c47522;p=pandora-kernel.git USB: fsl_qe_udc: Fix QE USB controller initialization qe_udc_reg_init() leaves the USB controller enabled before muram memory initialized. Sometimes the uninitialized muram memory confuses the controller, and it start sending the busy interrupts. Fix this by disabling the controller, it will be enabled later by the gadget driver, at bind time. Signed-off-by: Anton Vorontsov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed