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 C283AC433FE for ; Mon, 3 Oct 2022 16:22: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=ybBL0EyChkrW71fB0JEeDZtniiYPr6tkjQ2ZAa3dd7E=; b=vxMMasJkVZfdZlkCxMMkq6CBEe xj1lAPAFhzyZF8zKpjY9PuU1nX/Dt4PVxkbJE4zP9zdBvJHeXGC0242zk6p6dmNLEtlCxiBltMsD6 W50k9zL/kjyqjmaCPT7WjxNL8Tsn2Vx9n2T/jo5P7iax6nleO53rjuzB49vl+Cx6j6JQbicXxUijw NpaPQr5xxcVX4bh4dz0ukjBv9f6c23lr7LPWt3viHUt0Tnp9hLqLcLyDNLUWGhy4rgNcPgWtnlUTY p9L//+vnb7D8jmDWMXi8lzDRQStMkfjtpzbvNqpo4BLdr88ykD4mP5+tvG2lzt3PCAq8s0Sd4pB9Q ngyQ+dSQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOC6-006j5L-RO; Mon, 03 Oct 2022 16:21:26 +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 1ofOC0-006j1Z-Dd for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 16:21:25 +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 B64BA6114A; Mon, 3 Oct 2022 16:21:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78A44C433D6; Mon, 3 Oct 2022 16:21:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664814079; bh=eL0JSsyJF2tA/7ljpvzqKkKHJD8B9HeiLTmOou8bfT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PDsVKCcW74m78xHAu3SgPyEHz+tF6caAMIRkx7t6QFPsWDaBC3OiyMFx+uUQ9C8nO NRraU8GPkjgH0bLJAgR4azsRvSyJDt9udHS71pqnxdT6tf2JREiNN3dIK1sTmgTtsf WieX3ubZUqxbRZGSD8nsU64KxaDct0cFRELP/mPXeoFczmGVIRxArWYoOTJkVeqysl Bek8/Dc++eO6rGI5P8b6kMRhugeQBZlJ4HAaeTDV0q3l3KeEtiJKGLSQ2qlofzUoS4 OIYwEYbiKMP1ogjDz5eo3qNSDXS1XpdNkog/y5HPKvGh/QZyi40XiCjFT3AQ57hPe+ dr/919fI2g/8A== Date: Mon, 3 Oct 2022 17:21:15 +0100 From: Mark Brown To: James Morse Cc: linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 33/38] arm64/sysreg: Convert MVFR1_EL1 to automatic generation Message-ID: References: <20220930140211.3215348-1-james.morse@arm.com> <20220930140211.3215348-34-james.morse@arm.com> MIME-Version: 1.0 In-Reply-To: <20220930140211.3215348-34-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_092120_513297_948BFE15 X-CRM114-Status: GOOD ( 11.34 ) 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="===============0408254836523808739==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0408254836523808739== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="q1uetcFqhc0GUPo3" Content-Disposition: inline --q1uetcFqhc0GUPo3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 30, 2022 at 03:02:06PM +0100, James Morse wrote: > Convert MVFR1_EL1 to be automatically generated as per DDI04187H.a, > no functional changes. Reviewed-by: Mark Brown --q1uetcFqhc0GUPo3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmM7C/oACgkQJNaLcl1U h9DKgwf+NTrEWX40V0ZNxEolzZxGyKwYx4A3wIHbPmTctIdsDbLCowoQjxJArEFX LVS113jeXPQH32STh3aZNQ65w98hnA+bAJaXpQAHneNMLN41rFMLL1KT3oRFHBlx GIyfoBfpzTLl7lG+VG0rMsx4bBWq3YQqNbTnBDLimWU/WFIB8UAdqAUQI6Lpm0LB im8OgKigzEheZpfdkMdrf8YGQNVIV7Gugssuam/KBvIdkrMzI/KFRkfkUN5zEOAV XolXq6KwWtNNG9G3l4rA0KmAlxS6qeQehDPaAngbDBnOGbiNovna0Et/8kwLuVzo 6MArj49Tb5payLXTb0xKklOgjPzc8A== =h9Ui -----END PGP SIGNATURE----- --q1uetcFqhc0GUPo3-- --===============0408254836523808739== 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 --===============0408254836523808739==--