From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (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 41CB118DF89 for ; Sat, 27 Sep 2025 14:09:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758982187; cv=none; b=QB7BSOi6dV5UN96O6kzIhpC1ftN5UBvFM6sf9Vh7kIIlRF+5ItSzvaOvh8AmOCB/epE6EfHW7d7Vy7RwlRAMfoIY4Fn+fpFCgBz6T8yZiQuF2ieFqWGY6LDw3exbaz/QBPKV1qW7uAZVDN3U+0J8tUVObEfdlvQ1JFmZe5rPI9k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758982187; c=relaxed/simple; bh=xf/ty7PCwAsM3/FNaDYRNY6KF+bmNphYkWht/YKgbjc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=EhjxPT53xniHjmUdKaWf05siT1ZyzVBInao+/wSsljFu9qBY1j0AmKBmV2agdOmEKbtQ0ba+FujIOxAUIf9Yn4XnfQYSfhXSnGb2aowohpGRjQni4HN/uKJ6ZnkJhwlhOviP+bAm3KgN2GHehkaSmLTUrX9Z2Qy4ESjyUNIJOGQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=mzN4G+s3; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="mzN4G+s3" Message-ID: <5cb17e65-bda4-4ec8-90bb-4d8203a51557@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1758982182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xf/ty7PCwAsM3/FNaDYRNY6KF+bmNphYkWht/YKgbjc=; b=mzN4G+s3deuHSZ0wgAQnmD4P4sDr0ZFNCCE/wMlcNuNXY1V5h94kUb32q8ewz9EyNMgiis MGokSc/XuFBPXFOTRjszF0pwg+4LdBv2NbEqJ/0mqembjeTBK7e3OW7ZgzryOUV0QqE1bT oALRp23B4kfRN8ePecjgSv3LyAipe9g= Date: Sat, 27 Sep 2025 15:09:27 +0100 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next v2 1/3] dpll: add phase-offset-avg-factor device attribute to netlink spec To: Ivan Vecera , netdev@vger.kernel.org Cc: Arkadiusz Kubalewski , Jiri Pirko , Jonathan Corbet , Donald Hunter , Jakub Kicinski , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Prathosh Satish , Chuck Lever , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Schmidt , Petr Oros References: <20250927084912.2343597-1-ivecera@redhat.com> <20250927084912.2343597-2-ivecera@redhat.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: <20250927084912.2343597-2-ivecera@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 27/09/2025 09:49, Ivan Vecera wrote: > Add dpll device level attribute DPLL_A_PHASE_OFFSET_AVG_FACTOR to allow > control over a calculation of reported phase offset value. Attribute is > present, if the driver provides such capability, otherwise attribute > shall not be present. Reviewed-by: Vadim Fedorenko