From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 4/7 v3] USB: Add support for OHCI controller on s3c6400
Date: Mon, 4 Aug 2008 23:08:23 +0200 [thread overview]
Message-ID: <20080804210823.GA3155@game.jcrosoft.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0808041437280.4715@axis700.grange>
diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c
> index fd60edb..0bfa4d7 100644
> --- a/drivers/usb/usb_ohci.c
> +++ b/drivers/usb/usb_ohci.c
> @@ -69,6 +69,7 @@
> #if defined(CONFIG_ARM920T) || \
> defined(CONFIG_S3C2400) || \
> defined(CONFIG_S3C2410) || \
> + defined(CONFIG_S3C6400) || \
> defined(CONFIG_440EP) || \
> defined(CONFIG_PCI_OHCI) || \
> defined(CONFIG_MPC5200) || \
Can we start to avoid 10km if defined in the code?
Maybe we can find an other way do it?
Best Regards,
J.
next prev parent reply other threads:[~2008-08-04 21:08 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-31 10:54 [U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx Guennadi Liakhovetski
2008-07-31 14:24 ` Wolfgang Denk
2008-08-01 11:02 ` Guennadi Liakhovetski
2008-08-01 12:28 ` Wolfgang Denk
2008-08-01 13:30 ` [U-Boot-Users] several messages Guennadi Liakhovetski
2008-08-04 10:42 ` [U-Boot-Users] [PATCH 0/7 v2] SMDK6400 support Guennadi Liakhovetski
2008-08-04 10:42 ` [U-Boot-Users] [PATCH 1/7 v2] Add definition for the AM29LV800BB AMD NOR-flash Guennadi Liakhovetski
2008-08-04 10:42 ` [U-Boot-Users] [PATCH 2/7 v2] NAND_CMD_READOOB is not supported by all chips, read OOB with the page instead Guennadi Liakhovetski
2008-08-04 10:43 ` [U-Boot-Users] [PATCH 3/7 v2] ARM: Add arm1176 core with s3c6400 SoC Guennadi Liakhovetski
2008-08-04 10:43 ` [U-Boot-Users] [PATCH 4/7 v2] USB: Add support for OHCI controller on s3c6400 Guennadi Liakhovetski
2008-08-04 10:43 ` [U-Boot-Users] [PATCH 5/7 v2] serial: add s3c64xx serial driver Guennadi Liakhovetski
2008-08-04 10:43 ` [U-Boot-Users] [PATCH 6/7 v2] NAND: add NAND driver for s3c64xx Guennadi Liakhovetski
2008-08-04 10:43 ` [U-Boot-Users] [PATCH 7/7 v2] ARM: Add support for S3C6400 based SMDK6400 board Guennadi Liakhovetski
2008-08-04 11:00 ` [U-Boot-Users] [PATCH 0/7 v2] SMDK6400 support Wolfgang Denk
2008-08-04 12:44 ` [U-Boot-Users] [PATCH 0/7 v3] " Guennadi Liakhovetski
2008-08-04 12:44 ` [U-Boot-Users] [PATCH 1/7 v3] Add definition for the AM29LV800BB AMD NOR-flash Guennadi Liakhovetski
2008-08-04 12:45 ` [U-Boot-Users] [PATCH 2/7 v3] NAND_CMD_READOOB is not supported by all chips, read OOB with the page instead Guennadi Liakhovetski
2008-08-04 22:28 ` Scott Wood
2008-08-05 13:08 ` Guennadi Liakhovetski
2008-08-05 15:01 ` Scott Wood
2008-08-05 15:25 ` Guennadi Liakhovetski
2008-08-05 15:37 ` Scott Wood
2008-08-04 12:45 ` [U-Boot-Users] [PATCH 3/7 v3] ARM: Add arm1176 core with s3c6400 SoC Guennadi Liakhovetski
2008-08-04 20:06 ` [U-Boot-Users] [PATCH 3/7 v4] " Guennadi Liakhovetski
2008-08-04 12:45 ` [U-Boot-Users] [PATCH 4/7 v3] USB: Add support for OHCI controller on s3c6400 Guennadi Liakhovetski
2008-08-04 21:08 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-08-04 22:04 ` Guennadi Liakhovetski
2008-08-04 12:45 ` [U-Boot-Users] [PATCH 5/7 v3] serial: add s3c64xx serial driver Guennadi Liakhovetski
2008-08-04 21:19 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-04 22:08 ` Guennadi Liakhovetski
2008-08-04 22:52 ` Wolfgang Denk
2008-08-04 12:46 ` [U-Boot-Users] [PATCH 6/7 v3] NAND: add NAND driver for s3c64xx Guennadi Liakhovetski
2008-08-04 22:38 ` Scott Wood
2008-08-04 12:46 ` [U-Boot-Users] [PATCH 7/7 v3] ARM: Add support for S3C6400 based SMDK6400 board Guennadi Liakhovetski
2008-08-04 20:10 ` Guennadi Liakhovetski
2008-07-31 19:55 ` [U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx Jean-Christophe PLAGNIOL-VILLARD
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=20080804210823.GA3155@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=u-boot@lists.denx.de \
/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