On Mon, Jul 27, 2020 at 07:14:28PM +0300, Horia Geantă wrote:
> caam crypto module is included in several ARMv7-based SoCs from
> i.MX, Layerscape, Vybrid families.
>
> Signed-off-by: Horia Geantă
Applied, thanks.
On Wed, Jul 15, 2020 at 06:25:59PM +0300, Horia Geantă wrote:
> Add support for RNGB found in some i.MX6 SoCs (6SL, 6SLL, 6ULL, 6ULZ),
> based on RNGC driver (drivers/char/hw_random/imx-rngc.c).
>
> This driver claims support also for RNGB (besides RNGC),
> and is currently used only by i.MX25.
>
ch this driver to the skcipher API, allowing us to finally drop the
> blkcipher code in the near future.
>
> Cc: Shawn Guo
> Cc: Sascha Hauer
> Cc: Pengutronix Kernel Team
> Cc: Fabio Estevam
> Cc: NXP Linux Team
> Signed-off-by: Ard Biesheuvel
> ---
> drivers/c
On Wed, Jun 12, 2019 at 09:59:52PM +0800, Herbert Xu wrote:
> On Wed, Jun 12, 2019 at 09:26:02PM +0800, Shawn Guo wrote:
> >
> > Yes, it happens from time to time depending on maintainer's style. I'm
> > fine with the DT changes going through other subsystem tree,
On Wed, Jun 12, 2019 at 01:15:46PM +, Horia Geanta wrote:
> On 6/12/2019 4:06 PM, Shawn Guo wrote:
> > On Wed, Jun 12, 2019 at 11:45:18AM +, Horia Geanta wrote:
> >> On 6/12/2019 1:40 PM, Shawn Guo wrote:
> >>> On Thu, Jun 06, 2019 at 11:02:55AM +0300, H
On Wed, Jun 12, 2019 at 11:45:18AM +, Horia Geanta wrote:
> On 6/12/2019 1:40 PM, Shawn Guo wrote:
> > On Thu, Jun 06, 2019 at 11:02:55AM +0300, Horia Geantă wrote:
> >> From: Iuliana Prodan
> >>
> >> Add crypto node in device tree for CAAM support.
>
On Thu, Jun 06, 2019 at 11:02:55AM +0300, Horia Geantă wrote:
> From: Iuliana Prodan
>
> Add crypto node in device tree for CAAM support.
>
> Noteworthy is that on 7ulp the interrupt line is shared
> between the two job rings.
>
> Signed-off-by: Iuliana Prodan
> Signed-off-by: Franck LENORMAND
On Wed, Oct 17, 2018 at 12:37:55PM +, Leonard Crestez wrote:
> This block is present in 6sl, 6sll and 6ull so it should be enabled in
> the default imx kernel config.
>
> Signed-off-by: Leonard Crestez
> Reviewed-by: Fabio Estevam
Applied, thanks.
On Wed, Oct 17, 2018 at 12:37:54PM +, Leonard Crestez wrote:
> The DCP block on 6ull has no major differences other than requiring
> explicit clock enabling.
>
> Signed-off-by: Leonard Crestez
> Reviewed-by: Fabio Estevam
Applied, thanks.
On Thu, Feb 22, 2018 at 02:22:50PM +, Rui Miguel Silva wrote:
> Add CAAM device node to the i.MX7s device tree.
>
> Cc: Shawn Guo
> Cc: Sascha Hauer
> Cc: devicet...@vger.kernel.org
> Cc: "Horia Geantă"
> Cc: Aymen Sghaier
> Cc: Fabio Estevam
> Cc: Pe
On Fri, Feb 02, 2018 at 11:44:59AM +0800, Shawn Guo wrote:
> On Tue, Jan 09, 2018 at 05:52:06PM +0800, Anson Huang wrote:
> > Add i.MX7 SNVS RTC clock.
> >
> > Signed-off-by: Anson Huang
>
> Looks fine to me. Ping me when clk driver part lands mainline.
I'm c
On Tue, Jan 09, 2018 at 05:52:06PM +0800, Anson Huang wrote:
> Add i.MX7 SNVS RTC clock.
>
> Signed-off-by: Anson Huang
Looks fine to me. Ping me when clk driver part lands mainline.
Shawn
On Tue, Jul 18, 2017 at 06:30:46PM +0300, Horia Geantă wrote:
> This patch set adds support for CAAM's legacy Job Ring backend / interface
> on platforms having DPAA2 (Datapath Acceleration Architecture v2), like
> LS1088A or LS2088A.
>
> I would like to get the DT patches through the crypto list
On Sun, Jul 23, 2017 at 07:49:05PM +0200, Martin Kaiser wrote:
> From: Steffen Trumtrar
>
> Add a devicetree entry for the Random Number Generator Version B (RNGB).
> The driver for RNGC supports version B as well.
>
> Signed-off-by: Steffen Trumtrar
> Signed-off-by: Martin Kaiser
Applied, th
On Tue, Jul 25, 2017 at 01:31:52PM +, Horia Geantă wrote:
> On 7/25/2017 4:22 PM, Shawn Guo wrote:
> > On Tue, Jul 18, 2017 at 06:30:46PM +0300, Horia Geantă wrote:
> >> This patch set adds support for CAAM's legacy Job Ring backend / interface
> >> on
On Tue, Jul 18, 2017 at 06:30:46PM +0300, Horia Geantă wrote:
> This patch set adds support for CAAM's legacy Job Ring backend / interface
> on platforms having DPAA2 (Datapath Acceleration Architecture v2), like
> LS1088A or LS2088A.
>
> I would like to get the DT patches through the crypto list
On Tue, Mar 28, 2017 at 02:46:19PM +0300, Horia Geantă wrote:
> LS1012A has a SEC v5.4 security engine.
>
> Signed-off-by: Horia Geantă
Applied, thanks.
On Tue, Mar 28, 2017 at 07:19:43AM +, Horia Geantă wrote:
> For the sake of current patch, please clarify whether a v2 is needed.
> IIUC:
> -sec_mon node name could stay the same (existing binding)
> -label names are ok, since underline is the only option allowed by DTC
> -alias names are out-o
On Fri, Mar 24, 2017 at 08:29:17AM +, Horia Geantă wrote:
> On 3/24/2017 9:35 AM, Shawn Guo wrote:
> > On Fri, Mar 24, 2017 at 07:17:50AM +, Horia Geantă wrote:
> >>>> +sec_mon: sec_mon@1e9 {
> >>>
> >>> Hyphen is more p
On Fri, Mar 24, 2017 at 07:17:50AM +, Horia Geantă wrote:
> >> + sec_mon: sec_mon@1e9 {
> >
> > Hyphen is more preferred to be used in node name than underscore.
> >
> This would imply changing the
> Documentation/devicetree/bindings/crypto/fsl-sec4.txt binding and
> dealing with
On Wed, Mar 22, 2017 at 02:29:39PM +0200, Horia Geantă wrote:
> LS1012A has a SEC v5.4 security engine.
>
> Signed-off-by: Horia Geantă
> ---
> arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts | 9 +++
> arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts | 9 +++
> arch/arm64/boot/dts/freesc
On Fri, Mar 11, 2016 at 03:06:39PM +0100, Steffen Trumtrar wrote:
> Add a devicetree entry for the Random Number Generator Version C (RNGC).
>
> Signed-off-by: Steffen Trumtrar
> ---
> Changes in v2:
> - remove interrupt-names from dtsi
>
> arch/arm/boot/dts/imx25.dtsi | 8
> 1 file
On Mon, Feb 29, 2016 at 04:52:35PM +0100, Steffen Trumtrar wrote:
> Add a devicetree entry for the Random Number Generator Version C (RNGC).
>
> Signed-off-by: Steffen Trumtrar
> ---
> arch/arm/boot/dts/imx25.dtsi | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/d
On Tue, Feb 16, 2016 at 09:41:17AM +0100, Steffen Trumtrar wrote:
>
> Hi!
>
> Shawn Guo writes:
>
> > On Thu, Feb 11, 2016 at 03:04:43PM +0100, Steffen Trumtrar wrote:
> >> Add documentation for the Freescale Security Controller (SCC)
> >> found on i.MX25
On Thu, Feb 11, 2016 at 03:04:43PM +0100, Steffen Trumtrar wrote:
> Add documentation for the Freescale Security Controller (SCC)
> found on i.MX25 SoCs.
>
> Signed-off-by: Steffen Trumtrar
> ---
> .../devicetree/bindings/crypto/fsl-imx-scc.txt | 17
> +
> 1 file change
; Cc: David S. Miller
> Cc: Fabio Estevam
> Cc: Shawn Guo
> Cc: linux-crypto@vger.kernel.org
> ---
> .../devicetree/bindings/crypto/fsl-dcp.txt | 18 +
> drivers/crypto/Kconfig | 17 +
> drivers/crypto/Makefile
#x27;s there confusing people.
Shawn
> Cc: Herbert Xu
> Cc: David S. Miller
> Cc: Fabio Estevam
> Cc: Shawn Guo
> Cc: linux-crypto@vger.kernel.org
> ---
> drivers/crypto/Kconfig | 10 -
> drivers/crypto/Makefile | 1 -
> drivers/crypto/dcp.c| 903
> ---
On Thu, Aug 08, 2013 at 03:30:27PM +0200, Lothar Waßmann wrote:
> Reintroduce 'status = "disabled"' for the dcp node that was dropped by
> commit 519d8b1a "Added support for Freescale's DCP co-processor".
For IP blocks that do not have pins to be routed on boards, it should be
fine to have it enab
28 matches
Mail list logo