devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."
@ 2012-12-07  8:57 Vakul Garg
  2012-12-08  4:30 ` Garg Vakul-B16394
  2012-12-12 21:29 ` Kumar Gala
  0 siblings, 2 replies; 4+ messages in thread
From: Vakul Garg @ 2012-12-07  8:57 UTC (permalink / raw)
  To: linux-crypto, linuxppc-dev, devicetree-discuss

This reverts commit a2c0911c09190125f52c9941b9d187f601c2f7be.

Signed-off-by: Vakul Garg <vakul@freescale.com>
---
Instead of adding SEC era information in crypto node's compatible, a new
property 'fsl,sec-era' is being introduced into crypto node.

 .../devicetree/bindings/crypto/fsl-sec4.txt        |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
index fc9ce6f..bd7ce12 100644
--- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
+++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
@@ -54,8 +54,7 @@ PROPERTIES
    - compatible
       Usage: required
       Value type: <string>
-      Definition: Must include "fsl,sec-v4.0". Also includes SEC
-           ERA versions (optional) with which the device is compatible.
+      Definition: Must include "fsl,sec-v4.0"
 
    - #address-cells
        Usage: required
@@ -107,7 +106,7 @@ PROPERTIES
 
 EXAMPLE
 	crypto@300000 {
-		compatible = "fsl,sec-v4.0", "fsl,sec-era-v2.0";
+		compatible = "fsl,sec-v4.0";
 		#address-cells = <1>;
 		#size-cells = <1>;
 		reg = <0x300000 0x10000>;
-- 
1.7.7.6

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

* RE: [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."
  2012-12-07  8:57 [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information." Vakul Garg
@ 2012-12-08  4:30 ` Garg Vakul-B16394
  2012-12-12 21:29 ` Kumar Gala
  1 sibling, 0 replies; 4+ messages in thread
From: Garg Vakul-B16394 @ 2012-12-08  4:30 UTC (permalink / raw)
  To: linux-crypto@vger.kernel.org, linuxppc-dev@ozlabs.org,
	devicetree-discuss@lists.ozlabs.org

Kindly ignore this.
I would send another patch updating device tree binding directly with the new proposed property.

> -----Original Message-----
> From: devicetree-discuss [mailto:devicetree-discuss-
> bounces+vakul=freescale.com@lists.ozlabs.org] On Behalf Of Vakul Garg
> Sent: Friday, December 07, 2012 2:27 PM
> To: linux-crypto@vger.kernel.org; linuxppc-dev@ozlabs.org; devicetree-
> discuss@lists.ozlabs.org
> Subject: [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree
> binding for ERA information."
> 
> This reverts commit a2c0911c09190125f52c9941b9d187f601c2f7be.
> 
> Signed-off-by: Vakul Garg <vakul@freescale.com>
> ---
> Instead of adding SEC era information in crypto node's compatible, a new
> property 'fsl,sec-era' is being introduced into crypto node.
> 
>  .../devicetree/bindings/crypto/fsl-sec4.txt        |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> index fc9ce6f..bd7ce12 100644
> --- a/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> +++ b/Documentation/devicetree/bindings/crypto/fsl-sec4.txt
> @@ -54,8 +54,7 @@ PROPERTIES
>     - compatible
>        Usage: required
>        Value type: <string>
> -      Definition: Must include "fsl,sec-v4.0". Also includes SEC
> -           ERA versions (optional) with which the device is compatible.
> +      Definition: Must include "fsl,sec-v4.0"
> 
>     - #address-cells
>         Usage: required
> @@ -107,7 +106,7 @@ PROPERTIES
> 
>  EXAMPLE
>  	crypto@300000 {
> -		compatible = "fsl,sec-v4.0", "fsl,sec-era-v2.0";
> +		compatible = "fsl,sec-v4.0";
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  		reg = <0x300000 0x10000>;
> --
> 1.7.7.6
> 
> 
> _______________________________________________
> devicetree-discuss mailing list
> devicetree-discuss@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/devicetree-discuss

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

* Re: [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."
  2012-12-07  8:57 [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information." Vakul Garg
  2012-12-08  4:30 ` Garg Vakul-B16394
@ 2012-12-12 21:29 ` Kumar Gala
  2012-12-13  4:04   ` Garg Vakul-B16394
  1 sibling, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2012-12-12 21:29 UTC (permalink / raw)
  To: Vakul Garg; +Cc: linux-crypto, linuxppc-dev, devicetree-discuss


On Dec 7, 2012, at 2:57 AM, Vakul Garg wrote:

> This reverts commit a2c0911c09190125f52c9941b9d187f601c2f7be.
> 
> Signed-off-by: Vakul Garg <vakul@freescale.com>
> ---
> Instead of adding SEC era information in crypto node's compatible, a new
> property 'fsl,sec-era' is being introduced into crypto node.
> 
> .../devicetree/bindings/crypto/fsl-sec4.txt        |    5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)

What tree do you think this has been applied to?

- k

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

* RE: [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information."
  2012-12-12 21:29 ` Kumar Gala
@ 2012-12-13  4:04   ` Garg Vakul-B16394
  0 siblings, 0 replies; 4+ messages in thread
From: Garg Vakul-B16394 @ 2012-12-13  4:04 UTC (permalink / raw)
  To: Kumar Gala
  Cc: linux-crypto@vger.kernel.org, linuxppc-dev@ozlabs.org,
	devicetree-discuss@lists.ozlabs.org

Hello Kumar

This has been applied to: 

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git.

Regards

Vakul

> -----Original Message-----
> From: Kumar Gala [mailto:galak@kernel.crashing.org]
> Sent: Thursday, December 13, 2012 3:00 AM
> To: Garg Vakul-B16394
> Cc: linux-crypto@vger.kernel.org; linuxppc-dev@ozlabs.org; devicetree-
> discuss@lists.ozlabs.org
> Subject: Re: [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree
> binding for ERA information."
> 
> 
> On Dec 7, 2012, at 2:57 AM, Vakul Garg wrote:
> 
> > This reverts commit a2c0911c09190125f52c9941b9d187f601c2f7be.
> >
> > Signed-off-by: Vakul Garg <vakul@freescale.com>
> > ---
> > Instead of adding SEC era information in crypto node's compatible, a
> > new property 'fsl,sec-era' is being introduced into crypto node.
> >
> > .../devicetree/bindings/crypto/fsl-sec4.txt        |    5 ++---
> > 1 files changed, 2 insertions(+), 3 deletions(-)
> 
> What tree do you think this has been applied to?
> 
> - k

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

end of thread, other threads:[~2012-12-13  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07  8:57 [PATCH] Revert "crypto: caam - Updated SEC-4.0 device tree binding for ERA information." Vakul Garg
2012-12-08  4:30 ` Garg Vakul-B16394
2012-12-12 21:29 ` Kumar Gala
2012-12-13  4:04   ` Garg Vakul-B16394

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