From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 71A1632E134; Thu, 21 May 2026 02:16:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779329800; cv=none; b=a45imBGoIhd2lOnpoE75LZ4Tdd6ODyFp9/GXXzaDQZsnzxx4RKy9p0JoUUh6br0+FJmuXzTmrIHl+xqYS3sbBH43ZJvJYzSIUDKENP1vBJ1pn1RgwyUUFop/kWevjrOQEjA0itOQ2tFxUfdDJKj15d+/qxbzCe8nmloDpUZpJpA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779329800; c=relaxed/simple; bh=5NNfixH43rJtIbq0/JHV8UMMN/w6MQSF5gq/5wPqC3M=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sTZc++XV+MBU6JGCs9yIy4W4Cvb5YKUkOFcwEy4JCCEY3Q25N8JeHeZW4kN5gyYF4YXKWzYF0qphoyc6jkKno1ZjXdJyK3pJHSjkZJjmI0MQvQ7ruHeXpQQrZ54T6ztNOJMtTlmEBYDmNlrzjVDYOBa5GPb0SeDKrwvjbJnohnI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HFTF0pde; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HFTF0pde" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6ADFF1F000E9; Thu, 21 May 2026 02:16:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779329793; bh=/Bp0SYVMP6JwekykUnpp109Yxa0slvT9rm10mIA60D8=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=HFTF0pdevcJ2ZmKPVbmFLvzZGw1jxvli9uWf4+q7fporrrqx0aY/aTkzKBQnhpT2H FMbQnQplvuE5OmzhPGW7lkgdXDBrVckVxhXahCopMY0dRtKofd6cxGvH19an2vtDK3 m3R++EBXTliVWCGrDIoLu2UnIGCwdttEiLbYmH85pQ2ZSN+DicUNFJKS8FZjaayQ74 dHXQYcDWdaEaD88OWJ+QAPB6ON3yMDjdYcfL2ugN1w/oxEHTjxuaYodA8gSKn96si6 IkJza/lCIyIHSb3y76s1Bhe58/eM77IdJqX09YZ13QGgeIrASAYolAZ2dp1f53FV5c CO/VoyG0LtBbQ== Date: Wed, 20 May 2026 19:16:31 -0700 From: Jakub Kicinski To: Ivan Vecera Cc: netdev@vger.kernel.org, Arkadiusz Kubalewski , "David S. Miller" , Donald Hunter , Eric Dumazet , Jiri Pirko , Michal Schmidt , Paolo Abeni , Pasi Vaananen , Petr Oros , Prathosh Satish , Simon Horman , Vadim Fedorenko , linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 1/2] dpll: add DPLL_PIN_TYPE_INT_NCO pin type Message-ID: <20260520191631.639a9820@kernel.org> In-Reply-To: <20260516175744.26749-2-ivecera@redhat.com> References: <20260516175744.26749-1-ivecera@redhat.com> <20260516175744.26749-2-ivecera@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 16 May 2026 19:57:43 +0200 Ivan Vecera wrote: > --- > v2: > - Clarify int-nco pin type documentation to describe frequency > control via the PTP clock interface instead of generic "controlled > by the host". > - Tighten FFO attribute documentation for INT_NCO pins to describe > the DPLL's output frequency offset from nominal frequency. > - Mention both fractional-frequency-offset (PPM) and > fractional-frequency-offset-ppt attributes in the commit message. > > Signed-off-by: Ivan Vecera Both patches have SoB after --- and changelog, please fix :(