public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Gadiyar, Anand" <gadiyar@ti.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: DMA fix bug in omap_get_dma_dst_pos
Date: Mon, 1 Oct 2007 10:43:09 -0700	[thread overview]
Message-ID: <20071001174309.GK24656@atomide.com> (raw)
In-Reply-To: <010C7BAE6783F34D9AC336EE5A01A08804708B6C@dbde01.ent.ti.com>

* Gadiyar, Anand <gadiyar@ti.com> [070918 22:53]:
> From: Anand Gadiyar <gadiyar@ti.com>
> 
> omap_get_dma_dst_pos() should return the current destination address.
> The CDSA register contains the destination start address.
> CDAC register should be used instead.
> 
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> ---
> 
>  linux-omap/arch/arm/plat-omap/dma.c |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
> ===================================================================
> --- linux-omap.orig/arch/arm/plat-omap/dma.c	2007-09-18
> 16:17:21.000000000 +0530
> +++ linux-omap/arch/arm/plat-omap/dma.c	2007-09-18 16:21:59.000000000
> +0530
> @@ -776,7 +776,7 @@
>  				       (OMAP1_DMA_CDSA_U_REG(lch) <<
> 16));
>  
>  	if (cpu_is_omap24xx())
> -		offset = OMAP2_DMA_CDSA_REG(lch);
> +		offset = OMAP2_DMA_CDAC_REG(lch);
>  
>  	return offset;
>  }

Thanks, pushing today. Can you please check your mail program settings
to avoid wrapped patches next time?

Regards,

Tony

      reply	other threads:[~2007-10-01 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-19  5:52 [PATCH] ARM: OMAP: DMA fix bug in omap_get_dma_dst_pos Gadiyar, Anand
2007-10-01 17:43 ` 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=20071001174309.GK24656@atomide.com \
    --to=tony@atomide.com \
    --cc=gadiyar@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox