From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Sean MacLennan <smaclennan@pikatech.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] Miscellaneous for Taco
Date: Sat, 05 Jan 2008 18:24:25 +1100 [thread overview]
Message-ID: <1199517865.7291.50.camel@pasglop> (raw)
In-Reply-To: <477F13C0.7040006@pikatech.com>
On Sat, 2008-01-05 at 00:21 -0500, Sean MacLennan wrote:
> Last ones for now.
>
> This patch allows you to turn off scsi_wait_scan.
You'll have to run that one via the SCSI maintainers.
> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
> index a6676be..960dc78 100644
> --- a/drivers/scsi/Kconfig
> +++ b/drivers/scsi/Kconfig
> @@ -248,7 +248,7 @@ config SCSI_SCAN_ASYNC
> or async on the kernel's command line.
>
> config SCSI_WAIT_SCAN
> - tristate
> + tristate "SCSI wait scan"
> default m
> depends on SCSI
> depends on MODULES
>
> This patch allows you to use the USB with the taco. The taco does not
> have PCI so we must specifically add it.
>
> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index 7580aa5..480580c 100644
> --- a/drivers/usb/Kconfig
> +++ b/drivers/usb/Kconfig
> @@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI
> # PPC:
> default y if STB03xxx
> default y if PPC_MPC52xx
> + default y if TACO
> # MIPS:
> default y if SOC_AU1X00
> # more:
I think we should instead reference use the 440EP here, or select it
from your board code. I -hate- those long lists of board specific bits
hidden in driver Kconfig...
Cheers,
Ben.
next prev parent reply other threads:[~2008-01-05 7:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-05 5:21 [PATCH] Miscellaneous for Taco Sean MacLennan
2008-01-05 7:24 ` Benjamin Herrenschmidt [this message]
2008-01-05 9:26 ` Stefan Roese
2008-01-05 18:22 ` Sean MacLennan
2008-01-05 20:56 ` Benjamin Herrenschmidt
2008-01-08 18:41 ` Sean MacLennan
2008-01-08 19:23 ` Stefan Roese
2008-01-08 20:41 ` Benjamin Herrenschmidt
2008-01-09 17:26 ` Sean MacLennan
2008-01-09 19:18 ` Josh Boyer
2008-01-09 19:26 ` Sean MacLennan
2008-01-09 19:54 ` Josh Boyer
2008-01-09 20:10 ` Sean MacLennan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1199517865.7291.50.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=smaclennan@pikatech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).