Message ID | 20240205155521.1795552-1-avromanov@salutedevices.com (mailing list archive) |
---|---|
Headers | show
Received: from mx1.sberdevices.ru (mx1.sberdevices.ru [37.18.73.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5CDC532C8C; Mon, 5 Feb 2024 15:55:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.18.73.165 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707148542; cv=none; b=Soc0sU6EDmU5uN2K6SazmGeuntyxcVsAewSpdSGVyLFrFWnIbNlYr/f+Tj0uWwP+9KujY/inTHxBHuxExF3SxfuDCKfNaAaVaT8/U2rG5E/f6DlbnCFDSaHkhj2/gFDQqbnIWz3vmEnNxpbpHHpYZIloHCn4ibxP/cZTdG2RFcY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707148542; c=relaxed/simple; bh=H4oRgV/jEie/v77cuvbTK14qC3liSqOPe1rAe25bwNA=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=QXf0ZwBbdy/ZZmhPhV95oOAojVunPYNsdTOMYWyxJm2ZSUFkQcjyL/mMJea5Abdw0FwhmuTykpLRL7BrSUso/M3urgxxX7KeYIDREJtiPqHWw7eIDObe6Nvx/NL6JCTTFnmtIqupJzvRthSPGEKdG0L6mQsRQrwZqHHBJsGPMJA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=salutedevices.com; spf=pass smtp.mailfrom=salutedevices.com; dkim=pass (2048-bit key) header.d=salutedevices.com header.i=@salutedevices.com header.b=YD82x4dZ; arc=none smtp.client-ip=37.18.73.165 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=salutedevices.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=salutedevices.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=salutedevices.com header.i=@salutedevices.com header.b="YD82x4dZ" Received: from p-infra-ksmg-sc-msk01 (localhost [127.0.0.1]) by mx1.sberdevices.ru (Postfix) with ESMTP id 92CA210000D; Mon, 5 Feb 2024 18:55:34 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.sberdevices.ru 92CA210000D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salutedevices.com; s=mail; t=1707148534; bh=WukR0BEdUiJljBEquye27ZsOeD9lCcogq+wY4cXLaGs=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=YD82x4dZDSufRR2KwQjmJ6ULUyOujM2Yrk8mjuB+kdZWu/ZV9jcc/ubWaR9AhdM2z YAr6unQlgzCAysmjK3Cv5dzibjaY8XwliylOO2pSyJ9HBjhqSkCTq1U2xx1c684ysM EMD68XNRWdPKGmQYml4nfjfgCXgybI3KTU+G6ivLkbyfPbbSeeOcyvkKBNtkAE546F 0z48jglMlCFICe2wZN8QzgsGyfeExtqnTIVFrKk2c/rGVk8JkvDCwUQ5mZ1wbfxI27 1m8CYKI0VfWuIP6CuKBfyRv5pRdqD5w7gtg+fBUGMEJsGXTc3qu/ojm65x1LAmtct8 GU5UqEei2xrNQ== Received: from smtp.sberdevices.ru (p-i-exch-sc-m01.sberdevices.ru [172.16.192.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.sberdevices.ru (Postfix) with ESMTPS; Mon, 5 Feb 2024 18:55:34 +0300 (MSK) Received: from user-A520M-DS3H.sberdevices.ru (100.64.160.123) by p-i-exch-sc-m01.sberdevices.ru (172.16.192.107) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.40; Mon, 5 Feb 2024 18:55:32 +0300 From: Alexey Romanov <avromanov@salutedevices.com> To: <neil.armstrong@linaro.org>, <clabbe@baylibre.com>, <herbert@gondor.apana.org.au>, <davem@davemloft.net>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <khilman@baylibre.com>, <jbrunet@baylibre.com>, <martin.blumenstingl@googlemail.com> CC: <linux-crypto@vger.kernel.org>, <linux-amlogic@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <kernel@salutedevices.com>, Alexey Romanov <avromanov@salutedevices.com> Subject: [PATCH v3 00/20] Support more Amlogic SoC families in crypto driver Date: Mon, 5 Feb 2024 18:55:01 +0300 Message-ID: <20240205155521.1795552-1-avromanov@salutedevices.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: <linux-crypto.vger.kernel.org> List-Subscribe: <mailto:linux-crypto+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-crypto+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: p-i-exch-sc-m02.sberdevices.ru (172.16.192.103) To p-i-exch-sc-m01.sberdevices.ru (172.16.192.107) X-KSMG-Rule-ID: 10 X-KSMG-Message-Action: clean X-KSMG-AntiSpam-Lua-Profiles: 183204 [Feb 05 2024] X-KSMG-AntiSpam-Version: 6.1.0.3 X-KSMG-AntiSpam-Envelope-From: avromanov@salutedevices.com X-KSMG-AntiSpam-Rate: 0 X-KSMG-AntiSpam-Status: not_detected X-KSMG-AntiSpam-Method: none X-KSMG-AntiSpam-Auth: dkim=none X-KSMG-AntiSpam-Info: LuaCore: 7 0.3.7 6d6bf5bd8eea7373134f756a2fd73e9456bb7d1a, {Tracking_uf_ne_domains}, {Tracking_from_domain_doesnt_match_to}, 127.0.0.199:7.1.2;d41d8cd98f00b204e9800998ecf8427e.com:7.1.1;100.64.160.123:7.1.2;smtp.sberdevices.ru:7.1.1,5.0.1;lore.kernel.org:7.1.1;gist.github.com:7.1.1;salutedevices.com:7.1.1, FromAlignment: s, ApMailHostAddress: 100.64.160.123 X-MS-Exchange-Organization-SCL: -1 X-KSMG-AntiSpam-Interceptor-Info: scan successful X-KSMG-AntiPhishing: Clean, bases: 2024/02/05 14:21:00 X-KSMG-LinksScanning: Clean, bases: 2024/02/05 14:21:00 X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.0.1.6960, bases: 2024/02/05 10:19:00 #23362212 X-KSMG-AntiVirus-Status: Clean, skipped |
Series |
Support more Amlogic SoC families in crypto driver
|
expand
|