mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2025-01-07 (ice, igc)

Message ID 20250107190150.1758577-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2025-01-07 (ice, igc) | expand

Message

Tony Nguyen Jan. 7, 2025, 7:01 p.m. UTC
For ice:

Arkadiusz corrects mask value being used to determine DPLL phase range.

Przemyslaw corrects frequency value for E823 devices.

For igc:

En-Wei Wu adds a check and, early, return for failed register read.

The following are changes since commit fd48f071a3d6d51e737e953bb43fe69785cf59a9:
  net: don't dump Tx and uninitialized NAPIs
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Arkadiusz Kubalewski (1):
  ice: fix max values for dpll pin phase adjust

En-Wei Wu (1):
  igc: return early when failing to read EECD register

Przemyslaw Korba (1):
  ice: fix incorrect PHY settings for 100 GB/s

 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  2 ++
 drivers/net/ethernet/intel/ice/ice_dpll.c     | 35 ++++++++++++-------
 .../net/ethernet/intel/ice/ice_ptp_consts.h   |  4 +--
 drivers/net/ethernet/intel/igc/igc_base.c     |  6 ++++
 4 files changed, 33 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 9, 2025, 3:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Tue,  7 Jan 2025 11:01:44 -0800 you wrote:
> For ice:
> 
> Arkadiusz corrects mask value being used to determine DPLL phase range.
> 
> Przemyslaw corrects frequency value for E823 devices.
> 
> For igc:
> 
> [...]

Here is the summary with links:
  - [net,1/3] ice: fix max values for dpll pin phase adjust
    https://git.kernel.org/netdev/net/c/65104599b3a8
  - [net,2/3] ice: fix incorrect PHY settings for 100 GB/s
    https://git.kernel.org/netdev/net/c/6c5b98911608
  - [net,3/3] igc: return early when failing to read EECD register
    https://git.kernel.org/netdev/net/c/bd2776e39c2a

You are awesome, thank you!