All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2024-02-20 (ice)
Date: Tue, 20 Feb 2024 13:44:36 -0800	[thread overview]
Message-ID: <20240220214444.1039759-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Yochai sets parent device to properly reflect connection state between
source DPLL and output pin.

Arkadiusz fixes additional issues related to DPLL; proper reporting of
phase_adjust value and preventing use/access of data while resetting.

Amritha resolves ASSERT_RTNL() being triggered on certain reset/rebuild
flows.

The following are changes since commit 23f9c2c066e7e5052406fb8f04a115d3d0260b22:
  docs: netdev: update the link to the CI repo
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Amritha Nambiar (1):
  ice: Fix ASSERT_RTNL() warning during certain scenarios

Arkadiusz Kubalewski (4):
  ice: fix dpll input pin phase_adjust value updates
  ice: fix dpll and dpll_pin data access on PF reset
  ice: fix dpll periodic work data updates on PF reset
  ice: fix pin phase adjust updates on PF reset

Yochai Hagvi (1):
  ice: fix connection state of DPLL and out pin

 drivers/net/ethernet/intel/ice/ice_base.c | 10 +--
 drivers/net/ethernet/intel/ice/ice_dpll.c | 91 +++++++++++++++++++----
 drivers/net/ethernet/intel/ice/ice_lib.c  | 86 ++++++++++++++++-----
 drivers/net/ethernet/intel/ice/ice_lib.h  | 10 ++-
 drivers/net/ethernet/intel/ice/ice_main.c |  3 +-
 5 files changed, 161 insertions(+), 39 deletions(-)

-- 
2.41.0


             reply	other threads:[~2024-02-20 21:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20 21:44 Tony Nguyen [this message]
2024-02-20 21:44 ` [PATCH net 1/6] ice: fix connection state of DPLL and out pin Tony Nguyen
2024-02-22 12:31   ` Vadim Fedorenko
2024-02-22 13:22     ` Jiri Pirko
2024-02-20 21:44 ` [PATCH net 2/6] ice: fix dpll input pin phase_adjust value updates Tony Nguyen
2024-02-20 21:44 ` [PATCH net 3/6] ice: fix dpll and dpll_pin data access on PF reset Tony Nguyen
2024-02-20 21:44 ` [PATCH net 4/6] ice: fix dpll periodic work data updates " Tony Nguyen
2024-02-20 21:44 ` [PATCH net 5/6] ice: fix pin phase adjust " Tony Nguyen
2024-02-20 21:44 ` [PATCH net 6/6] ice: Fix ASSERT_RTNL() warning during certain scenarios Tony Nguyen
2024-02-23  3:30 ` [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2024-02-20 (ice) patchwork-bot+netdevbpf

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=20240220214444.1039759-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.