netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-25 (ice)
@ 2024-07-02 17:14 Tony Nguyen
  2024-07-02 17:14 ` [PATCH net v2 1/4] ice: Fix improper extts handling Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Tony Nguyen @ 2024-07-02 17:14 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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.
---
v2:
- Adjusted formatting in "ice: Fix improper extts handling" and
  reworded commit message

v1: https://lore.kernel.org/netdev/20240625170248.199162-1-anthony.l.nguyen@intel.com/

The following are changes since commit 8905a2c7d39b921b8a62bcf80da0f8c45ec0e764:
  Merge branch 'net-txgbe-fix-msi-and-intx-interrupts'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jacob Keller (2):
  ice: Don't process extts if PTP is disabled
  ice: Reject pin requests with unsupported flags

Milena Olech (1):
  ice: Fix improper extts handling

Petr Oros (1):
  ice: use proper macro for testing bit

 drivers/net/ethernet/intel/ice/ice_hwmon.c |   2 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c   | 131 ++++++++++++++++-----
 drivers/net/ethernet/intel/ice/ice_ptp.h   |   9 ++
 3 files changed, 111 insertions(+), 31 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-04  2:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 17:14 [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-25 (ice) Tony Nguyen
2024-07-02 17:14 ` [PATCH net v2 1/4] ice: Fix improper extts handling Tony Nguyen
2024-07-03 11:56   ` Maciej Fijalkowski
2024-07-03 13:59     ` Przemek Kitszel
2024-07-03 14:16       ` Maciej Fijalkowski
2024-07-02 17:14 ` [PATCH net v2 2/4] ice: Don't process extts if PTP is disabled Tony Nguyen
2024-07-02 17:14 ` [PATCH net v2 3/4] ice: Reject pin requests with unsupported flags Tony Nguyen
2024-07-02 17:14 ` [PATCH net v2 4/4] ice: use proper macro for testing bit Tony Nguyen
2024-07-04  2:50 ` [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-25 (ice) patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).