From patchwork Fri Jul 28 10:24:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 707639 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6EC64C001DE for ; Fri, 28 Jul 2023 10:25:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235866AbjG1KZx (ORCPT ); Fri, 28 Jul 2023 06:25:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235870AbjG1KZb (ORCPT ); Fri, 28 Jul 2023 06:25:31 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 137894693; Fri, 28 Jul 2023 03:25:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690539906; x=1722075906; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Wloeck04yoAMrjbhj2T5lakE3hjP41+QMo2ggoVCzvQ=; b=qCEWUn255o4SbanXhOBzOmRXMUIKEn1OpiihopmowLtDW/GIqVIUfEi3 RR1VQAt2Z7EtQ/zhJ7Wh2HaFVaL2RVdg3FTJrIGtpfCFZp2d3iwsJ+pGL 6AjBLQQSf5ekaKrxnjr8hW1NVZrvXs8/n+x594LROcfjS4M+ErCcoJUbk HgoPWXQVPKRUgnKNiZxi2pTv620NUfnBwcbS3ZV2VWEAlMW1jDi+jwtsF eeVqd0A2VdogmRHLDDt1YcW0YsSXV8GAEj2EXNnf1aBjpb8m3dBl+Wkpa 3FpQdCNZUOrscdM9Yr87q9+Roa8Vl9f2jj1JLDZc+T+kuDWsiQBMzXSQg g==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="226622834" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:24:45 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:24:32 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:24:27 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , CC: Subject: [PATCH v3 09/50] dt-bindings: crypto: add sam9x7 in Atmel AES Date: Fri, 28 Jul 2023 15:54:22 +0530 Message-ID: <20230728102422.265715-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Add DT bindings for atmel AES. Signed-off-by: Varshini Rajendran --- .../devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml index 0b7383b3106b..7dc0748444fd 100644 --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml @@ -12,7 +12,11 @@ maintainers: properties: compatible: - const: atmel,at91sam9g46-aes + oneOf: + - const: atmel,at91sam9g46-aes + - items: + - const: microchip,sam9x7-aes + - const: atmel,at91sam9g46-aes reg: maxItems: 1 From patchwork Fri Jul 28 10:24:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 708339 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1BC9C41513 for ; Fri, 28 Jul 2023 10:26:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235838AbjG1K0O (ORCPT ); Fri, 28 Jul 2023 06:26:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235834AbjG1KZq (ORCPT ); Fri, 28 Jul 2023 06:25:46 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D17C23AAC; Fri, 28 Jul 2023 03:25:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690539919; x=1722075919; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=DXPjYaor5Qf24EOpgH2GGN2yVYXgC8H1FPKyjlWcbio=; b=Qt3wI1lM7mFZT6G4dPqkWetFZ1gQiaD7dRiprxcyNQgCNpC0stKKLkNT IT0eDHyCav7m37hXpOA6DjYKZ9efbc0gxj7os92tEXosGAMj+vQD+4k8s UruL+k5NsJOyj8hTfZrlbHNI7356jVOSEdym63f8DUDR7utbzL+qCF1eQ 3UkB9+dCwaLMfkP0zj7zClHb8zfR9FCeh04B2EP3/L1mN6AkL7/ZEW06B rGPsPqNEmqaMrhMDd1nG0Y4q6lBAycuK9P1plS+5eK91cBzXEZ0SisIae 61XnTpPErZYQaaueRYtr9GuiOv7f1t6BXaIkd0dpOECVHJxvP56m3Xemn g==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="222728522" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:24:48 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:24:41 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:24:36 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , CC: Subject: [PATCH v3 10/50] dt-bindings: crypto: add sam9x7 in Atmel SHA Date: Fri, 28 Jul 2023 15:54:33 +0530 Message-ID: <20230728102433.265772-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Add DT bindings for atmel SHA. Signed-off-by: Varshini Rajendran --- .../devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml index ee2ffb034325..d378c53314dd 100644 --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml @@ -12,7 +12,11 @@ maintainers: properties: compatible: - const: atmel,at91sam9g46-sha + oneOf: + - const: atmel,at91sam9g46-sha + - items: + - const: microchip,sam9x7-sha + - const: atmel,at91sam9g46-sha reg: maxItems: 1 From patchwork Fri Jul 28 10:24:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 707638 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E961C0015E for ; Fri, 28 Jul 2023 10:26:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235696AbjG1K0Q (ORCPT ); Fri, 28 Jul 2023 06:26:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235836AbjG1KZu (ORCPT ); Fri, 28 Jul 2023 06:25:50 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B5E03ABD; Fri, 28 Jul 2023 03:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690539925; x=1722075925; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0bWiq7B4vJ55DoLBtkBNi4eKcSYsW8jCGPwXuAU6VZs=; b=GfsbQC/rz1nEcLGlI3Y4nf/lhInbgJb4UtAwCLDe//cOy/CEtxXSPKLU t9nxTr3MSFDMKHzKFsHOpuGpaqlnaDKe9DUlCXFA3ZyOEx4DHHt1PdBon NAPfMcMMmKcSA+aveVqjpeSLdRG6Kr7ldRccN9liaSC8D2HeSOP0QXXUG roEeyQI+p1ePObwfgt+F/svFwgvOFcBYJP3aCRSe9DtbeIKfak8tSqTc5 ZoEEUW2PieslaAZ9OMKtdBesh9InGGIpy5mPzDH2j+ZyptuZlxM2OmteA Gj7vOBE1419EH9tgEO8CR4HcJaK4Ocqs/jPc7MUoEkbG4SXCqTisHZo0z g==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="226622875" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:24:52 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:24:50 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:24:45 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , CC: Subject: [PATCH v3 11/50] dt-bindings: crypto: add sam9x7 in Atmel TDES Date: Fri, 28 Jul 2023 15:54:42 +0530 Message-ID: <20230728102442.265820-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Add DT bindings for atmel TDES. Signed-off-by: Varshini Rajendran Acked-by: Nicolas Ferre --- .../devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml index 3d6ed24b1b00..6a441f79efea 100644 --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml @@ -12,7 +12,11 @@ maintainers: properties: compatible: - const: atmel,at91sam9g46-tdes + oneOf: + - const: atmel,at91sam9g46-tdes + - items: + - const: microchip,sam9x7-tdes + - const: atmel,at91sam9g46-tdes reg: maxItems: 1 From patchwork Fri Jul 28 10:27:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 708338 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 420ECC41513 for ; Fri, 28 Jul 2023 10:29:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234457AbjG1K3i (ORCPT ); Fri, 28 Jul 2023 06:29:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235342AbjG1K3N (ORCPT ); Fri, 28 Jul 2023 06:29:13 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE6A84EF4; Fri, 28 Jul 2023 03:28:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690540094; x=1722076094; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=rdI92sqoPeLSTXdYOGgX5TrtLh9Co70Pe8rMuulMOEA=; b=XssJloGMqaDvvN0omOgDidoBZ6xWlbOJXly7bAdUugAPzP0o/1Xr7VR+ Dwdr4VDzvmbP6VdXPm8EgycgrzOWlgnNKem41dZjn/cGvwA8r5IgD45K5 EeSfV8CKEzrs22XWco6Of4fJ3lQv/Ap54fY8rOrz1SYWV8d1WcCzpolIS xc4gke0oh3FPymyFdawtP22ZghOoyRK7q6pIQTO2Q6PFBL0ZilXJdoKJJ aSxhEWJQ35aGaOVA0CXXyG6ABetwmjconc9H4BZKdyuHfd3+vLT1egjI1 kWO9ek4S9t7ow+2PnrPhKR036SUzJyA+UP3YsPpmO7cvkxTzLb13ndaA4 g==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="163712703" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:27:31 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:27:09 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:27:04 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , Subject: [PATCH v3 22/50] dt-bindings: rng: atmel,at91-trng: add sam9x7 TRNG Date: Fri, 28 Jul 2023 15:57:01 +0530 Message-ID: <20230728102701.266408-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Add compatbile for Microchip sam9x7 TRNG. Signed-off-by: Varshini Rajendran --- Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml b/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml index 3ce45456d867..b38f8252342e 100644 --- a/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml +++ b/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml @@ -21,6 +21,10 @@ properties: - enum: - microchip,sama7g5-trng - const: atmel,at91sam9g45-trng + - items: + - enum: + - microchip,sam9x7-trng + - const: microchip,sam9x60-trng clocks: maxItems: 1