From: Ricardo Neri <ricardo.neri@ti.com>
To: b-cousson@ti.com
Cc: Ricardo Neri <ricardo.neri@ti.com>,
tony@atomide.com, jon-hunter@ti.com, linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP4: hwmod data: Add McASP data port address space
Date: Tue, 9 Oct 2012 09:15:55 -0500 [thread overview]
Message-ID: <5074319B.10903@ti.com> (raw)
In-Reply-To: <1348763614-4298-1-git-send-email-ricardo.neri@ti.com>
Hi Benoit,
Have you had a chance to look at this patch? Maybe you want me to submit
it differently or to a different list?
Thanks!
Ricardo
On 09/27/2012 11:33 AM, Ricardo Neri wrote:
> McASP has a configuration port and a data port. This patch adds the address
> space entry for the data port as described in the OMAP4 TRM.
>
> Also, add names to the address spaces.
>
> Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
> ---
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> index f31f3bc..cb5b463 100644
> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> @@ -4951,10 +4951,16 @@ static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcasp = {
>
> static struct omap_hwmod_addr_space omap44xx_mcasp_dma_addrs[] = {
> {
> + .name = "cfg",
> .pa_start = 0x49028000,
> .pa_end = 0x490283ff,
> .flags = ADDR_TYPE_RT
> },
> + {
> + .name = "dat",
> + .pa_start = 0x4902A000,
> + .pa_end = 0x4902Afff,
> + },
> { }
> };
>
>
next prev parent reply other threads:[~2012-10-09 14:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-27 16:33 [PATCH] ARM: OMAP4: hwmod data: Add McASP data port address space Ricardo Neri
2012-10-09 14:15 ` Ricardo Neri [this message]
2012-10-11 10:29 ` Benoit Cousson
2012-10-11 17:30 ` Ricardo Neri
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=5074319B.10903@ti.com \
--to=ricardo.neri@ti.com \
--cc=b-cousson@ti.com \
--cc=jon-hunter@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.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.