From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 2C4FB40DFC1 for ; Wed, 1 Apr 2026 09:02:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775034141; cv=none; b=m0atj7J2ycvMI+Q98UT3kytIHg9xVEinRBoRVW8wAxE1mWEHNE55qukQJz+K2rbYywv9wZjQb4nJE0zihkaFn/zsWREgx0VXdSZ2JRubWuYoBKNHHpAMkPZZ554RpqaDh9cdqFlUdaD9uJhgcFqdSeACMWkh2okriS5Qy4uUa/g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775034141; c=relaxed/simple; bh=Nv1tyXdxUtYtJcdXLQEiG6kmoUSuQqWiLrIF7eSvS3k=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=htIluDhYGdlinIHtEjDd7Q9ilvJR23zLajKAiGHdoTqhJxhMcPcF69yLpPLRIkF3m/TPySRVKRCQCt/6IJzIkFQ3mn6W5O2zQHWCrT7PtO1o9BVJpZVIO5u4+VfunZUwVsDdsIYHT3n1ioIsxVvTPTeZNAOCk22uILnlp9MXdEE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=hDOrUGUu; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="hDOrUGUu" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 4AC984E42491; Wed, 1 Apr 2026 09:02:16 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 1B0F3602BF; Wed, 1 Apr 2026 09:02:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 1207A104502B1; Wed, 1 Apr 2026 11:02:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1775034127; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=wYh5/DOXlK3Zu21yc+XZNP6692NE6CVxLYbVNhxF1NU=; b=hDOrUGUulrBEOgQGL3u/cF4Li6GmbbcvLmsd73TmBA3GQz4swD+P4B6IZue+v8BDpjeYF/ YefBd51oKWW+lvzdM+fftMk8fM05xzK7BqvzHqMkmm3eH0UgP9C1oD9i8odO8y4uH33zkA 48SP9bRmYpn6YRBYjbMt+xVH+PhCEXrhMQ30AlL8rJKeb4XDtZBQyyc66LJoIMdh12WNNX z9Jiqss1cxFGmJAxsZUNmCippmFwcq5s+nbmTbbCtZ9t3Zic8U5/6oj17kB59cAXC21BMg HPxOIMNIyCNJaVIOtbvZEoyzEegLWwoQ2kp9qbNcN0lrV3SaZQC3kax7cfRGlw== From: Miquel Raynal To: Geert Uytterhoeven Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Olivia Mackall , Herbert Xu , Jayesh Choudhary , "David S. Miller" , Christian Marangi , Antoine Tenart , Geert Uytterhoeven , Magnus Damm , Thomas Petazzoni , Pascal EBERHARD , Wolfram Sang , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Herve Codina Subject: Re: [PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block In-Reply-To: (Geert Uytterhoeven's message of "Mon, 30 Mar 2026 15:33:30 +0200") References: <20260327-schneider-v7-0-rc1-crypto-v1-0-5e6ff7853994@bootlin.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Wed, 01 Apr 2026 11:02:01 +0200 Message-ID: <87h5pv6ol2.fsf@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Hi Geert, On 30/03/2026 at 15:33:30 +02, Geert Uytterhoeven wr= ote: > Hi Miquel, > > On Fri, 27 Mar 2026 at 21:10, Miquel Raynal (Schneider Electric) > wrote: >> This is a series adding support for the EIP-150, which is a crypto block >> containing: >> - a public key accelerator >> - a random number generator >> - an interrupt controller > > Thanks for your series! > >> irqchip/eip201-aic: Add support for Safexcel EIP-201 AIC > [...] >> crypto: eip28: Add support for SafeXcel EIP-28 Public Key Accelera= tor > > My OCD tells me to ask for using "SafeXcel" consistently, ;-) Ah, yeah :) I initially wrote "Safexcel" everywhere, and at some point I realized the marketing department had put a capital letter in the middle of the word. My anti kamel-case heart fought back, but not enough, ending up with a mix of both. > drivers/crypto/inside-secure/eip28.c: .name =3D "Safexcel EIP28 PKA", > drivers/irqchip/Kconfig: tristate "Safexcel EIP201 AIC" > drivers/irqchip/Kconfig: inside Safexcel EIP150 IPs, gathering > Public Key Accelerator I'll address these. Thanks, Miqu=C3=A8l