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 12B0AC433FE for ; Mon, 16 May 2022 19:09:21 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iY1Fxze/uPxgc4OgOun2Xa1aaGSt3ZyXwXd6oyDQ7uk=; b=H9eQK1k1oP4xPr grfN7cs8zu+cxzVEllL0qloOIDvB/PGoGCbwaHz/AxApFd6JL4Z2Ezanb+UxOpYUzYwj7qUK5W4x0 kwIxlMnjZ0sps7f5maUIgKIRbTF0KlUcNRb1RCSpHsdp+m2/QGO6OVjc6QRUY95u4cn8lU+aRCwwX dZNLjgR4syRYeGCkb9OcAteuG+p0BKggGjFi8bKAK7kIipDh/5FoEg1pgzMcywoKSV7e709YQhSd2 VG33SQfPoHcrKoNGfLvURm781EPpU9k2xTN+vf2lVIb8Sz7UG/hGL2yOn7+okbV1V1LMkqH+4+MPR IqV+Sy4E+j+JhegZ8nCw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqg4v-009jF7-AM; Mon, 16 May 2022 19:08:25 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqg4r-009jDu-VU for linux-arm-kernel@lists.infradead.org; Mon, 16 May 2022 19:08:23 +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 AB140B815E2; Mon, 16 May 2022 19:08:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 346F9C385AA; Mon, 16 May 2022 19:08:18 +0000 (UTC) From: Catalin Marinas To: Mark Brown , Will Deacon Cc: Mark Rutland , linux-arm-kernel@lists.infradead.org, Marc Zyngier Subject: Re: [PATCH v1 00/12] arm64/fp: Generate definitons for floating point system registers Date: Mon, 16 May 2022 20:08:15 +0100 Message-Id: <165272802687.3873653.10476231866149040023.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220510161208.631259-1-broonie@kernel.org> References: <20220510161208.631259-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220516_120822_186478_BA04DBB3 X-CRM114-Status: GOOD ( 12.71 ) 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 10 May 2022 17:11:56 +0100, Mark Brown wrote: > This series builds on top of the recently applied series for system > register generation, converting the floating point registers to > automatic generation. There's nothing remarkable in here, just a bunch > of straightforward cleanups and the addition of support for RAZ fields > followed by the actual conversions. > > It does skip over the SVCRSM, SVCRZA and SVCRSMZA aliases for now since > I need to think a little about what to do with those. > > [...] Applied to arm64 (for-next/sysreg-gen), thanks! (I merged for-next/sme into this branch for dependencies) [01/12] arm64/fp: Make SVE and SME length register definition match architecture https://git.kernel.org/arm64/c/f171f9e4097d [02/12] arm64/fp: Rename SVE and SME LEN field name to _WIDTH https://git.kernel.org/arm64/c/5b06dcfd9e0a [03/12] arm64/sme: Drop SYS_ from SMIDR_EL1 defines https://git.kernel.org/arm64/c/a6dab6cc0f4c [04/12] arm64/sme: Standardise bitfield names for SVCR https://git.kernel.org/arm64/c/e65fc01bf271 [05/12] arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h https://git.kernel.org/arm64/c/ec0067a63e5a [06/12] arm64/sysreg: Support generation of RAZ fields https://git.kernel.org/arm64/c/9e2c0819ac85 [07/12] arm64/sme: Automatically generate defines for SMCR https://git.kernel.org/arm64/c/0d1322e7ea75 [08/12] arm64/sme: Automatically generate SMIDR_EL1 defines https://git.kernel.org/arm64/c/c37b8700b723 [09/12] arm64/sme: Automatically generate SMPRIMAP_EL2 definitions https://git.kernel.org/arm64/c/8e053810e6ce [10/12] arm64/sme: Generate SMPRI_EL1 definitions https://git.kernel.org/arm64/c/9321f0492b89 [11/12] arm64/sme: Generate defintions for SVCR https://git.kernel.org/arm64/c/11e12a91c118 [12/12] arm64/sve: Generate ZCR definitions https://git.kernel.org/arm64/c/89e9fb327421 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel