From: Tony Lindgren <tony@atomide.com>
To: Jonathan McDowell <noodles@earth.li>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: Readd Amstrad Delta USB support.
Date: Mon, 15 May 2006 02:58:48 -0700 [thread overview]
Message-ID: <20060515095847.GK8368@atomide.com> (raw)
In-Reply-To: <20060428123140.GL7570@earth.li>
* Jonathan McDowell <noodles@earth.li> [060428 05:33]:
> One of the recent merges from mainline removed the Amstrad Delta USB
> support. This patch adds it back in; it's the same as was in
> 2.6.16-omap2.
>
> Signed-Off-By: Jonathan McDowell <noodles@earth.li>
>
> -----
> diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c
> index 6178f04..664c3e2 100644
> --- a/arch/arm/mach-omap1/board-ams-delta.c
> +++ b/arch/arm/mach-omap1/board-ams-delta.c
> @@ -80,8 +80,15 @@ static struct omap_uart_config ams_delta
> .enabled_uarts = 1,
> };
>
> +static struct omap_usb_config ams_delta_usb_config __initdata = {
> + .register_host = 1,
> + .hmc_mode = 16,
> + .pins[0] = 2,
> +};
> +
> static struct omap_board_config_kernel ams_delta_config[] = {
> { OMAP_TAG_UART, &ams_delta_uart_config },
> + { OMAP_TAG_USB, &ams_delta_usb_config },
> };
>
> static void __init ams_delta_init(void)
Pushing today.
Tony
prev parent reply other threads:[~2006-05-15 9:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-28 12:31 [PATCH] ARM: OMAP: Readd Amstrad Delta USB support Jonathan McDowell
2006-05-15 9:58 ` Tony Lindgren [this message]
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=20060515095847.GK8368@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap-open-source@linux.omap.com \
--cc=noodles@earth.li \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.