From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B78EFC433F5 for ; Mon, 3 Oct 2022 16:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SIWIax3zrW95U9nF1/qo2mvVsu1Wqe1VjbfdnZlRd5A=; b=2Jo31zJgtgbTPNzD5nQcl8MYh2 m2gPV6oWfajWn8n3v75oIhHNpQmFmqPzBFOK/MYhUuaiOGa3RMmLUQ4Ug9Az+lTzIQ9I/xpN1/LUN 12xFCPb7m2QGQzKWX8eyUMLOOd8Uy+z+WjDwoagVdHknZhVORpeqfCpxecZ0BsgrgNRjGjrzMoEwt IodfXQgDswYSERyhQ7qKNDMO/KLKxiR0LWe1KRM/JCntDXMkruudFqAAgUJWA+T03j/oPNUBFeKzV uvdm5WlV1TLUWDhRswfHhMDe0pUGHKbZ2AGRlrbGKV2eILS44hsatn6VPfJNMfsaRD++jzE0UXndV rtEQIoHQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofO2Y-006fM2-3z; Mon, 03 Oct 2022 16:11:34 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofO2V-006fKF-Fw for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 16:11:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 22614B80F02; Mon, 3 Oct 2022 16:11:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 343B0C433D7; Mon, 3 Oct 2022 16:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664813488; bh=KBz7iwBJ+nhm8+gPwAU35fucXd4btZ/Y/4Sp2AqyOfE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ji7jxZjf7oMmjlxtSfEoc1MDAL4GCsJ0j4tYZpWvbD/oADIfGbu9lglvmObbPzhgy 8sfc4+Y9E4Y0oH+pZ7PVsI44b4PiNYECp9jJglbXBtvARtCLtT3630rqYsYqKfpxgr kPJrNy7YoIfu2Tx32GU2i4JgtK3ITdw46lA41JeTG5XaBpQwbs+os6VUHzZCcduAkX HMXSU8lLI+3DWY0QSS4bTPMqmjpmESfeIjs7B7Rr6eataCFmUB0INGZwKBPFeLjPAg vPyHq5hQ9/r7upe9eqtkNL8fn3F/xVGg8m8yFvr2vl8gi4lgPPeKg9krPw/5VpsSP9 E8W7lcpHhMhLw== Date: Mon, 3 Oct 2022 17:11:25 +0100 From: Mark Brown To: James Morse Cc: linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 28/38] arm64/sysreg: Convert ID_ISAR6_EL1 to automatic generation Message-ID: References: <20220930140211.3215348-1-james.morse@arm.com> <20220930140211.3215348-29-james.morse@arm.com> MIME-Version: 1.0 In-Reply-To: <20220930140211.3215348-29-james.morse@arm.com> X-Cookie: dpkg has bugs? no way! X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_091131_700648_392C0C79 X-CRM114-Status: GOOD ( 11.53 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============5519419977970849218==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============5519419977970849218== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TYY+qz4oyE81HGaP" Content-Disposition: inline --TYY+qz4oyE81HGaP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 30, 2022 at 03:02:01PM +0100, James Morse wrote: > Convert ID_ISAR6_EL1 to be automatically generated as per DDI04187H.a, > no functional changes. Reviewed-by: Mark Brown --TYY+qz4oyE81HGaP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmM7CawACgkQJNaLcl1U h9AQwgf9Eiu10Ywycob1nWZFiDHeTCX66R9qY7CXF17jCY0e8iD1CJM6UQfNCz+r 3wMueBGC2umbOGMjL/oHv2jkApJn9GHeOHyJOQ7i9sSQ9tGA95rCFqEp3pgcKsMv 0wL7Xi80UP2TL4t6EytscOz1jqEhIa6KzNdH5Cyyuv9hXWAg9DXB4f7gXlo+rHF0 XxCJcAfz+D3TqP2pKsvKJPG7/7pb1zAGkOkqyQbNnLR0WEDGZI8RaRkISiKqhL9z yWq+HlbE0KErxNpPLy0FrwLhAUYjF8t+R9lN3dWLNEj36YJnBR/qayPJ/x0R6gDy I7GudWbKSjBDz9E3d6Qz0K4Y0+EuNA== =zQhZ -----END PGP SIGNATURE----- --TYY+qz4oyE81HGaP-- --===============5519419977970849218== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============5519419977970849218==--