All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Matthew Percival <matthew@capgo.com>
Cc: Linux OMAP Open Source <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] dmtimer.c omap1 register fix...
Date: Thu, 21 Dec 2006 14:52:19 -0800	[thread overview]
Message-ID: <20061221225219.GF10399@atomide.com> (raw)
In-Reply-To: <1165539159.5155.2.camel@localhost.localdomain>

* Matthew Percival <matthew@capgo.com> [061207 16:54]:
> G'Day,
> 
> 	When I went to use dmtimer7 it did not seem to work.  I noticed that
> the base addresses for dmtimers 7 and 8 were set wrong.  A simple patch
> to correct a small error.  Confirmed to fix the problem on an OSK.
> 
> 	-- Matthew

> --- a/arch/arm/plat-omap/dmtimer.c	2006-12-06 11:40:06.000000000 +1100
> +++ b/arch/arm/plat-omap/dmtimer.c	2006-12-08 11:47:33.000000000 +1100
> @@ -90,8 +90,8 @@
>  	{ .phys_base = 0xfffb2c00, .irq = INT_1610_GPTIMER4 },
>  	{ .phys_base = 0xfffb3400, .irq = INT_1610_GPTIMER5 },
>  	{ .phys_base = 0xfffb3c00, .irq = INT_1610_GPTIMER6 },
> -	{ .phys_base = 0xfffb4400, .irq = INT_1610_GPTIMER7 },
> -	{ .phys_base = 0xfffb4c00, .irq = INT_1610_GPTIMER8 },
> +	{ .phys_base = 0xfffb7400, .irq = INT_1610_GPTIMER7 },
> +	{ .phys_base = 0xfffbd400, .irq = INT_1610_GPTIMER8 },
>  };
>  
>  #elif defined(CONFIG_ARCH_OMAP2)

Good catch, can you please reply to this thread with your Signed-off-by?

Tony

  reply	other threads:[~2006-12-21 22:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08  0:52 [PATCH] dmtimer.c omap1 register fix Matthew Percival
2006-12-21 22:52 ` Tony Lindgren [this message]
2006-12-21 23:13   ` Matthew Percival
2006-12-21 23:40     ` Tony Lindgren

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=20061221225219.GF10399@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=matthew@capgo.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.