From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 62B7C26561E; Fri, 29 Aug 2025 07:35:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756452902; cv=none; b=T56vNAUt1qaT+DEO9gf1H+PgFHC/znz11Vh/zDG9aFqA+OYu2MMhvVYp/HshqGOzpuFf8DZ0eBk13VNsHA6yNk4Uo0CHNB3I+zdkuQPflNhJIhpHL5JX3bhDgpsMZpjd/EJ0UQzTmyBRCMrTl5unRLFOOT2LQdS4MoxT0P49/2U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756452902; c=relaxed/simple; bh=+WVE46uuvxctaL0w0YnwCtu/IBm/gh4OIN3YtU/QZ8w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WzO3RbskaVOA+Vl6YNppVtO6V5y+gxe9SHmRP1Fs7YTeRKmDSGb7w6rsPc+T9UCZkhkdTMx85lLY/MxdZHyOyVb9q3W9orvqrAZbvOvjsZZqCHXaU8bzWy8RAZXNpcgham9vExE+mOMjOWTgqUQyQOWLDliHqpk2sM5k3m7jZB8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29321C4CEF0; Fri, 29 Aug 2025 07:35:00 +0000 (UTC) Date: Fri, 29 Aug 2025 09:34:58 +0200 From: Krzysztof Kozlowski To: Luo Jie Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Varadarajan Narayanan , Georgi Djakov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Anusha Rao , Manikanta Mylavarapu , Devi Priya , Philipp Zabel , Richard Cochran , Konrad Dybcio , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, quic_kkumarcs@quicinc.com, quic_linchen@quicinc.com, quic_leiwei@quicinc.com, quic_pavir@quicinc.com, quic_suruchia@quicinc.com, Konrad Dybcio Subject: Re: [PATCH v4 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC Message-ID: <20250829-versed-gazelle-of-tempest-edfbf1@kuoka> References: <20250828-qcom_ipq5424_nsscc-v4-0-cb913b205bcb@quicinc.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=utf-8 Content-Disposition: inline In-Reply-To: <20250828-qcom_ipq5424_nsscc-v4-0-cb913b205bcb@quicinc.com> On Thu, Aug 28, 2025 at 06:32:13PM +0800, Luo Jie wrote: > - Remove the Acked-by tag from the "Add Qualcomm IPQ5424 NSSNOC IDs" patch" > as the new NOC IDs are added. So let's wait for v6 with acking :/ Best regards, Krzysztof