All of lore.kernel.org
 help / color / mirror / Atom feed
From: patrice.chotard@st.com (Patrice Chotard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: STi: Update machine _namestr to be more generic.
Date: Mon, 27 Jun 2016 15:20:44 +0200	[thread overview]
Message-ID: <5771282C.2050202@st.com> (raw)
In-Reply-To: <1462984816-705-1-git-send-email-peter.griffin@linaro.org>

Hi Peter

On 05/11/2016 06:40 PM, Peter Griffin wrote:
> This string is used by dump_stack and as we now support
> more SoC's than just STiH415/6 it is misleading to have
> the current string in the stack trace.
>
> This patch updates it to be more generic for the STi
> family of SoCs.
>
> So instead of looking like this
>
> [  271.672555] Hardware name: STiH415/416 SoC with Flattened Device Tree
> [  271.678998] [<c0310490>] (unwind_backtrace) from [<c030bb54>] (show_stack+0x10/0x14)
> [  271.686746] [<c030bb54>] (show_stack) from [<c058bc4c>] (dump_stack+0x98/0xac)
> [snip]
>
> it now looks like this:
>
> [    2.669879] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.6.0-rc3-00026-g38a1ce6-dirty #76
> [    2.677973] Hardware name: STi SoC with Flattened Device Tree
> [    2.683723] [<c0310490>] (unwind_backtrace) from [<c030bb54>] (show_stack+0x10/0x14)
> [    2.691472] [<c030bb54>] (show_stack) from [<c058bc0c>] (dump_stack+0x98/0xac)
> [snip]
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>   arch/arm/mach-sti/board-dt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
> index ae10fb2..cfee0ef 100644
> --- a/arch/arm/mach-sti/board-dt.c
> +++ b/arch/arm/mach-sti/board-dt.c
> @@ -23,7 +23,7 @@ static const char *const stih41x_dt_match[] __initconst = {
>   	NULL
>   };
>   
> -DT_MACHINE_START(STM, "STiH415/416 SoC with Flattened Device Tree")
> +DT_MACHINE_START(STM, "STi SoC with Flattened Device Tree")
>   	.dt_compat	= stih41x_dt_match,
>   	.l2c_aux_val	= L2C_AUX_CTRL_SHARED_OVERRIDE |
>   			  L310_AUX_CTRL_DATA_PREFETCH |
Acked-by: Patrice Chotard <patrice.chotard@st.com>

WARNING: multiple messages have this Message-ID (diff)
From: Patrice Chotard <patrice.chotard@st.com>
To: Peter Griffin <peter.griffin@linaro.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <srinivas.kandagatla@gmail.com>,
	<maxime.coquelin@st.com>
Cc: <lee.jones@linaro.org>
Subject: Re: [PATCH] ARM: STi: Update machine _namestr to be more generic.
Date: Mon, 27 Jun 2016 15:20:44 +0200	[thread overview]
Message-ID: <5771282C.2050202@st.com> (raw)
In-Reply-To: <1462984816-705-1-git-send-email-peter.griffin@linaro.org>

Hi Peter

On 05/11/2016 06:40 PM, Peter Griffin wrote:
> This string is used by dump_stack and as we now support
> more SoC's than just STiH415/6 it is misleading to have
> the current string in the stack trace.
>
> This patch updates it to be more generic for the STi
> family of SoCs.
>
> So instead of looking like this
>
> [  271.672555] Hardware name: STiH415/416 SoC with Flattened Device Tree
> [  271.678998] [<c0310490>] (unwind_backtrace) from [<c030bb54>] (show_stack+0x10/0x14)
> [  271.686746] [<c030bb54>] (show_stack) from [<c058bc4c>] (dump_stack+0x98/0xac)
> [snip]
>
> it now looks like this:
>
> [    2.669879] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.6.0-rc3-00026-g38a1ce6-dirty #76
> [    2.677973] Hardware name: STi SoC with Flattened Device Tree
> [    2.683723] [<c0310490>] (unwind_backtrace) from [<c030bb54>] (show_stack+0x10/0x14)
> [    2.691472] [<c030bb54>] (show_stack) from [<c058bc0c>] (dump_stack+0x98/0xac)
> [snip]
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>   arch/arm/mach-sti/board-dt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
> index ae10fb2..cfee0ef 100644
> --- a/arch/arm/mach-sti/board-dt.c
> +++ b/arch/arm/mach-sti/board-dt.c
> @@ -23,7 +23,7 @@ static const char *const stih41x_dt_match[] __initconst = {
>   	NULL
>   };
>   
> -DT_MACHINE_START(STM, "STiH415/416 SoC with Flattened Device Tree")
> +DT_MACHINE_START(STM, "STi SoC with Flattened Device Tree")
>   	.dt_compat	= stih41x_dt_match,
>   	.l2c_aux_val	= L2C_AUX_CTRL_SHARED_OVERRIDE |
>   			  L310_AUX_CTRL_DATA_PREFETCH |
Acked-by: Patrice Chotard <patrice.chotard@st.com>

  parent reply	other threads:[~2016-06-27 13:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 16:40 [PATCH] ARM: STi: Update machine _namestr to be more generic Peter Griffin
2016-05-11 16:40 ` Peter Griffin
2016-05-12 11:18 ` Lee Jones
2016-05-12 11:18   ` Lee Jones
2016-06-27 13:20 ` Patrice Chotard [this message]
2016-06-27 13:20   ` Patrice Chotard

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=5771282C.2050202@st.com \
    --to=patrice.chotard@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.