From: Tony Lindgren <tony@atomide.com>
To: Suman Anna <s-anna@ti.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>, linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP2+: control: add OMAP5 support for dsp boot programming
Date: Thu, 16 May 2013 08:46:53 -0700 [thread overview]
Message-ID: <20130516154653.GS5600@atomide.com> (raw)
In-Reply-To: <1366234263-29875-1-git-send-email-s-anna@ti.com>
* Suman Anna <s-anna@ti.com> [130417 14:40]:
> Support for OMAP5 is added to the omap_dsp_ctrl_write_boot_addr()
> to enable the DSP boot.
>
> Signed-off-by: Suman Anna <s-anna@ti.com>
Thanks applying into omap-for-v3.11/fixes-non-critical.
Regards,
Tony
> ---
> arch/arm/mach-omap2/control.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
> index 2adb268..31e0dfe 100644
> --- a/arch/arm/mach-omap2/control.c
> +++ b/arch/arm/mach-omap2/control.c
> @@ -249,6 +249,7 @@ void omap_ctrl_write_dsp_boot_addr(u32 bootaddr)
> u32 offset = cpu_is_omap243x() ? OMAP243X_CONTROL_IVA2_BOOTADDR :
> cpu_is_omap34xx() ? OMAP343X_CONTROL_IVA2_BOOTADDR :
> cpu_is_omap44xx() ? OMAP4_CTRL_MODULE_CORE_DSP_BOOTADDR :
> + soc_is_omap54xx() ? OMAP4_CTRL_MODULE_CORE_DSP_BOOTADDR :
> 0;
>
> if (!offset) {
> --
> 1.8.2
>
prev parent reply other threads:[~2013-05-16 15:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 21:31 [PATCH] ARM: OMAP2+: control: add OMAP5 support for dsp boot programming Suman Anna
2013-05-16 15:46 ` 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=20130516154653.GS5600@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=s-anna@ti.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.