From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [patch] Add USB Gadget support for mx35pdk
Date: Fri, 27 Nov 2009 08:37:50 +0100 [thread overview]
Message-ID: <20091127073750.GF27548@pengutronix.de> (raw)
In-Reply-To: <20091126151019.837865490@yahoo.com>
On Thu, Nov 26, 2009 at 04:09:11PM +0100, Harro Haan wrote:
> Add USB Gadget support for mx35pdk
>
> The patch is baselined on:
> git://git.pengutronix.de/git/imx/linux-2.6.git mxc-master
>
> Signed-off-by: Harro Haan <hrhaan@yahoo.com>
> ---
> arch/arm/mach-mx3/clock-imx35.c | 3 +++
> arch/arm/mach-mx3/mx35pdk.c | 12 ++++++++++++
> drivers/usb/gadget/Kconfig | 2 +-
> 3 files changed, 16 insertions(+), 1 deletion(-)
>
> Index: linux-2.6.31/drivers/usb/gadget/Kconfig
> ===================================================================
> --- linux-2.6.31.orig/drivers/usb/gadget/Kconfig 2009-11-25 17:57:01.000000000 +0100
> +++ linux-2.6.31/drivers/usb/gadget/Kconfig 2009-11-25 18:13:28.000000000 +0100
> @@ -156,7 +156,7 @@ config USB_ATMEL_USBA
>
> config USB_GADGET_FSL_USB2
> boolean "Freescale Highspeed USB DR Peripheral Controller"
> - depends on FSL_SOC || ARCH_MXC
> + depends on FSL_SOC || ARCH_MXC || ARCH_MX35
> select USB_GADGET_DUALSPEED
> help
> Some of Freescale PowerPC processors have a High Speed
This shouldn't be needed. ARCH_MX35 won't be set without ARCH_MXC.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2009-11-27 7:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-26 15:09 [patch] Add USB Gadget support for mx35pdk Harro Haan
2009-11-26 15:25 ` Daniel Mack
2009-11-27 7:37 ` Sascha Hauer [this message]
2009-11-27 10:44 ` [patch v2 0/2] " Harro Haan
2009-11-27 10:44 ` [patch v2 1/2] mx35: register usb_ahb clock in clock-imx35.c Harro Haan
2009-11-27 10:44 ` [patch v2 2/2] mx35: add usb gadget support in mx35pdk.c Harro Haan
2009-11-30 9:05 ` [patch v2 0/2] Add USB Gadget support for mx35pdk Sascha Hauer
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=20091127073750.GF27548@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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).