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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59B44C0015E for ; Thu, 29 Jun 2023 08:27:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231835AbjF2I1j (ORCPT ); Thu, 29 Jun 2023 04:27:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231882AbjF2I1b (ORCPT ); Thu, 29 Jun 2023 04:27:31 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50EEE2D56 for ; Thu, 29 Jun 2023 01:26:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1688027202; 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=2X/9hjh4GCRep3Yr5A88t6/9ZJUgY/QuDsFgqFDxHcg=; b=UalajFWSBy0qITeImnTR8Yh+pO5iHnOpdgx7eKPuyYugE3YwonarzuAn6iBBMJUdJpFw3g Ptf+ggvnF23HcYQjKgKxSbKu/kBo772JrysoXAj4KCr+ciz0sgpkJlDExITHYHfQJ1WdX3 WWR105kFr1OzgbgINMKWJ/WD47hSuQo= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-344-UHJ4wdicPsidx8V-RvRh3A-1; Thu, 29 Jun 2023 04:26:40 -0400 X-MC-Unique: UHJ4wdicPsidx8V-RvRh3A-1 Received: by mail-wr1-f71.google.com with SMTP id ffacd0b85a97d-3128319d532so266661f8f.2 for ; Thu, 29 Jun 2023 01:26:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688027199; x=1690619199; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2X/9hjh4GCRep3Yr5A88t6/9ZJUgY/QuDsFgqFDxHcg=; b=CIos7c+MbWPo2sQLX4+PpDl1a65s9J2U/TiBk0cSqquJn0Y/FrlAbX4HIXvr1XWv6y l3O9AFZdpGJVe8Yb6PJwS6kKW6+cRQ5GG/Uw941naPTF21r+Obo2LLKIksbKRBj2jEWr US0Ya1iGjY///ISRZN22A282nv25mevzFfP9muwcVUngAiUSTPHg8uZlVizhrDqiGhJ9 2ZV3UCRxXtxqUcGI1SLvi0b93MxOENV/Bkk72re0jozPJZOKOUwcxANCzYWMMVqr2a2y Mjzy9ktRoClyzxjgjH+5H4p+ku2bw4NqEiYqMCMXfAEuEy8z90P2QDaOwwRBwINVzsZG zNYw== X-Gm-Message-State: AC+VfDwXWfVurCM8Ssl9/jAiob78NzQ39hiaG4Hh6MyEi/beKYSaOcrH yPWXYdUXaQicwU6B4yy9Pqudk2b9jby6ofBQz5v5zSkgFp+0BDe1Zm0PAETBspEYVuWdEhQd599 HDb2iNGjb9JPxzHEjbZrO6T0gFoK8qRIyHHhQ X-Received: by 2002:a5d:4c49:0:b0:307:9702:dfc8 with SMTP id n9-20020a5d4c49000000b003079702dfc8mr32317043wrt.48.1688027199777; Thu, 29 Jun 2023 01:26:39 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ7omIpTgTvWmp/XA4qHqIcJGGRJMHLQApXBTxOevoUf3FMPyDoPRMaq5jK0ngggDraIqFDpoXXUgwpysfyG+3w= X-Received: by 2002:a5d:4c49:0:b0:307:9702:dfc8 with SMTP id n9-20020a5d4c49000000b003079702dfc8mr32317009wrt.48.1688027199420; Thu, 29 Jun 2023 01:26:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Vitaly Grinberg Date: Thu, 29 Jun 2023 11:26:28 +0300 Message-ID: Subject: Re: [RFC PATCH v8 00/10] Create common DPLL configuration API To: Jiri Pirko Cc: "Kubalewski, Arkadiusz" , David Airlie , andy.ren@getcruise.com, anthony.l.nguyen@intel.com, arnd@arndb.de, axboe@kernel.dk, Benjamin Tissoires , claudiajkang@gmail.com, corbet@lwn.net, davem@davemloft.net, edumazet@google.com, geert+renesas@glider.be, gregkh@linuxfoundation.org, hkallweit1@gmail.com, idosch@nvidia.com, intel-wired-lan@lists.osuosl.org, jacek.lawrynowicz@linux.intel.com, Javier Martinez Canillas , jesse.brandeburg@intel.com, jonathan.lemon@gmail.com, kuba@kernel.org, kuniyu@amazon.com, leon@kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, linux@zary.sk, liuhangbin@gmail.com, lucien.xin@gmail.com, masahiroy@kernel.org, michal.michalik@intel.com, milena.olech@intel.com, Michal Schmidt , Michael Tsirkin , netdev@vger.kernel.org, nicolas.dichtel@6wind.com, nipun.gupta@amd.com, ogabbay@kernel.org, Paolo Abeni , phil@nwl.cc, Petr Oros , razor@blackwall.org, ricardo.canuelo@collabora.com, richardcochran@gmail.com, saeedm@nvidia.com, sj@kernel.org, tzimmermann@suse.de, vadfed@fb.com, vadfed@meta.com, vadim.fedorenko@linux.dev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hi Jiri, We are pushing for it to be implemented in Intel Ice driver. Thanks, Vitaly On Thu, Jun 29, 2023 at 11:22=E2=80=AFAM Jiri Pirko wrot= e: > > Thu, Jun 22, 2023 at 09:44:19AM CEST, vgrinber@redhat.com wrote: > >Hi, > >Could it be possible to add PPS DPLL phase offset to the netlink API? We > >are relying on it in the E810-based grandmaster implementation. > > In which driver you need to implement this? > > > >Thanks, > >Vitaly >