mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2023-11-13 (ice)

Message ID 20231113230551.548489-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-11-13 (ice) | expand

Message

Tony Nguyen Nov. 13, 2023, 11:05 p.m. UTC
This series contains updates to ice driver only.

Arkadiusz ensures the device is initialized with valid lock status
value. He also removes range checking of dpll priority to allow firmware
to process the request; supported values are firmware dependent.
Finally, he removes setting of can change capability for pins that
cannot be changed.

Dan restores ability to load a package which doesn't contain a signature
segment.

The following are changes since commit c0a2a1b0d631fc460d830f52d06211838874d655:
  ppp: limit MRU to 64K
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Arkadiusz Kubalewski (3):
  ice: dpll: fix initial lock status of dpll
  ice: dpll: fix check for dpll input priority range
  ice: dpll: fix output pin capabilities

Dan Nowlin (1):
  ice: fix DDP package download for packages without signature segment

 drivers/net/ethernet/intel/ice/ice_ddp.c    | 103 +++++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_dpll.c   |  21 ++--
 drivers/net/ethernet/intel/ice/ice_dpll.h   |   1 -
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c |  54 ++++++++++
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h |   2 +
 5 files changed, 165 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 15, 2023, 4:10 a.m. UTC | #1
Hello:

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

On Mon, 13 Nov 2023 15:05:45 -0800 you wrote:
> This series contains updates to ice driver only.
> 
> Arkadiusz ensures the device is initialized with valid lock status
> value. He also removes range checking of dpll priority to allow firmware
> to process the request; supported values are firmware dependent.
> Finally, he removes setting of can change capability for pins that
> cannot be changed.
> 
> [...]

Here is the summary with links:
  - [net,1/4] ice: dpll: fix initial lock status of dpll
    https://git.kernel.org/netdev/net/c/7a1aba89ac54
  - [net,2/4] ice: dpll: fix check for dpll input priority range
    https://git.kernel.org/netdev/net/c/4a4027f25dc3
  - [net,3/4] ice: dpll: fix output pin capabilities
    https://git.kernel.org/netdev/net/c/6db5f2cd9ebb
  - [net,4/4] ice: fix DDP package download for packages without signature segment
    https://git.kernel.org/netdev/net/c/a778616e4cc2

You are awesome, thank you!