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 370A7C433F5 for ; Wed, 25 May 2022 12:07:44 +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=YrjGN+kMtgv0bQBvPxaSfEntcO28zEXflukpdks1DiE=; b=EVI2FdO9gemKW661IHRzpmyTOq FSQ57yMPCA3ATj9LF+/kJsuGWXOn4tp1YeJRLd7RjrTRCPcMaCViqnO4l9TlexKC0AuF1BI30ZbCU CUEg/5lmP+uUSpDBVLIyLlrGu7T3bNRT1DSDJVnyYy9qHJO7Im0KkTM5tuD5twBW/IHlVSqNO+eD3 4z+97PcbhAAUMJ8eXbE+ZouGgUDu6wffhVea93GmA1hIuMztsIdA/MDwMz0kkDzeI3KR1KCR+jRG3 EF63phIbg3nadiNQ/fqQ8AfDC0eu9jADKj9B0d+4g1UHeep3NqtTjCUYR8k9+ufEOaSm0ObWnwMIq 3VqE6tLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntpmg-00B3Ki-97; Wed, 25 May 2022 12:06:38 +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 1ntpmc-00B3Jj-Ik for linux-arm-kernel@lists.infradead.org; Wed, 25 May 2022 12:06:35 +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 C2E0DB81D35; Wed, 25 May 2022 12:06:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AD48C385B8; Wed, 25 May 2022 12:06:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653480391; bh=K2zERau8p3RcUN85wtce0LIG6PgRljtusaBMO4eEVeg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uIKKB5jhNvcO9zaomO5oXR2P0cTQW1WcmPAnFUS9gQMup5EbnkGnzyl3r21HteIqD gWzsCOr2fnwAnDvZ9F6uDAdLD/C5oesVO33Z5Z+C7pD+nqXu2ucXktsbFIEb9770xD rrFM9tjoeOl1wODp9JJ526b6UcUI05TrrnHRWizIWof6huDvgrJpIQ9m9imsLs/FRI o2nJiHJvcm8CPvkpGv8kKkcqkfdwn537ilaCm9n44h0f5zpctdBAcoy4iP6f7cmrZj Dny3kcE10PXCcxQq6GmAKNLGemKK9dkAyC28uR6GbspOaowpS6Fg6KC2rs83Eu3gdV qLJmc8YWMtE8w== Date: Wed, 25 May 2022 13:06:23 +0100 From: Mark Brown To: Will Deacon Cc: Mark Rutland , Catalin Marinas , Marc Zyngier , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RFC] arm64/sysregs: Align field names in ID_AA64DFR0_EL1 with architecture Message-ID: References: <20220518145750.251387-1-broonie@kernel.org> <20220525092751.GA19473@willie-the-truck> MIME-Version: 1.0 In-Reply-To: <20220525092751.GA19473@willie-the-truck> X-Cookie: The revolution will not be televised. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220525_050634_798021_8DE5DD5A X-CRM114-Status: GOOD ( 13.49 ) 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="===============5157660388934389101==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============5157660388934389101== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hH+6jI+YmCVHjIuV" Content-Disposition: inline --hH+6jI+YmCVHjIuV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 25, 2022 at 10:27:52AM +0100, Will Deacon wrote: > On Wed, May 25, 2022 at 09:46:13AM +0100, Mark Rutland wrote: > > Catalin/Marc/Will, any preference? > I don't really see what we gain by changing this stuff, other than it making > it harder to apply stable backports automatically. OK, I'll just leave these with the existing naming scheme. --hH+6jI+YmCVHjIuV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKOG78ACgkQJNaLcl1U h9BMHQf/VoWDRPFwYK3HFgd1qLQtayVCMl5uOMViGOnVJOJb99lLbjcd+VKQN9n0 9Ua2NRsSiK35J0DVzcKql1gCd4ptThgdBpIQfpd2u+1Lvma3i0m7HcP+cqgaOj1h SSApCSu8XQEibMBnXwLGqdDXU4T+U2vUdVMgeWvGOI7l8AJKYAyf6IiJea1TiT7M cXbDXu0YzxI1ZC/itfaXnuUYlB/tE2OFsgByvTQNurc9ARlTA40IfdyKsOEICsx7 SGDdMxBJcpATqCglfh2b1Eulej1EI8bszceoYUqyTEXHkQsKlvagcMTbpi+9vCnn VjxjoIVSvUj69yqyTOwacQwF5+ZzPQ== =iqVj -----END PGP SIGNATURE----- --hH+6jI+YmCVHjIuV-- --===============5157660388934389101== 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 --===============5157660388934389101==--