netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2024-02-20 (ice)
@ 2024-02-20 21:44 Tony Nguyen
  2024-02-20 21:44 ` [PATCH net 1/6] ice: fix connection state of DPLL and out pin Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Tony Nguyen @ 2024-02-20 21:44 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-02-23  3:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 21:44 [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2024-02-20 (ice) Tony Nguyen
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).