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 A0DA9C32771 for ; Wed, 21 Sep 2022 08:21:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229936AbiIUIVv (ORCPT ); Wed, 21 Sep 2022 04:21:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230468AbiIUIVm (ORCPT ); Wed, 21 Sep 2022 04:21:42 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA8BB52DF9 for ; Wed, 21 Sep 2022 01:21:39 -0700 (PDT) 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 051D9B82E97 for ; Wed, 21 Sep 2022 08:21:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98204C433D6; Wed, 21 Sep 2022 08:21:34 +0000 (UTC) Date: Wed, 21 Sep 2022 09:21:30 +0100 From: Catalin Marinas To: Mark Brown Cc: James Clark , suzuki.poulose@arm.com, coresight@lists.linaro.org, mathieu.poirier@linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, Alexander Shishkin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] coresight: Use new autogenerated sysreg definitions Message-ID: References: <20220920134827.31738-1-james.clark@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2022 at 08:11:26PM +0100, Mark Brown wrote: > On Tue, Sep 20, 2022 at 07:48:09PM +0100, Mark Brown wrote: > > On Tue, Sep 20, 2022 at 07:08:16PM +0100, Catalin Marinas wrote: > > > > > BTW, do you plan to send a patch for the arm_spe_pmu build failures > > > (unless you did already and I missed it): > > > > Nathan sent a patch for that yesterday, I was a bit surprised you > > didn't pick it up yet TBH. > > That's 20220919160928.3905780-1-nathan@kernel.org ("arm64/sysreg: > Fix a few missed conversions). Ah, yes. I flagged it up in my inbox but forgot about it. Thanks for the reminder. I'll queue it shortly. -- Catalin