]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Oct 2021 07:47:23 +0000 (08:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Oct 2021 07:47:23 +0000 (08:47 +0100)
commit803a4344c7907e929dc155b6c958c972c0f20c21
tree465fbac6b70a669936535b1f5fa08315e26de5d5
parentdcebeb8bfedcdf9d5964df1d7db3d3c55a321257
parent2faf63b650bb2f6f4549227406631f6004b14101
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-10-14

Maciej Machnikowski says:

Extend the driver implementation to support PTP pins on E810-T and
derivative devices.

E810-T adapters are equipped with:
- 2 external bidirectional SMA connectors
- 1 internal TX U.FL shared with SMA1
- 1 internal RX U.FL shared with SMA2

The SMA and U.FL configuration is controlled by the external
multiplexer.

E810-T Derivatives are equipped with:
- 2 1PPS outputs on SDP20 and SDP22
- 2 1PPS inputs on SDP21 and SDP23
---
v2:
- Remove defensive programming check and simplify return statement
  (Patch 3)
- Remove unnecessary parentheses (Patch 4)
====================

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