Thread (3 messages) flat view 3 messages, 2 authors, 2007-01-18

Re: [PATCH 11/19] powerpc: setup usb host controller in SCC for Celleb

From: Ishizaki Kou <hidden>
Date: 2007-01-18 12:08:35

Ben-san,

Thank you for your suggestion.
On Fri, 2007-01-12 at 10:11 +0900, Ishizaki Kou wrote:
quoted
USB host controller in SCC requires enable sequence. It should be done
before USB host drivers start.

Signed-off-by: Kou Ishizaki <redacted>
Just a small nit here: Either you want that code to kick on any platform
that has a Toshiba SCC with that controller, in which case, put it in a
more generic place, like arch/powerpc/kernel/pci_64.c or
drivers/usb/host/pci_quirk.c, or you want that to run only on celleb (at
least for now) in which case, add a

if (!machine_is(celleb))
   return;

At the beginning, since if one builds a kernel with more than one
platform in, your quirk will be run regardless of the platform selected
at boot.

Ben.
Because it depends on platform, we will add platform check code.

Best regards,
Kou Ishizaki
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help