From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7B5F53D6674 for ; Wed, 25 Feb 2026 16:02:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772035356; cv=none; b=pLWGKt1PNycY+YLkmQ8Es04zQM7EoC956idoJchscx3285cCc7VzETbcqU4GWL4ojgZpLT12xGDs8k671PG9LDAa9xiNQQbnLtDlev6fShJQneL/Unze2zlsrT0c9b5RhZ7M0yhA3ZaNQ5wdsW4XobL1WlSmwdb1eqtOppAgwvY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772035356; c=relaxed/simple; bh=dWokdQ5NPDNvbeTrgIBP6RocZxGBNgtiHNkRRWHeJX8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RcTc8T0QABJIU8D7IURYBLsI6YwfANM6bqvcX3C3XKUl86PnqSNX3qQHNsSh8MN62eWVR2ErN1mkN9Zz/W6ITZ8W9PhBluScjlmeoFLccOcKSV0UVZY647p67ZsLiSrMeHV7y1m4QMi+cMF/i1lM47TXkKugQOvHTCP10Vab3/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 20658165C; Wed, 25 Feb 2026 08:02:27 -0800 (PST) Received: from localhost (e132581.arm.com [10.1.196.87]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 116AA3F62B; Wed, 25 Feb 2026 08:02:32 -0800 (PST) Date: Wed, 25 Feb 2026 16:02:31 +0000 From: Leo Yan To: Mike Leach Cc: Suzuki Poulose , James Clark , Alexander Shishkin , Greg Kroah-Hartman , Mathieu Poirier , Tingwei Zhang , Yingchao Deng , Jie Gan , "coresight@lists.linaro.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , nd Subject: Re: [PATCH 7/8] coresight: cti: Remove hw_enabled flag Message-ID: <20260225160231.GE4184494@e132581.arm.com> References: <20260209-arm_coresight_cti_refactor_v1-v1-0-db71ab4d200b@arm.com> <20260209-arm_coresight_cti_refactor_v1-v1-7-db71ab4d200b@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Mike, On Fri, Feb 20, 2026 at 02:31:11PM +0000, Mike Leach wrote: [...] > > The enable_req_count field already tracks whether the CTI device is > > enabled. A non-zero value indicates that the device is active, the > > hw_enabled flag is redundant if so. > > > > Minor nit - removal of this flag actually started in the previous patch. > If respinning might be worth combining this and the previous one. In the new version, I will keep separate patches for removing the hw_enabled and hw_powered flags, as they are two different things. This would be easier to review and friendly for bisection. I will take your suggestion in patch 08. Thanks, Leo