[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1747077616.git.Ryan.Wanner@microchip.com>
Date: Mon, 12 May 2025 12:27:26 -0700
From: <Ryan.Wanner@...rochip.com>
To: <herbert@...dor.apana.org.au>, <davem@...emloft.net>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>, <nicolas.ferre@...rochip.com>,
<alexandre.belloni@...tlin.com>, <claudiu.beznea@...on.dev>,
<olivia@...enic.com>
CC: <linux-crypto@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>, "Ryan
Wanner" <Ryan.Wanner@...rochip.com>
Subject: [PATCH 0/9] SAMA7D65 Add support for Crypto, CAN and PWM
From: Ryan Wanner <Ryan.Wanner@...rochip.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.
Ryan Wanner (9):
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: 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
Powered by blists - more mailing lists