From: Ben Dooks Date: Sun, 2 Apr 2006 00:45:00 +0000 (+0100) Subject: [PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI core X-Git-Tag: v2.6.17-rc2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3799c40189570133f9bb3176be24f0edb0e823c6;p=pandora-kernel.git [PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI core Get the "usb-bus" clock and ensure it is enabled when the OHCI core is in use. It seems that a few bootloaders do not enable the UPLL at startup, which stops the OHCI core having a 48MHz bus clock. The improvements to the clock framework for the s3c24xx now allow the USB PLL to be started and stopped when being used. Signed-off-by: Ben Dooks Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed