Linux cryptographic layer development
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Ryan.Wanner@microchip.com
Cc: davem@davemloft.net, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, nicolas.ferre@microchip.com,
	alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev,
	olivia@selenic.com, linux-crypto@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/10] SAMA7D65 Add support for Crypto, CAN and PWM
Date: Mon, 23 Jun 2025 17:18:18 +0800	[thread overview]
Message-ID: <aFkb2u8hCgHmDMsI@gondor.apana.org.au> (raw)
In-Reply-To: <cover.1749666053.git.Ryan.Wanner@microchip.com>

On Wed, Jun 11, 2025 at 12:47:24PM -0700, Ryan.Wanner@microchip.com wrote:
> From: Ryan Wanner <Ryan.Wanner@microchip.com>
> 
> This set adds support for the SAMA7D65 SoC crypto subsystem and enabling
> them in the device tree. This set also adds PWM to the device tree, and
> adds and enables the CAN bus system for the SAMA7D65 SoC.
> 
> Changes v1 -> v2:
> - Clean up formatting issues in the device tree and DT bindings.
> - Add a description of the capabilities for the cyrpto IPs for this SoC.
> 
> Ryan Wanner (10):
>   dt-bindings: crypto: add sama7d65 in Atmel AES
>   dt-bindings: crypto: add sama7d65 in Atmel SHA
>   dt-bindings: crypto: add sama7d65 in Atmel TDES
>   dt-bindings: rng: atmel,at91-trng: add sama7d65 TRNG
>   crypto: atmel - add support for AES and SHA IPs available on sama7d65
>     SoC
>   ARM: dts: microchip: sama7d65: Add crypto support
>   ARM: dts: microchip: sama7d65: Add PWM support
>   ARM: dts: microchip: sama7d65: Add CAN bus support
>   ARM: dts: microchip: sama7d65: Clean up extra space
>   ARM: dts: microchip: sama7d65: Enable CAN bus
> 
>  .../crypto/atmel,at91sam9g46-aes.yaml         |   4 +-
>  .../crypto/atmel,at91sam9g46-sha.yaml         |   4 +-
>  .../crypto/atmel,at91sam9g46-tdes.yaml        |   4 +-
>  .../bindings/rng/atmel,at91-trng.yaml         |   1 +
>  .../dts/microchip/at91-sama7d65_curiosity.dts |  35 +++++
>  arch/arm/boot/dts/microchip/sama7d65.dtsi     | 128 ++++++++++++++++++
>  drivers/crypto/atmel-aes.c                    |   1 +
>  drivers/crypto/atmel-sha.c                    |   1 +
>  8 files changed, 175 insertions(+), 3 deletions(-)
> 
> -- 
> 2.43.0

Patches 1-5 applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

  parent reply	other threads:[~2025-06-23  9:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-11 19:47 [PATCH v2 00/10] SAMA7D65 Add support for Crypto, CAN and PWM Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 01/10] dt-bindings: crypto: add sama7d65 in Atmel AES Ryan.Wanner
2025-06-12  7:33   ` Krzysztof Kozlowski
2025-06-11 19:47 ` [PATCH v2 02/10] dt-bindings: crypto: add sama7d65 in Atmel SHA Ryan.Wanner
2025-06-12  7:33   ` Krzysztof Kozlowski
2025-06-11 19:47 ` [PATCH v2 03/10] dt-bindings: crypto: add sama7d65 in Atmel TDES Ryan.Wanner
2025-06-12  7:34   ` Krzysztof Kozlowski
2025-06-11 19:47 ` [PATCH v2 04/10] dt-bindings: rng: atmel,at91-trng: add sama7d65 TRNG Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 05/10] crypto: atmel - add support for AES and SHA IPs available on sama7d65 SoC Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 06/10] ARM: dts: microchip: sama7d65: Add crypto support Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 07/10] ARM: dts: microchip: sama7d65: Add PWM support Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 08/10] ARM: dts: microchip: sama7d65: Add CAN bus support Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 09/10] ARM: dts: microchip: sama7d65: Clean up extra space Ryan.Wanner
2025-06-11 19:47 ` [PATCH v2 10/10] ARM: dts: microchip: sama7d65: Enable CAN bus Ryan.Wanner
2025-06-23  9:18 ` Herbert Xu [this message]
2025-06-24  7:18 ` [PATCH v2 00/10] SAMA7D65 Add support for Crypto, CAN and PWM Claudiu Beznea

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aFkb2u8hCgHmDMsI@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=Ryan.Wanner@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=olivia@selenic.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox