Merge branch 'intel-wired-lan-driver-updates-2024-06-25-ice'
authorJakub Kicinski <kuba@kernel.org>
Thu, 4 Jul 2024 02:36:53 +0000 (19:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Jul 2024 02:36:54 +0000 (19:36 -0700)
commitf66738dccd235112888c5b078eaef80fc9c68cf8
tree82bf70f14123b418c2aa4be79539582be7e044fb
parent2a79651bf2fad8620ad594c66bbf2cc2bd342417
parent7829ee78490ddb29993cc7893384a04b8cc7436c
Merge branch 'intel-wired-lan-driver-updates-2024-06-25-ice'

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-06-25 (ice)

This series contains updates to ice driver only.

Milena adds disabling of extts events when PTP is disabled.

Jake prevents possible NULL pointer by checking that timestamps are
ready before processing extts events and adds checks for unsupported
PTP pin configuration.

Petr Oros replaces _test_bit() with the correct test_bit() macro.
v1: https://lore.kernel.org/netdev/20240625170248.199162-1-anthony.l.nguyen@intel.com/
====================

Link: https://patch.msgid.link/20240702171459.2606611-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>