From: Deepak Chitriki <deepak.chitriki@ti.com>
To: "Guzman Lugo, Fernando" <x0095840@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"Doyu Hiroshi (Nokia-D/Helsinki)" <hiroshi.doyu@nokia.com>,
"Palande Ameya (Nokia-D/Helsinki)" <ameya.palande@nokia.com>,
Felipe Contreras <felipe.contreras@nokia.com>
Subject: Re: PATCH] OMAP3: add mailbox initialization for 3630
Date: Thu, 25 Mar 2010 18:01:24 -0500 [thread overview]
Message-ID: <4BABEB44.4090408@ti.com> (raw)
In-Reply-To: <496565EC904933469F292DDA3F1663E602CADC33F9@dlee06.ent.ti.com>
Acked-by: Deepak Chitriki <deepak.chitriki@ti.com>
Deepak
Guzman Lugo, Fernando wrote:
> From 1fcfb230789f904de80c46b69c50879ee3f32ed8 Mon Sep 17 00:00:00 2001
> From: Fernando Guzman Lugo <x0095840@ti.com>
> Date: Thu, 25 Mar 2010 16:55:46 -0600
> Subject: [PATCH] OMAP3: add mailbox initialization for 3630
>
> This patch adds mailbox initialization for 3630
>
> Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com>
> ---
> arch/arm/mach-omap2/devices.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
> index 18ad931..f9d177b 100644
> --- a/arch/arm/mach-omap2/devices.c
> +++ b/arch/arm/mach-omap2/devices.c
> @@ -196,7 +196,8 @@ static struct platform_device mbox_device = {
>
> static inline void omap_init_mbox(void)
> {
> - if (cpu_is_omap2420() || cpu_is_omap3430() || cpu_is_omap44xx()) {
> + if (cpu_is_omap2420() || cpu_is_omap3430() ||
> + cpu_is_omap3630() || cpu_is_omap44xx()) {
> mbox_device.num_resources = ARRAY_SIZE(omap_mbox_resources);
> mbox_device.resource = omap_mbox_resources;
> } else {
>
prev parent reply other threads:[~2010-03-25 23:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-25 22:51 PATCH] OMAP3: add mailbox initialization for 3630 Guzman Lugo, Fernando
2010-03-25 22:55 ` Kanigeri, Hari
2010-03-25 23:44 ` Guzman Lugo, Fernando
2010-03-26 5:25 ` Hiroshi DOYU
2010-03-26 17:05 ` Guzman Lugo, Fernando
2010-03-25 23:01 ` Deepak Chitriki [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=4BABEB44.4090408@ti.com \
--to=deepak.chitriki@ti.com \
--cc=ameya.palande@nokia.com \
--cc=felipe.contreras@nokia.com \
--cc=hiroshi.doyu@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=x0095840@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.