Netdev List
 help / color / mirror / Atom feed
From: Jiri Pirko <jiri@resnulli.us>
To: "Kubalewski, Arkadiusz" <arkadiusz.kubalewski@intel.com>
Cc: "Vecera, Ivan" <ivecera@redhat.com>,
	 "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	Jiri Pirko <jiri@nvidia.com>,
	 "David S. Miller" <davem@davemloft.net>,
	Donald Hunter <donald.hunter@gmail.com>,
	 Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>,
	 "Schmidt, Michal" <mschmidt@redhat.com>,
	Paolo Abeni <pabeni@redhat.com>,
	 "Vaananen, Pasi" <pvaanane@redhat.com>,
	"Oros, Petr" <poros@redhat.com>,
	 Prathosh Satish <Prathosh.Satish@microchip.com>,
	Simon Horman <horms@kernel.org>,
	 Vadim Fedorenko <vadim.fedorenko@linux.dev>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net-next v5 1/4] dpll: add DPLL_PIN_TYPE_INT_NCO pin type
Date: Tue, 9 Jun 2026 10:51:24 +0200	[thread overview]
Message-ID: <aifTFMZtWBgLzhCS@FV6GYCPJ69> (raw)
In-Reply-To: <CH0PR11MB53941698BDF5C3B8298CC0679B1C2@CH0PR11MB5394.namprd11.prod.outlook.com>

Mon, Jun 08, 2026 at 07:03:46PM +0200, arkadiusz.kubalewski@intel.com wrote:
>>From: Ivan Vecera <ivecera@redhat.com>
>>Sent: Monday, June 8, 2026 5:48 PM
>>
>>On 6/8/26 4:43 PM, Kubalewski, Arkadiusz wrote:
>>>> From: Ivan Vecera <ivecera@redhat.com>
>>>> Sent: Sunday, May 31, 2026 9:44 PM
>>>> ...
>>>>        -
>>>>          name: gnss
>>>>          doc: GNSS recovered clock
>>>> +      -
>>>> +        name: int-nco
>>>> +        doc: |
>>>> +          Device internal numerically controlled oscillator.
>>>> +          When connected as a DPLL input, the DPLL enters NCO mode
>>>> +          where the output frequency is adjusted by the host via
>>>> +          the PTP clock interface.
>>>
>>> Hi Ivan!
>>>
>>> How would you control this in case of automatic mode dpll?
>>> Automatic mode DPLL shall be controlled on HW level, such pin brakes
>>> that rule and requires some driver magic to show it is higher
>>> priority then the rest of the pins?
>>
>>The NCO pin can be connected only in manual mode. In other words a DPLL
>>in automatic mode cannot select NCO pin (switch to NCO mode) by its own.
>>
>
>Being picky on DPLL_MODE for enabling feature is not something we can
>allow if it is not related to HW limitation, is it?
>Could you please elaborate why it is not possible for AUTOMATIC mode?

In automatic mode, the pin selection logic is defined upon prio. I can
imagine that if NCO pin has the highest prio of the available ones,
it gets picked. I would be aligned 100% with automatic mode behaviour.
Is there a real usecase for it?

[..]

  reply	other threads:[~2026-06-09  8:51 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-31 19:44 [PATCH net-next v5 0/4] dpll: add NCO pin type and zl3073x support Ivan Vecera
2026-05-31 19:44 ` [PATCH net-next v5 1/4] dpll: add DPLL_PIN_TYPE_INT_NCO pin type Ivan Vecera
2026-06-04  1:50   ` Jakub Kicinski
2026-06-04 15:01     ` Ivan Vecera
2026-06-04 15:16       ` Jakub Kicinski
2026-06-04 16:42         ` Ivan Vecera
2026-06-08 11:33           ` Vadim Fedorenko
2026-06-08 15:30             ` Ivan Vecera
2026-06-09 10:24               ` Vadim Fedorenko
2026-06-09 11:06             ` Jiri Pirko
2026-06-08 14:43   ` Kubalewski, Arkadiusz
2026-06-08 15:48     ` Ivan Vecera
2026-06-08 17:03       ` Kubalewski, Arkadiusz
2026-06-09  8:51         ` Jiri Pirko [this message]
2026-05-31 19:44 ` [PATCH net-next v5 2/4] dpll: zl3073x: use per-operation poll timeouts Ivan Vecera
2026-05-31 19:44 ` [PATCH net-next v5 3/4] dpll: zl3073x: add per-DPLL serialization lock Ivan Vecera
2026-06-04  1:40   ` Jakub Kicinski
2026-06-04 14:57     ` Ivan Vecera
2026-06-04  1:51   ` Jakub Kicinski
2026-06-04 15:12     ` Ivan Vecera
2026-05-31 19:44 ` [PATCH net-next v5 4/4] dpll: zl3073x: add NCO virtual input pin Ivan Vecera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aifTFMZtWBgLzhCS@FV6GYCPJ69 \
    --to=jiri@resnulli.us \
    --cc=Prathosh.Satish@microchip.com \
    --cc=arkadiusz.kubalewski@intel.com \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=ivecera@redhat.com \
    --cc=jiri@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mschmidt@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=poros@redhat.com \
    --cc=pvaanane@redhat.com \
    --cc=vadim.fedorenko@linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox