Netdev List
 help / color / mirror / Atom feed
From: Ali Rouhi <arouhi@sitime.com>
To: "vadim.fedorenko@linux.dev" <vadim.fedorenko@linux.dev>
Cc: "jiri@resnulli.us" <jiri@resnulli.us>,
	"ivecera@redhat.com" <ivecera@redhat.com>,
	"arkadiusz.kubalewski@intel.com" <arkadiusz.kubalewski@intel.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"cjubran@nvidia.com" <cjubran@nvidia.com>,
	"Oleg.Zadorozhnyi@devoxsoftware.com"
	<Oleg.Zadorozhnyi@devoxsoftware.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net-next v7 3/3] dpll: add SiTime SiT9531x DPLL clock driver
Date: Fri, 21 Aug 2026 01:05:58 +0000	[thread overview]
Message-ID: <20260821010556.95192-1-arouhi@sitime.com> (raw)
In-Reply-To: <6a529684-bd6a-4187-9ed9-bb40f4b98065@linux.dev>

On 19/08/2026 22:16, Vadim Fedorenko wrote:
> as the new version is need, could you please think of how it can be
> split. reviewing if 5.6k lines of code in one go is quite tough

Agreed. v8 will be a series.

The order follows the first zl3073x series that Ivan pointed at, which
we took as the model: the mechanical foundation first, then one
capability per patch.

   1  basic SiT9531x support - Kconfig, Makefile, MAINTAINERS, regmap
      with the page selector, variant detection, probe
   2  read DPLL types and pin properties from system firmware
   3  register the DPLL devices and their pins
   4  lock status, device mode, and the periodic state monitor,
      including the optional INTRB interrupt
   5  input pin state on a DPLL
   6  input pin priority get and set
   7  pin frequency get and set
   8  output phase adjustment
   9  embedded sync control on outputs
  10  phase offset measurement through the TDC
  11  fractional frequency offset of the selected reference
  12  the INTSYNC source and destination pin pair
  13  optional device-tree overrides, per-PLL Fvco and the
      output-to-PLL map

preceded by the two dt-bindings patches, which are unchanged from v7
apart from moving a VCO example value inside a supported band.

Property parsing comes before registration because both device and pin
registration read from it. Sizes run from roughly 250 to 900 lines,
largest at the front.

Two ground rules: every patch builds and works on its own so the series
stays bisectable, and the end state is byte-identical to what v7 would
have been, so nothing you find is an artefact of the split. checkpatch
--strict, W=1 C=1 with sparse, and a 32-bit build on every patch
individually, then git am of the whole series onto clean net-next and
dt_binding_check.

If you would rather see it split differently, say so now and I will
restructure before posting.

Thanks,
Ali

  parent reply	other threads:[~2026-08-21  1:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-15 22:19 [PATCH net-next v7 0/3] dpll: add SiTime SiT9531x DPLL clock driver Ali Rouhi
2026-08-15 22:19 ` [PATCH net-next v7 1/3] dt-bindings: vendor-prefixes: add SiTime Corporation Ali Rouhi
2026-08-15 22:19 ` [PATCH net-next v7 2/3] dt-bindings: dpll: add SiTime SiT95316 clock generator Ali Rouhi
2026-08-15 22:19 ` [PATCH net-next v7 3/3] dpll: add SiTime SiT9531x DPLL clock driver Ali Rouhi
2026-08-18 17:06   ` Jakub Kicinski
2026-08-19 21:16   ` Vadim Fedorenko
2026-08-20 17:27     ` Ivan Vecera
2026-08-21  1:06       ` Ali Rouhi
2026-08-21  1:05     ` Ali Rouhi [this message]
2026-08-20 17:57   ` Ivan Vecera
2026-08-21  1:06     ` Ali Rouhi

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=20260821010556.95192-1-arouhi@sitime.com \
    --to=arouhi@sitime.com \
    --cc=Oleg.Zadorozhnyi@devoxsoftware.com \
    --cc=arkadiusz.kubalewski@intel.com \
    --cc=cjubran@nvidia.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ivecera@redhat.com \
    --cc=jiri@resnulli.us \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=robh@kernel.org \
    --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