Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Stephen Boyd
On 09/07/2016 06:09 AM, Stanimir Varbanov wrote: > Hi Iaroslav, > > On 08/30/2016 06:37 PM, Iaroslav Gridin wrote: >> From: Voker57 >> >> Add device tree definitions for Qualcomm Cryptography engine and its BAM >> Signed-off-by: Iaroslav Gridin >> --- >>

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Stephen Boyd
On 09/07/2016 06:09 AM, Stanimir Varbanov wrote: > Hi Iaroslav, > > On 08/30/2016 06:37 PM, Iaroslav Gridin wrote: >> From: Voker57 >> >> Add device tree definitions for Qualcomm Cryptography engine and its BAM >> Signed-off-by: Iaroslav Gridin >> --- >> arch/arm/boot/dts/qcom-msm8974.dtsi | 42

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Andy Gross
On Fri, Sep 16, 2016 at 08:38:01PM +0300, Iaroslav Gridin wrote: > On Thu, Sep 15, 2016 at 04:18:42PM -0500, Andy Gross wrote: > > > Actually, on thinking about this more, the bam block itself only requires > > the > > single clock. The peripheral it is attached to has to keep its sanity > >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Andy Gross
On Fri, Sep 16, 2016 at 08:38:01PM +0300, Iaroslav Gridin wrote: > On Thu, Sep 15, 2016 at 04:18:42PM -0500, Andy Gross wrote: > > > Actually, on thinking about this more, the bam block itself only requires > > the > > single clock. The peripheral it is attached to has to keep its sanity > >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Iaroslav Gridin
On Thu, Sep 15, 2016 at 04:18:42PM -0500, Andy Gross wrote: > Actually, on thinking about this more, the bam block itself only requires the > single clock. The peripheral it is attached to has to keep its sanity during > the duration of the transfer (crypto). The crypto requires 3 clocks, one

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Iaroslav Gridin
On Thu, Sep 15, 2016 at 04:18:42PM -0500, Andy Gross wrote: > Actually, on thinking about this more, the bam block itself only requires the > single clock. The peripheral it is attached to has to keep its sanity during > the duration of the transfer (crypto). The crypto requires 3 clocks, one

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Iaroslav Gridin
On Thu, Sep 15, 2016 at 04:18:42PM -0500, Andy Gross wrote: > Actually, on thinking about this more, the bam block itself only > requires the > single clock. The peripheral it is attached to has to keep its sanity > during > the duration of the transfer (crypto). The crypto requires 3 clocks, >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-16 Thread Iaroslav Gridin
On Thu, Sep 15, 2016 at 04:18:42PM -0500, Andy Gross wrote: > Actually, on thinking about this more, the bam block itself only > requires the > single clock. The peripheral it is attached to has to keep its sanity > during > the duration of the transfer (crypto). The crypto requires 3 clocks, >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-15 Thread Andy Gross
On Tue, Aug 30, 2016 at 06:37:40PM +0300, Iaroslav Gridin wrote: > From: Voker57 > > Add device tree definitions for Qualcomm Cryptography engine and its BAM > Signed-off-by: Iaroslav Gridin > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 42 >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-15 Thread Andy Gross
On Tue, Aug 30, 2016 at 06:37:40PM +0300, Iaroslav Gridin wrote: > From: Voker57 > > Add device tree definitions for Qualcomm Cryptography engine and its BAM > Signed-off-by: Iaroslav Gridin > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 42 > + > 1 file

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-12 Thread Bjorn Andersson
On Tue 30 Aug 08:37 PDT 2016, Iaroslav Gridin wrote: > From: Voker57 > > Add device tree definitions for Qualcomm Cryptography engine and its BAM > Signed-off-by: Iaroslav Gridin > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 42 >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-12 Thread Bjorn Andersson
On Tue 30 Aug 08:37 PDT 2016, Iaroslav Gridin wrote: > From: Voker57 > > Add device tree definitions for Qualcomm Cryptography engine and its BAM > Signed-off-by: Iaroslav Gridin > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 42 > + > 1 file changed, 42

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-07 Thread Iaroslav Gridin
> > + clocks = < GCC_CE2_AHB_CLK>, > > +< GCC_CE2_AXI_CLK>, > > +< GCC_CE2_CLK>; > > + clock-names = "bam_clk", "axi_clk", "core_clk"; > > + #dma-cells = <1>; > > +

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-07 Thread Iaroslav Gridin
> > + clocks = < GCC_CE2_AHB_CLK>, > > +< GCC_CE2_AXI_CLK>, > > +< GCC_CE2_CLK>; > > + clock-names = "bam_clk", "axi_clk", "core_clk"; > > + #dma-cells = <1>; > > +

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-07 Thread Stanimir Varbanov
Hi Iaroslav, On 08/30/2016 06:37 PM, Iaroslav Gridin wrote: > From: Voker57 > > Add device tree definitions for Qualcomm Cryptography engine and its BAM > Signed-off-by: Iaroslav Gridin > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 42 >

Re: [PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-09-07 Thread Stanimir Varbanov
Hi Iaroslav, On 08/30/2016 06:37 PM, Iaroslav Gridin wrote: > From: Voker57 > > Add device tree definitions for Qualcomm Cryptography engine and its BAM > Signed-off-by: Iaroslav Gridin > --- > arch/arm/boot/dts/qcom-msm8974.dtsi | 42 > + > 1 file

[PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-08-30 Thread Iaroslav Gridin
From: Voker57 Add device tree definitions for Qualcomm Cryptography engine and its BAM Signed-off-by: Iaroslav Gridin --- arch/arm/boot/dts/qcom-msm8974.dtsi | 42 + 1 file changed, 42 insertions(+) diff --git

[PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam

2016-08-30 Thread Iaroslav Gridin
From: Voker57 Add device tree definitions for Qualcomm Cryptography engine and its BAM Signed-off-by: Iaroslav Gridin --- arch/arm/boot/dts/qcom-msm8974.dtsi | 42 + 1 file changed, 42 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi