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 525FBC433FE for ; Mon, 3 Oct 2022 16:33:19 +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=xVWJct0Sq7zO5Sv1qILJAkXRqWXhZg4STu4MYwZOBzs=; b=IcpTwU18ug/Bb+jaRyBHeUMj+S cduvzLmAjwqduLEZWChp/L1WEivyHzlpY4hNi8fXF42qN4UdXhqcyWYlYw6ZC/hslqNKDpUTa5qDF aIvp5tw69jCCyIbdZs5cGOvdqBRXx84cBAnuTVXuXxiK1O+Ak/BXAkLZCecSXTWd7zdr1+tfGkTxN bJAIsHkdfFQA1pvE/529rwMJFs+c3dlOEKgQuP487AcNUsh5/SOfQSnDUd9+LZuCR55ed3jQARfxF UKc36yLAObTOd29I5qDqSRQQHYGaWaHf2eCVmpVYeXYoPd0UfqT6LNQZ59xJ/IypHp5EhzdFJXDZG 9Y4b3s9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOMo-006nzK-AE; Mon, 03 Oct 2022 16:32:30 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOMl-006nxl-Lz for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 16:32:28 +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 dfw.source.kernel.org (Postfix) with ESMTPS id EFFDD6105A; Mon, 3 Oct 2022 16:32:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEE9CC433C1; Mon, 3 Oct 2022 16:32:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664814746; bh=vg5VWYMxB6qvXx5WXM7KhjvjDGmEKno+9IUTxwRkTGE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XqlnJRDSVqaAm+cTMezEw1AJyO+FnI1QHsNO6xty2kXeFLV1CpApAqhyjniXNVFQX 0/s5agfQ7k6i6+rTkhYn05yIR1peEBMrETjtR79HKykgiAZvZeweYXpj1Fg7A94W26 7MKFcp8VD3eT61a/aK8kX/3JjIIoKy54LGrU4OI38nn03liRZfcV/Xinxhg8GCqt2B JCg1a++7G/PHnmB22J1slF72QIs2c+ocWhFLU/RDMVL8eNh3ogW1wFbWXeBN7HjnM0 /edjjwXVjsKUYF2Eeko8LPhM/bDBDz6ujpBqlQUryIjno5slIWQwszG2s76FrwwsDi Zz33w4O0ilMRA== Date: Mon, 3 Oct 2022 17:32:22 +0100 From: Mark Brown To: James Morse Cc: linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 38/38] arm64/sysreg: Convert ID_DFR1_EL1 to automatic generation Message-ID: References: <20220930140211.3215348-1-james.morse@arm.com> <20220930140211.3215348-39-james.morse@arm.com> MIME-Version: 1.0 In-Reply-To: <20220930140211.3215348-39-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_093227_776570_75615ACF X-CRM114-Status: GOOD ( 11.56 ) 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="===============0040346475335444860==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0040346475335444860== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KE+AMg5+cwX0JsUF" Content-Disposition: inline --KE+AMg5+cwX0JsUF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 30, 2022 at 03:02:11PM +0100, James Morse wrote: > Convert ID_AFR0_EL1 to be automatically generated as per DDI04187H.a, > no functional changes. ID_DFR1_EL1 and DDI0487I.a. Otherwise Reviewed-by: Mark Brown --KE+AMg5+cwX0JsUF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmM7DpUACgkQJNaLcl1U h9BROAf9GQw04JK/CXCzshudyHRiL+htkR4ZHDMLF+cAqiTtoMWy1ZPUQJS3YfK1 7QoJ8I7E7RRJ93vXLi/7bBXeDX7JXs7s6cA8RAujD7nSttr/lgPwhgHTp4DUSfvF C6jDBcp81VbFj1/L0nnbprFWR4Nw3DHxWYjkZjjKNrbID5Ss2V7xaJd+pTDkZtGn 6YvYHp8N118DSA/wv0fWlagOMvQaMqaMObyN0hJFdAoNM/d3R3kkSDEpa9xAb9zM 67uSWKE8/S4ABuhBbIp7/h9e4xYU5AFMAxvYjbCBWS1qhjAO9dt5wggN8oF/xQKj mjRS9B8tM5D1HFNHG4tdpXxwA3SIbA== =fSkk -----END PGP SIGNATURE----- --KE+AMg5+cwX0JsUF-- --===============0040346475335444860== 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 --===============0040346475335444860==--