OSDN Git Service

USB: at91-ohci, handle extra at91sam9261 ahb clock
authorAndrew Victor <andrew@sanpeople.com>
Fri, 16 Feb 2007 18:18:58 +0000 (10:18 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:24 +0000 (15:32 -0800)
commited077bb714816e942ea9b740156659a28a34112f
tree55300d9853b47112a17c4ff5495b8eb22461377a
parentebaf494e2ad19c92d3af48feaf9d65fdb656ea28
USB: at91-ohci, handle extra at91sam9261 ahb clock

The AT91SAM9261 needs to activate an AHB clock (HCK0) to use the USB Host
controller. Previously clock.c would just enable it at startup, but now
all the unused clocks are automatically disabled.

Based on patch from Nicolas Ferre.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-at91.c