Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2023 09:35:22 +0000 (10:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2023 09:35:22 +0000 (10:35 +0100)
commit4fa7011d4f22d5b2e14cba19b524a4f90268b5c1
treedba937d2e76efb47385955151560d72a0d27cadf
parenta76c22e22cb7aecc22051f0bfe36eb50189738fe
parent89776a6a702e9b7bf9ae1691621f9699b2c18cc1
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-09-18 (ice)

This series contains updates to ice driver only.

Sergey prepends ICE_ to PTP timer commands to clearly convey namespace
of commands.

Karol adds retrying to acquire hardware semaphore for cross-timestamping
and avoids writing to timestamp registers on E822 devices. He also
renames some defines to be more clear and align with the data sheet.
Additionally, a range check is moved in order to reduce duplicated code.

Jake adds cross-timestamping support for E823 devices as well as adds
checks against netlist to aid in determining support for GNSS. He also
corrects improper pin assignment for certain E810-T devices and
refactors/cleanups PTP related code such as adding PHY model to ease checks
for different needed implementations, removing unneeded EXTTS flag, and
adding macro to check for source timer owner.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>