All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Kyungmin Park <kyungmin.park@samsung.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: Fix apollon boot
Date: Wed, 18 Oct 2006 22:36:15 +0300	[thread overview]
Message-ID: <20061018193613.GE4669@atomide.com> (raw)
In-Reply-To: <000801c6ed07$dd1172a0$c7a3580a@swcenter.sec.samsung.co.kr>

* Kyungmin Park <kyungmin.park@samsung.com> [061011 10:37]:
> In previous GPMC patch, there was a typo. Fix typo and add header files for
> set_irq_type() warnings.
> 
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> 
> --
> 
> diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-
> omap2/board-apollon.c
> index 5d455d4..99651b2 100644
> --- a/arch/arm/mach-omap2/board-apollon.c
> +++ b/arch/arm/mach-omap2/board-apollon.c
> @@ -25,6 +25,7 @@ #include <linux/mtd/onenand.h>
>  #include <linux/interrupt.h>
>  #include <linux/delay.h>
>  #include <linux/leds.h>
> +#include <linux/irq.h>
>  
>  #include <asm/hardware.h>
>  #include <asm/mach-types.h>
> @@ -199,7 +200,7 @@ static inline void __init apollon_init_s
>  		return;
>  	}
>  	apollon_smc91x_resources[0].start = base + 0x300;
> -	apollon_smc91x_resources[1].end   = base + 0x30f;
> +	apollon_smc91x_resources[0].end   = base + 0x30f;
>  	udelay(100);
>  
>  	omap_cfg_reg(W4__24XX_GPIO74);
> 

Pushing today.

Tony

      reply	other threads:[~2006-10-18 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-11  7:35 [PATCH] ARM: OMAP: Fix apollon boot Kyungmin Park
2006-10-18 19:36 ` 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=20061018193613.GE4669@atomide.com \
    --to=tony@atomide.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-omap-open-source@linux.omap.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 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.