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 A0400CCD184 for ; Fri, 17 Oct 2025 07:43:40 +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-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=XQrvP1GlmV9hF254YFykYp7sZklQgP8zUBpeNxqA/go=; b=wTOKl16/jKalN5ttPPyPEhBO2r tmYTZx+5lsFv6KxPGlf/k9OGEoiC9NtShOHo0N9Z/ND5em/OiB23Eajtd14uK5+DILrMDm/5LSmJo AfkI0Y78xQk8lPYn68WihXMfuDVV6KBn7uK3C/sJcIf7TzmF8J1wIgNaYEQyp4YztlWmSTwzmb9ZD 2YeUtS/jy1brJA1diYo3/RMFK+QkjIDSVEKIkdQxl31YvXFzg1FOrTWrf1tkHQLxvD9dFbO/WJe20 VoGvqd+x+s8CMbWqZBsRYCl7On+/I9LFxnQb6DQ2eHB5ZhJNyz9GtRwB3M3v4nPI6MMQd/EaYUR7G q+/rIDyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1v9f7e-00000006zrn-0YE0; Fri, 17 Oct 2025 07:43:34 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1v9f7c-00000006zrg-2ayG for linux-arm-kernel@lists.infradead.org; Fri, 17 Oct 2025 07:43:32 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id AE04C6036C; Fri, 17 Oct 2025 07:43:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3942C4CEE7; Fri, 17 Oct 2025 07:43:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760687011; bh=Ghawdb9l72IEZCfQwNVJ0wErDbWEow5FhFKT+ciucco=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rbgnTyiRwNqzWTCsT9SFJ0M0y6ewfizs6HV6j9R9MCeXDn5I+PfLLTbX7sIZzLKdb 2CLT0UiaisCdgatT2tsNx53BuVw1axilp0cVSfN3oo61y9gcRgaA5AbPgN6rFvEW+K y3LwXgi9MYsbutny94X7lRDSlaUPH76FX4X3wTQI= Date: Fri, 17 Oct 2025 09:43:28 +0200 From: Greg Kroah-Hartman To: Andrew Jeffery Cc: Brian Masney , Iwona Winiarska , Joel Stanley , Maxime Ripard , Stephen Boyd , linux-clk@vger.kernel.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] peci: controller: peci-aspeed: convert from round_rate() to determine_rate() Message-ID: <2025101721-twiddling-huskiness-4852@gregkh> References: <20250810-peci-round-rate-v1-1-ec96d216a455@redhat.com> <28dc3bd8aeca7e3164747960747f75060c596704.camel@codeconstruct.com.au> <2025101759-runner-landing-374b@gregkh> <2975918e3f3a7de245e93fbee52335acb78bb23a.camel@codeconstruct.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2975918e3f3a7de245e93fbee52335acb78bb23a.camel@codeconstruct.com.au> 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 Fri, Oct 17, 2025 at 05:57:44PM +1030, Andrew Jeffery wrote: > On Fri, 2025-10-17 at 08:41 +0200, Greg Kroah-Hartman wrote: > > On Fri, Oct 17, 2025 at 04:52:37PM +1030, Andrew Jeffery wrote: > > > Hi Greg, > > > > > > On Thu, 2025-10-16 at 12:11 -0400, Brian Masney wrote: > > > > Hi Andrew and Iwona, > > > > > > > > On Mon, Sep 15, 2025 at 02:36:48PM +0930, Andrew Jeffery wrote: > > > > > Hi Brian, > > > > > > > > > > On Sun, 2025-09-14 at 07:56 -0400, Brian Masney wrote: > > > > > > Hi Iwona, Joel, and Andrew, > > > > > > > > > > > > On Sun, Aug 10, 2025 at 06:21:51PM -0400, Brian Masney wrote: > > > > > > > The round_rate() clk ops is deprecated, so migrate this > > > > > > > driver from > > > > > > > round_rate() to determine_rate() using the Coccinelle > > > > > > > semantic patch > > > > > > > appended to the "under-the-cut" portion of the patch. > > > > > > > > > > > > > > Signed-off-by: Brian Masney > > > > > > > > > > > > Would it be possible to get this picked up for v6.18? I'd > > > > > > like to remove > > > > > > this API from drivers/clk in v6.19. > > > > > > > > > > My (strong) preference is that Iwona applies it, but I'll keep > > > > > an eye > > > > > out for any unusual delays. > > > > > > > > This patch wasn't picked up for v6.18. Any chance this can get > > > > picked up > > > > now for v6.19? > > > > > > > > I'm hoping to get this merged so that we can remove the > > > > round_rate() clk > > > > op from the clk core. The clk maintainer (Stephen) mentioned this > > > > work > > > > in his last pull to Linus. > > > > > > > > https://lore.kernel.org/linux-clk/20251007051720.11386-1-sboyd@kernel.org/ > > > > > > Are you happy to pick this up directly in Iwona's absence? > > > > Why me? > > I figured that would be sensible since Iwona historically sent you PRs > for the PECI subsystem. I did not remember that, sorry. The MAINTAINERS file does not mention this at all, and it lists many other maintainers that should be able to take this patch: $ ./scripts/get_maintainer.pl drivers/peci/controller/peci-aspeed.c Iwona Winiarska (maintainer:ASPEED PECI CONTROLLER) Joel Stanley (maintainer:ARM/ASPEED MACHINE SUPPORT) Andrew Jeffery (maintainer:ARM/ASPEED MACHINE SUPPORT) linux-aspeed@lists.ozlabs.org (moderated list:ASPEED PECI CONTROLLER) openbmc@lists.ozlabs.org (moderated list:ASPEED PECI CONTROLLER) linux-arm-kernel@lists.infradead.org (moderated list:ARM/ASPEED MACHINE SUPPORT) linux-kernel@vger.kernel.org (open list) ASPEED PECI CONTROLLER status: Supported PECI SUBSYSTEM status: Supported ARM/ASPEED MACHINE SUPPORT status: Supported thanks, greg k-h