From: Sergey Temerkhanov <sergey.temerkhanov@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org
Subject: [PATCH iwl-next v5 0/6] Rework dpll pin control
Date: Mon, 31 Aug 2026 14:49:59 +0000 [thread overview]
Message-ID: <20260831145005.191040-1-sergey.temerkhanov@intel.com> (raw)
This series reworks and clarifies DPLL control logic. Contains
refactoring changes for better readability as well as the changes making
the pin controls compliant to design requirements.
Bounds checking is added to avoid any potential out-of-bounds access
https://mail-archive.com/intel-wired-lan@osuosl.org/msg19535.html
v1->v2: Harden the error handling paths, additional bounds and
pointer checks
v2->v3: Fully rework the rollback codepaths, rearrange changes
v3->v4: Fix transient state visibility during the state switch process
v4->v5: Minor formatting changes, additional NULL pointer check
Sergey Temerkhanov (6):
ice: dpll: Add the MUX tables to the documentation
ice: dpll: Rework multiplexed pin notifications
ice: dpll: Use switch statements to handle pin states
ice: dpll: Check for bounds when updating the pin states
ice: dpll: Rework U.FL muxed pin (SMA) control
ice: dpll: Rework the SMA control logic to match the requirements
drivers/net/ethernet/intel/ice/ice_dpll.c | 544 ++++++++++++++++++----
drivers/net/ethernet/intel/ice/ice_dpll.h | 1 +
2 files changed, 456 insertions(+), 89 deletions(-)
--
2.53.0
next reply other threads:[~2026-08-31 14:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 14:49 Sergey Temerkhanov [this message]
2026-08-31 14:50 ` [PATCH iwl-next v5 1/6] ice: dpll: Add the MUX tables to the documentation Sergey Temerkhanov
2026-08-31 14:50 ` [PATCH iwl-next v5 2/6] ice: dpll: Rework multiplexed pin notifications Sergey Temerkhanov
2026-08-31 14:50 ` [PATCH iwl-next v5 3/6] ice: dpll: Use switch statements to handle pin states Sergey Temerkhanov
2026-08-31 14:50 ` [PATCH iwl-next v5 4/6] ice: dpll: Check for bounds when updating the " Sergey Temerkhanov
2026-08-31 14:50 ` [PATCH iwl-next v5 5/6] ice: dpll: Rework U.FL muxed pin (SMA) control Sergey Temerkhanov
2026-08-31 14:50 ` [PATCH iwl-next v5 6/6] ice: dpll: Rework the SMA control logic to match the requirements Sergey Temerkhanov
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=20260831145005.191040-1-sergey.temerkhanov@intel.com \
--to=sergey.temerkhanov@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
/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