linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
@ 2017-02-22 21:22 Steve Lin
       [not found] ` <1487798543-34229-1-git-send-email-steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
  2017-02-28 20:31 ` Florian Fainelli
  0 siblings, 2 replies; 5+ messages in thread
From: Steve Lin @ 2017-02-22 21:22 UTC (permalink / raw)
  To: herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	ray.jui-dY08KVG/lbpWk0Htik3J/w,
	scott.branden-dY08KVG/lbpWk0Htik3J/w,
	jon.mason-dY08KVG/lbpWk0Htik3J/w,
	f.fainelli-Re5JQEeQqe8AvxtiuMwx3w, mark.rutland-5wv7dgnIgG8
  Cc: bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	steven.lin1-dY08KVG/lbpWk0Htik3J/w,
	rob.rice-dY08KVG/lbpWk0Htik3J/w,
	linux-crypto-u79uwXL29TY76Z2rM5mHXA

Adds crypto hardware (SPU) to Northstar Plus device tree file.

Signed-off-by: Steve Lin <steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

---
Code changes for this addition were submitted previously by Rob
Rice: https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=9d12ba86f818aa9cfe9f01b750336aa441f2ffa2
---
 arch/arm/boot/dts/bcm-nsp.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index b6142bd..9bac0c8 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -241,6 +241,12 @@
 			brcm,nand-has-wp;
 		};
 
+		crypto@2f000 {
+			compatible = "brcm,spum-nsp-crypto";
+			reg = <0x2f000 0x900>;
+			mboxes = <&mailbox 0>;
+		};
+
 		gpiob: gpio@30000 {
 			compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
 			reg = <0x30000 0x50>;
-- 
2.1.0

--
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 related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
       [not found] ` <1487798543-34229-1-git-send-email-steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
@ 2017-02-22 23:32   ` Jon Mason
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Mason @ 2017-02-22 23:32 UTC (permalink / raw)
  To: Steve Lin
  Cc: Herbert Xu, Rob Herring, Russell King, Ray Jui, Scott Branden,
	Florian Fainelli, Mark Rutland, BCM Kernel Feedback,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-kernel, open list, Rob Rice,
	linux-crypto-u79uwXL29TY76Z2rM5mHXA

On Wed, Feb 22, 2017 at 4:22 PM, Steve Lin <steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> wrote:
> Adds crypto hardware (SPU) to Northstar Plus device tree file.
>
> Signed-off-by: Steve Lin <steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

Looks good to me!

Acked-by: Jon Mason <jon.mason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

>
> ---
> Code changes for this addition were submitted previously by Rob
> Rice: https://git.kernel.org/cgit/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=9d12ba86f818aa9cfe9f01b750336aa441f2ffa2
> ---
>  arch/arm/boot/dts/bcm-nsp.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
> index b6142bd..9bac0c8 100644
> --- a/arch/arm/boot/dts/bcm-nsp.dtsi
> +++ b/arch/arm/boot/dts/bcm-nsp.dtsi
> @@ -241,6 +241,12 @@
>                         brcm,nand-has-wp;
>                 };
>
> +               crypto@2f000 {
> +                       compatible = "brcm,spum-nsp-crypto";
> +                       reg = <0x2f000 0x900>;
> +                       mboxes = <&mailbox 0>;
> +               };
> +
>                 gpiob: gpio@30000 {
>                         compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
>                         reg = <0x30000 0x50>;
> --
> 2.1.0
>
--
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: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
  2017-02-22 21:22 [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi Steve Lin
       [not found] ` <1487798543-34229-1-git-send-email-steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
@ 2017-02-28 20:31 ` Florian Fainelli
       [not found]   ` <66ba937a-f1c3-1cae-ff2e-46a9d9c97344-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2017-02-28 20:31 UTC (permalink / raw)
  To: Steve Lin, herbert, robh+dt, linux, ray.jui, scott.branden,
	jon.mason, f.fainelli, mark.rutland
  Cc: devicetree, rob.rice, linux-kernel, bcm-kernel-feedback-list,
	linux-crypto, linux-arm-kernel

On 02/22/2017 01:22 PM, Steve Lin wrote:
> Adds crypto hardware (SPU) to Northstar Plus device tree file.
> 
> Signed-off-by: Steve Lin <steven.lin1@broadcom.com>

Applied, thanks!
-- 
Florian

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

* Re: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
       [not found]   ` <66ba937a-f1c3-1cae-ff2e-46a9d9c97344-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-03-06 19:22     ` Florian Fainelli
  2017-03-17 22:50       ` Florian Fainelli
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2017-03-06 19:22 UTC (permalink / raw)
  To: Florian Fainelli, Steve Lin,
	herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
	ray.jui-dY08KVG/lbpWk0Htik3J/w,
	scott.branden-dY08KVG/lbpWk0Htik3J/w,
	jon.mason-dY08KVG/lbpWk0Htik3J/w, mark.rutland-5wv7dgnIgG8
  Cc: bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	rob.rice-dY08KVG/lbpWk0Htik3J/w,
	linux-crypto-u79uwXL29TY76Z2rM5mHXA

On 02/28/2017 12:31 PM, Florian Fainelli wrote:
> On 02/22/2017 01:22 PM, Steve Lin wrote:
>> Adds crypto hardware (SPU) to Northstar Plus device tree file.
>>
>> Signed-off-by: Steve Lin <steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
> 
> Applied, thanks!

And dropped, since there is a dependency on "ARM: dts: NSP: Add mailbox
(PDC) to NSP" to be applied first.

Let's wait for the mailbox maintainer to chime in before I apply the
following patches (in that order):

ARM: dts: NSP: Add mailbox (PDC) to NSP
ARM: dts: NSP: Add crypto (SPU) to dtsi

Thanks!
-- 
Florian
--
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: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi
  2017-03-06 19:22     ` Florian Fainelli
@ 2017-03-17 22:50       ` Florian Fainelli
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2017-03-17 22:50 UTC (permalink / raw)
  To: Steve Lin, herbert, robh+dt, linux, ray.jui, scott.branden,
	jon.mason, mark.rutland
  Cc: devicetree, rob.rice, linux-kernel, bcm-kernel-feedback-list,
	linux-crypto, linux-arm-kernel

On 03/06/2017 11:22 AM, Florian Fainelli wrote:
> On 02/28/2017 12:31 PM, Florian Fainelli wrote:
>> On 02/22/2017 01:22 PM, Steve Lin wrote:
>>> Adds crypto hardware (SPU) to Northstar Plus device tree file.
>>>
>>> Signed-off-by: Steve Lin <steven.lin1@broadcom.com>
>>
>> Applied, thanks!
> 
> And dropped, since there is a dependency on "ARM: dts: NSP: Add mailbox
> (PDC) to NSP" to be applied first.
> 
> Let's wait for the mailbox maintainer to chime in before I apply the
> following patches (in that order):
> 
> ARM: dts: NSP: Add mailbox (PDC) to NSP
> ARM: dts: NSP: Add crypto (SPU) to dtsi

Applied again.
-- 
Florian

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

end of thread, other threads:[~2017-03-17 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22 21:22 [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi Steve Lin
     [not found] ` <1487798543-34229-1-git-send-email-steven.lin1-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2017-02-22 23:32   ` Jon Mason
2017-02-28 20:31 ` Florian Fainelli
     [not found]   ` <66ba937a-f1c3-1cae-ff2e-46a9d9c97344-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-03-06 19:22     ` Florian Fainelli
2017-03-17 22:50       ` Florian Fainelli

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).