devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: STi: Add STiH410 SoC support
@ 2015-03-05 12:47 Fabrice GASNIER
  2015-03-05 12:55 ` Maxime Coquelin
       [not found] ` <1425559623-12379-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice GASNIER @ 2015-03-05 12:47 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Srinivas Kandagatla, Maxime Coquelin, Patrice Chotard,
	Russell King, Giuseppe Cavallaro, Fabrice Gasnier, devicetree,
	linux-kernel, linux-arm-kernel, kernel

This patch adds support to STiH410 SoC.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 Documentation/devicetree/bindings/arm/sti.txt | 4 ++++
 arch/arm/mach-sti/board-dt.c                  | 1 +
 2 files changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sti.txt b/Documentation/devicetree/bindings/arm/sti.txt
index d70ec35..8d27f6b 100644
--- a/Documentation/devicetree/bindings/arm/sti.txt
+++ b/Documentation/devicetree/bindings/arm/sti.txt
@@ -13,6 +13,10 @@ Boards with the ST STiH407 SoC shall have the following properties:
 Required root node property:
 compatible = "st,stih407";
 
+Boards with the ST STiH410 SoC shall have the following properties:
+Required root node property:
+compatible = "st,stih410";
+
 Boards with the ST STiH418 SoC shall have the following properties:
 Required root node property:
 compatible = "st,stih418";
diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
index b067390..b373aca 100644
--- a/arch/arm/mach-sti/board-dt.c
+++ b/arch/arm/mach-sti/board-dt.c
@@ -18,6 +18,7 @@ static const char *stih41x_dt_match[] __initdata = {
 	"st,stih415",
 	"st,stih416",
 	"st,stih407",
+	"st,stih410",
 	"st,stih418",
 	NULL
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: STi: Add STiH410 SoC support
  2015-03-05 12:47 [PATCH] ARM: STi: Add STiH410 SoC support Fabrice GASNIER
@ 2015-03-05 12:55 ` Maxime Coquelin
       [not found] ` <1425559623-12379-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2015-03-05 12:55 UTC (permalink / raw)
  To: Fabrice GASNIER, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Srinivas Kandagatla, Patrice Chotard,
	Russell King, Giuseppe Cavallaro, devicetree, linux-kernel,
	linux-arm-kernel, kernel

Hi Fabrice,

On 03/05/2015 01:47 PM, Fabrice GASNIER wrote:
> This patch adds support to STiH410 SoC.

Actually, the STiH410 support is already here in v4.0-rc1.
The problem is that it is missing the entry in the match table,
and so the L2 cache and other cpus than 0 don't get initialized.

Once fixed, you can add my:
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>

Thanks,
Maxime
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>   Documentation/devicetree/bindings/arm/sti.txt | 4 ++++
>   arch/arm/mach-sti/board-dt.c                  | 1 +
>   2 files changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/sti.txt b/Documentation/devicetree/bindings/arm/sti.txt
> index d70ec35..8d27f6b 100644
> --- a/Documentation/devicetree/bindings/arm/sti.txt
> +++ b/Documentation/devicetree/bindings/arm/sti.txt
> @@ -13,6 +13,10 @@ Boards with the ST STiH407 SoC shall have the following properties:
>   Required root node property:
>   compatible = "st,stih407";
>   
> +Boards with the ST STiH410 SoC shall have the following properties:
> +Required root node property:
> +compatible = "st,stih410";
> +
>   Boards with the ST STiH418 SoC shall have the following properties:
>   Required root node property:
>   compatible = "st,stih418";
> diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
> index b067390..b373aca 100644
> --- a/arch/arm/mach-sti/board-dt.c
> +++ b/arch/arm/mach-sti/board-dt.c
> @@ -18,6 +18,7 @@ static const char *stih41x_dt_match[] __initdata = {
>   	"st,stih415",
>   	"st,stih416",
>   	"st,stih407",
> +	"st,stih410",
>   	"st,stih418",
>   	NULL
>   };

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [STLinux Kernel] [PATCH] ARM: STi: Add STiH410 SoC support
       [not found] ` <1425559623-12379-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
@ 2015-03-05 13:29   ` Peter Griffin
  2015-03-05 13:35     ` Fabrice Gasnier
  2015-03-05 13:41   ` Lee Jones
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Griffin @ 2015-03-05 13:29 UTC (permalink / raw)
  To: Fabrice GASNIER
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Srinivas Kandagatla, Maxime Coquelin, Patrice Chotard,
	Russell King, Giuseppe Cavallaro,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	kernel-F5mvAk5X5gdBDgjK7y7TUQ

Hi Fabrice,

On Thu, 05 Mar 2015, Fabrice GASNIER wrote:
> This patch adds support to STiH410 SoC.

Once Maximes comments have been addressed: -

 Acked-by: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

This also needs to make its way into the next -rc.

regards,

Peter.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [STLinux Kernel] [PATCH] ARM: STi: Add STiH410 SoC support
  2015-03-05 13:29   ` [STLinux Kernel] " Peter Griffin
@ 2015-03-05 13:35     ` Fabrice Gasnier
  0 siblings, 0 replies; 5+ messages in thread
From: Fabrice Gasnier @ 2015-03-05 13:35 UTC (permalink / raw)
  To: Peter Griffin
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Srinivas Kandagatla, Maxime Coquelin, Patrice Chotard,
	Russell King, Giuseppe Cavallaro, devicetree, linux-kernel,
	linux-arm-kernel, kernel

Hi Peter,

On 03/05/2015 02:29 PM, Peter Griffin wrote:
> Hi Fabrice,
>
> On Thu, 05 Mar 2015, Fabrice GASNIER wrote:
>> This patch adds support to STiH410 SoC.
> Once Maximes comments have been addressed: -
Maxime's comment was on the commit message.
I sent a v2 for this ;-).

Thanks,
Fabrice

>
>   Acked-by: Peter Griffin <peter.griffin@linaro.org>
>
> This also needs to make its way into the next -rc.
Yes
>
> regards,
>
> Peter.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: STi: Add STiH410 SoC support
       [not found] ` <1425559623-12379-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
  2015-03-05 13:29   ` [STLinux Kernel] " Peter Griffin
@ 2015-03-05 13:41   ` Lee Jones
  1 sibling, 0 replies; 5+ messages in thread
From: Lee Jones @ 2015-03-05 13:41 UTC (permalink / raw)
  To: Fabrice GASNIER
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Srinivas Kandagatla, Maxime Coquelin, Patrice Chotard,
	Russell King, Giuseppe Cavallaro,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	kernel-F5mvAk5X5gdBDgjK7y7TUQ

Maxime,

Can you send this directly to Arnd for inclusion into the -rcs please?

Also, please also CC -stable and add the necessary tag in the commit
message.

Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

> This patch adds support to STiH410 SoC.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/arm/sti.txt | 4 ++++
>  arch/arm/mach-sti/board-dt.c                  | 1 +
>  2 files changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sti.txt b/Documentation/devicetree/bindings/arm/sti.txt
> index d70ec35..8d27f6b 100644
> --- a/Documentation/devicetree/bindings/arm/sti.txt
> +++ b/Documentation/devicetree/bindings/arm/sti.txt
> @@ -13,6 +13,10 @@ Boards with the ST STiH407 SoC shall have the following properties:
>  Required root node property:
>  compatible = "st,stih407";
>  
> +Boards with the ST STiH410 SoC shall have the following properties:
> +Required root node property:
> +compatible = "st,stih410";
> +
>  Boards with the ST STiH418 SoC shall have the following properties:
>  Required root node property:
>  compatible = "st,stih418";
> diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c
> index b067390..b373aca 100644
> --- a/arch/arm/mach-sti/board-dt.c
> +++ b/arch/arm/mach-sti/board-dt.c
> @@ -18,6 +18,7 @@ static const char *stih41x_dt_match[] __initdata = {
>  	"st,stih415",
>  	"st,stih416",
>  	"st,stih407",
> +	"st,stih410",
>  	"st,stih418",
>  	NULL
>  };

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-05 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 12:47 [PATCH] ARM: STi: Add STiH410 SoC support Fabrice GASNIER
2015-03-05 12:55 ` Maxime Coquelin
     [not found] ` <1425559623-12379-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
2015-03-05 13:29   ` [STLinux Kernel] " Peter Griffin
2015-03-05 13:35     ` Fabrice Gasnier
2015-03-05 13:41   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).