From: Lokesh Vutla <lokeshvutla@ti.com>
To: Vaibhav Bedia <vaibhav.bedia@gmail.com>
Cc: tony@atomide.com, rnayak@ti.com, paul@pwsan.com,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/1] ARM: OMAP5: Fix reboot handling
Date: Mon, 17 Feb 2014 10:10:30 +0530 [thread overview]
Message-ID: <530192BE.5000503@ti.com> (raw)
In-Reply-To: <1392592544-7884-1-git-send-email-vaibhav.bedia@gmail.com>
Hi Vaibhav,
On Monday 17 February 2014 04:45 AM, Vaibhav Bedia wrote:
> Use the correct register offset for issuing the
> reset command in OMAP5. Since dev_inst is set dynamically
> OMAP4 should not be affected by this change.
Thanks for the patch. This fixes reboot on OMAP5 and DRA7 also..:)
Tested-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
>
> Signed-off-by: Vaibhav Bedia <vaibhav.bedia@gmail.com>
> ---
> Applies on top of v3.14-rc3
>
> arch/arm/mach-omap2/prminst44xx.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/prminst44xx.c b/arch/arm/mach-omap2/prminst44xx.c
> index 6334b96..280f3c5 100644
> --- a/arch/arm/mach-omap2/prminst44xx.c
> +++ b/arch/arm/mach-omap2/prminst44xx.c
> @@ -183,11 +183,11 @@ void omap4_prminst_global_warm_sw_reset(void)
> OMAP4_PRM_RSTCTRL_OFFSET);
> v |= OMAP4430_RST_GLOBAL_WARM_SW_MASK;
> omap4_prminst_write_inst_reg(v, OMAP4430_PRM_PARTITION,
> - OMAP4430_PRM_DEVICE_INST,
> + dev_inst,
> OMAP4_PRM_RSTCTRL_OFFSET);
>
> /* OCP barrier */
> v = omap4_prminst_read_inst_reg(OMAP4430_PRM_PARTITION,
> - OMAP4430_PRM_DEVICE_INST,
> + dev_inst,
> OMAP4_PRM_RSTCTRL_OFFSET);
> }
>
WARNING: multiple messages have this Message-ID (diff)
From: lokeshvutla@ti.com (Lokesh Vutla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: OMAP5: Fix reboot handling
Date: Mon, 17 Feb 2014 10:10:30 +0530 [thread overview]
Message-ID: <530192BE.5000503@ti.com> (raw)
In-Reply-To: <1392592544-7884-1-git-send-email-vaibhav.bedia@gmail.com>
Hi Vaibhav,
On Monday 17 February 2014 04:45 AM, Vaibhav Bedia wrote:
> Use the correct register offset for issuing the
> reset command in OMAP5. Since dev_inst is set dynamically
> OMAP4 should not be affected by this change.
Thanks for the patch. This fixes reboot on OMAP5 and DRA7 also..:)
Tested-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
>
> Signed-off-by: Vaibhav Bedia <vaibhav.bedia@gmail.com>
> ---
> Applies on top of v3.14-rc3
>
> arch/arm/mach-omap2/prminst44xx.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/prminst44xx.c b/arch/arm/mach-omap2/prminst44xx.c
> index 6334b96..280f3c5 100644
> --- a/arch/arm/mach-omap2/prminst44xx.c
> +++ b/arch/arm/mach-omap2/prminst44xx.c
> @@ -183,11 +183,11 @@ void omap4_prminst_global_warm_sw_reset(void)
> OMAP4_PRM_RSTCTRL_OFFSET);
> v |= OMAP4430_RST_GLOBAL_WARM_SW_MASK;
> omap4_prminst_write_inst_reg(v, OMAP4430_PRM_PARTITION,
> - OMAP4430_PRM_DEVICE_INST,
> + dev_inst,
> OMAP4_PRM_RSTCTRL_OFFSET);
>
> /* OCP barrier */
> v = omap4_prminst_read_inst_reg(OMAP4430_PRM_PARTITION,
> - OMAP4430_PRM_DEVICE_INST,
> + dev_inst,
> OMAP4_PRM_RSTCTRL_OFFSET);
> }
>
next prev parent reply other threads:[~2014-02-17 4:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-16 23:15 [PATCH 1/1] ARM: OMAP5: Fix reboot handling Vaibhav Bedia
2014-02-16 23:15 ` Vaibhav Bedia
2014-02-17 4:40 ` Lokesh Vutla [this message]
2014-02-17 4:40 ` Lokesh Vutla
2014-02-17 6:58 ` Rajendra Nayak
2014-02-17 6:58 ` Rajendra Nayak
2014-02-19 17:39 ` Paul Walmsley
2014-02-19 17:39 ` Paul Walmsley
2014-02-19 17:44 ` Paul Walmsley
2014-02-19 17:44 ` Paul Walmsley
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=530192BE.5000503@ti.com \
--to=lokeshvutla@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=rnayak@ti.com \
--cc=tony@atomide.com \
--cc=vaibhav.bedia@gmail.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.