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 DB061C3600C for ; Thu, 3 Apr 2025 07:21:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tr0omvjdG+oPlQSQU7fM0fqBAv9Xiw6y+w6lg0B7xF8=; b=DlwPEbimDCgfGebhZ7Pf95tvRc eKme33VglFoK/NzSKhhdxqV1W6xD5G7qO6zJtYiOFwZlT95ZxRAI5DKqW8SpkW6pymc5E5WvE3liM Np1pMLy0zU+lzGdazAcAnJy447TOsVHJeTtMQW+vRJ1QGNLBVVkjJmcvoXmI+qvyMMsQjoLbCjwmv fC8xpxUTHK3k0bwIkPCROO+RZQwTrFwbsQ6LBOUy5JM6go+XqzCcJf6i+1k9AU6ipYXpGVy4Lia+C Qxj54tY7lcYcK74shvQ5X7HzoJeowgqwr1jQGxg76Rk9aA1ERq9jBufpYjyGyirb93W/TzW8t4GiL vSxYpaRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.1 #2 (Red Hat Linux)) id 1u0EtV-000000085g3-3g8f; Thu, 03 Apr 2025 07:21:45 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.98.1 #2 (Red Hat Linux)) id 1u0Erj-00000008590-0xzq; Thu, 03 Apr 2025 07:19:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 578C05C5607; Thu, 3 Apr 2025 07:17:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04CC4C4CEE9; Thu, 3 Apr 2025 07:19:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1743664794; bh=T0uXIGLNl7BuW49vYLPY28xQSdne7A2PEmLs6GteNXw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NP+sATvXwIKNjNGEG/WhaEmBFBhk07+r1H+YsvHuyhyYRudd+XG903734l4iTSAnS Nvv3BGxykrOtw/rTPsjEHrfAfCi3QcuUmNSIEVN9Rg962+JrhdmmL4oiX5TDC92R1H JHUIrSwfe9S5jhhg7i8TIG1ezAUIMebhJifXzvZ0p85NS/3XwEXkIUpUrn0j6h24Uo VJP8URVZhZwazxNKruuVYJmAc9ck8aN9p87CYXqN9QyYErigQ20s4DYes8j0MI/lFH 3kTILynmNz6SxQdcFYVDLpYX1/w/YLxTyvGHenRloSIm3XcJlwpUilYZcvLg0cdBZz 0GMxb+6cHrQcw== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1u0Erl-000000003yS-3BJw; Thu, 03 Apr 2025 09:19:58 +0200 Date: Thu, 3 Apr 2025 09:19:57 +0200 From: Johan Hovold To: Bartosz Golaszewski Cc: Johan Hovold , Bjorn Helgaas , Catalin Marinas , Will Deacon , Jeff Johnson , Manivannan Sadhasivam , Jonas Gorski , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ath11k@lists.infradead.org, ath12k@lists.infradead.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] PCI/arm64/ath11k/ath12k: Rename pwrctrl Kconfig symbols Message-ID: References: <20250402132634.18065-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250403_001955_322012_35F702D5 X-CRM114-Status: GOOD ( 14.24 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 03, 2025 at 09:11:07AM +0200, Bartosz Golaszewski wrote: > On Wed, Apr 2, 2025 at 3:27 PM Johan Hovold wrote: > > > > The PCI pwrctrl framework was renamed after being merged, but the > > Kconfig symbols still reflect the old name ("pwrctl" without an "r"). > > > > This leads to people not knowing how to refer to the framework in > > writing, inconsistencies in module naming, etc. > > > > Let's rename also the Kconfig symbols before this gets any worse. > > > > Acked-by: Bartosz Golaszewski > > I'm re-adding the tag here as otherwise b4 will only pick it up for > patch 4/4 on v2 of the series. I had already added it to the first three patches so it was only missing on the last one. Johan