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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 119D9C77B7E for ; Thu, 25 May 2023 21:41:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235791AbjEYVlx (ORCPT ); Thu, 25 May 2023 17:41:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230126AbjEYVlu (ORCPT ); Thu, 25 May 2023 17:41:50 -0400 X-Greylist: delayed 20711 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 25 May 2023 14:41:49 PDT Received: from out-27.mta0.migadu.com (out-27.mta0.migadu.com [91.218.175.27]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C20999 for ; Thu, 25 May 2023 14:41:48 -0700 (PDT) Date: Thu, 25 May 2023 21:41:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1685050907; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7LZyVsixnYHBqqcygXbEeMudfYkIJ0LUQv8Zaxcpdd8=; b=nu5YGcV/j0wPRJrbn6CrAxnJcPrhTjgZJs+p1Ze06BO4708tnL/5Od+eckQEi5IIt1xviL QUhQRxri7yqX5v9BElAW+kapnReg1TQ2yBt49zRof9HwucBH0z3dT811cmXWJaGUqTfAy0 eC3g2EAagTPOCHWiIGtoHk6dHMJnjqg= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Mark Brown Cc: Catalin Marinas , Will Deacon , Marc Zyngier , James Morse , Suzuki K Poulose , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, Anshuman Khandual , Shaoqin Huang Subject: Re: [PATCH v2 0/7] arm64/sysreg: More conversions to automatic generation Message-ID: References: <20230419-arm64-syreg-gen-v2-0-4c6add1f6257@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230419-arm64-syreg-gen-v2-0-4c6add1f6257@kernel.org> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 23, 2023 at 07:36:58PM +0100, Mark Brown wrote: > Continue working through the register defintions, converting them to > automatic generation. > > Signed-off-by: Mark Brown > --- > Changes in v2: > - Also convert OSECCR_EL1, OSDTRRX_EL1 and OSDTRTX_EL1 instead of > dropping them. > - Link to v1: https://lore.kernel.org/r/20230419-arm64-syreg-gen-v1-0-936cd769cb9e@kernel.org > > --- > Mark Brown (7): > arm64/sysreg: Convert MDCCINT_EL1 to automatic register generation > arm64/sysreg: Convert MDSCR_EL1 to automatic register generation > arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1 > arm64/sysreg: Convert OSLAR_EL1 to automatic generation > arm64/sysreg: Convert OSDTRRX_EL1 to automatic generation > arm64/sysreg: Convert OSDTRTX_EL1 to automatic generation > arm64/sysreg: Convert OSECCR_EL1 to automatic generation Besides the one comment I had: Reviewed-by: Oliver Upton I imagine these will go through the arm64 tree right? The KVM diff is miniscule. -- Thanks, Oliver