Re: [PATCH v3 11/14] ARM: dts: mx6sx: Add CAAM device node

2015-08-06 Thread Horia Geantă
On 8/6/2015 9:42 PM, Victoria Milhoan wrote: > Add CAAM device node to the i.MX6SX device tree. > > Signed-off-by: Victoria Milhoan Vicki, thanks for your work! For the series: Tested-by: Horia Geantă on imx6q-sabresd. Note that patch 14/14 crypto: caam - Detect hardware features during algor

Re: [GIT PULL] ASN.1 fixes

2015-08-06 Thread James Morris
On Wed, 5 Aug 2015, David Howells wrote: > Hi James, > > Can you pull these fixes for the ASN.1 compiler and decoder into the > security/next tree and also pass them onto Linus for immediate inclusion? > Pulled to my -next branch, but it's too late really for 4.2, for this class of bugfix. -

Re: [PATCH 1/4] ASN.1: Fix handling of CHOICE in ASN.1 compiler

2015-08-06 Thread David Howells
James Morris wrote: > It's pretty late in the -rc cycle. If you'd rather just pull the patches into your next tree, and wait for the next merge window, I'm okay with this. I've rebased my asn1-fixes branch on your next branch and created a new tag there: asn1-

[PATCH] crypto: doc - make URL into hyperlink

2015-08-06 Thread Brian Norris
The HTML output works a little nicer that way. Signed-off-by: Brian Norris --- Documentation/DocBook/crypto-API.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index 0992531ffefb..76436467

Re: [PATCH v2] crypto: talitos: Prevent panic in probe error path

2015-08-06 Thread Aaron Sierra
> For completeness, this patch also sets device drvdata to NULL after > the private structure is freed in talitos_remove(). [snip] > @@ -2745,6 +2754,7 @@ static int talitos_remove(struct platform_device > *ofdev) > iounmap(priv->reg); > > kfree(priv); > + dev_set_drvdata(dev, N

[PATCH v3 11/14] ARM: dts: mx6sx: Add CAAM device node

2015-08-06 Thread Victoria Milhoan
Add CAAM device node to the i.MX6SX device tree. Signed-off-by: Victoria Milhoan --- arch/arm/boot/dts/imx6sx.dtsi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 708175d..e6223d8 100644 --- a/ar

Re: [PATCH v2 11/14] ARM: dts: mx6sx: Add CAAM device node

2015-08-06 Thread Victoria Milhoan
On Thu, 6 Aug 2015 11:59:34 +0300 Horia Geantă wrote: > On 8/5/2015 9:28 PM, Victoria Milhoan wrote: > > Add CAAM device node to the i.MX6SX device tree. > > > > Signed-off-by: Victoria Milhoan > > --- > > arch/arm/boot/dts/imx6sx.dtsi | 28 > > 1 file changed, 28

Re: [PATCH v2 11/14] ARM: dts: mx6sx: Add CAAM device node

2015-08-06 Thread Horia Geantă
On 8/5/2015 9:28 PM, Victoria Milhoan wrote: > Add CAAM device node to the i.MX6SX device tree. > > Signed-off-by: Victoria Milhoan > --- > arch/arm/boot/dts/imx6sx.dtsi | 28 > 1 file changed, 28 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/a