Message ID | 20240326153219.2915080-1-avromanov@salutedevices.com (mailing list archive) |
---|---|
Headers | show
Received: from mx1.sberdevices.ru (mx2.sberdevices.ru [45.89.224.132]) (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 EA82913C3F4; Tue, 26 Mar 2024 15:32:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.89.224.132 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711467162; cv=none; b=lETRguvAR8ZRPfHsYffVNO830/RXpVkaGVm18H7xBTiZ7mPg4fRUzqLa2N/oZc7/cQV+oPLspT+e2lBKd231WC8xxRFxgmE6P75TEW8Yje0C/ZgLTL6nstR5rvuQ+nS814zAjvFKKZdQBH5Atrq9VuS/HEcsb6dkBCdUW8S8Zvk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711467162; c=relaxed/simple; bh=RPIDCJ7DTY0xP1vLlS7UDb9i2k84O3frQMrJBdOCvTg=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Uq1jLY3xmzK1+29V+VD8jUYJ35JwFJQTaxyNtS0OhsUsDtZxiKDaNeg0jC/kQH17fmuInG/8ZKjLhenCkDW7af6me3PRSBfSMLoFTNtbzSOo1VEXQFtG0YyaNYazahH02hOd6KMVjso1w+npqyCvzizhc/eeXscFhokebdxzM34= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none 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=FkREBFLx; arc=none smtp.client-ip=45.89.224.132 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none 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="FkREBFLx" Received: from p-infra-ksmg-sc-msk02 (localhost [127.0.0.1]) by mx1.sberdevices.ru (Postfix) with ESMTP id 215CA120002; Tue, 26 Mar 2024 18:32:32 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.sberdevices.ru 215CA120002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salutedevices.com; s=mail; t=1711467152; bh=BCklwAWp3J0jXJ8BjDRutwl964F8kAWwbg9JLPowWfI=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=FkREBFLxKvK8q4ODc7+umYl12wSFph/vsOtZpj7e04BLBcHJPqvJTXFaxNFGZwxOl IOrg/98geiS7Q2QadrMvfFkgSVIu1Day6J5FSs2eHHwXFhfllGEh7MvzK4lH2GN/Cy exsyq2KrcucxeqXyxYawYx704x5gks5Wut86TFlSZEREKXrsSlF/JJF9mxMICsp3qs Y/0T0/4T8WdbIVJYbqQTXbCRtz2pvmdncDSfP8Ta472ornulG2ww5TP8t+cNlmpgEL fMhFF6Oebxm6ZdwP4B1CcWrzMDo93FcbCuZZCfr6IONOn35njKgwT0zzXoUfHcxfp4 wdJjqQh4KGgbg== Received: from smtp.sberdevices.ru (p-i-exch-sc-m02.sberdevices.ru [172.16.192.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.sberdevices.ru (Postfix) with ESMTPS; Tue, 26 Mar 2024 18:32:31 +0300 (MSK) Received: from user-A520M-DS3H.sigma.sbrf.ru (100.64.160.123) by p-i-exch-sc-m02.sberdevices.ru (172.16.192.103) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.40; Tue, 26 Mar 2024 18:32:30 +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>, <vadim.fedorenko@linux.dev> 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 v6 00/23] Support more Amlogic SoC families in crypto driver Date: Tue, 26 Mar 2024 18:31:56 +0300 Message-ID: <20240326153219.2915080-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-m02.sberdevices.ru (172.16.192.103) X-KSMG-Rule-ID: 10 X-KSMG-Message-Action: clean X-KSMG-AntiSpam-Lua-Profiles: 184425 [Mar 26 2024] X-KSMG-AntiSpam-Version: 6.1.0.4 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: 12 0.3.12 d1a01b14eb3fc102c904d35fe6c2622ed2d1c16e, {Tracking_uf_ne_domains}, {Tracking_from_domain_doesnt_match_to}, lore.kernel.org:7.1.1;d41d8cd98f00b204e9800998ecf8427e.com:7.1.1;gist.github.com:7.1.1;salutedevices.com:7.1.1;127.0.0.199:7.1.2;smtp.sberdevices.ru:5.0.1,7.1.1;100.64.160.123:7.1.2, 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/03/26 11:48:00 X-KSMG-LinksScanning: Clean, bases: 2024/03/26 11:48:00 X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.0.1.6960, bases: 2024/03/26 13:11:00 #24452135 X-KSMG-AntiVirus-Status: Clean, skipped |
Series |
Support more Amlogic SoC families in crypto driver
|
expand
|