netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4][pull request] ice: add PTP auxiliary bus support
@ 2023-09-20 17:19 Tony Nguyen
  2023-09-20 17:19 ` [PATCH net-next 1/4] ice: Auxbus devices & driver for E822 TS Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2023-09-20 17:19 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev
  Cc: Tony Nguyen, michal.michalik, jacob.e.keller, richardcochran

Michal Michalik says:

Auxiliary bus allows exchanging information between PFs, which allows
both fixing problems and simplifying new features implementation.
The auxiliary bus is enabled for all devices supported by ice driver.

The following are changes since commit b3af9c0e89ca721dfed95401c88c8c6e8067b558:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Michal Michalik (4):
  ice: Auxbus devices & driver for E822 TS
  ice: Use PTP auxbus for all PHYs restart in E822
  ice: PTP: add clock domain number to auxiliary interface
  ice: Remove the FW shared parameters

 drivers/net/ethernet/intel/ice/ice.h          |  12 +
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  10 -
 drivers/net/ethernet/intel/ice/ice_common.c   |  75 ---
 drivers/net/ethernet/intel/ice/ice_common.h   |   6 -
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |   2 +-
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |   1 +
 drivers/net/ethernet/intel/ice/ice_main.c     |  11 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 576 +++++++++++++-----
 drivers/net/ethernet/intel/ice/ice_ptp.h      |  41 +-
 9 files changed, 483 insertions(+), 251 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-09-30 18:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 17:19 [PATCH net-next 0/4][pull request] ice: add PTP auxiliary bus support Tony Nguyen
2023-09-20 17:19 ` [PATCH net-next 1/4] ice: Auxbus devices & driver for E822 TS Tony Nguyen
2023-09-20 17:19 ` [PATCH net-next 2/4] ice: Use PTP auxbus for all PHYs restart in E822 Tony Nguyen
2023-09-20 17:19 ` [PATCH net-next 3/4] ice: PTP: add clock domain number to auxiliary interface Tony Nguyen
2023-09-20 17:19 ` [PATCH net-next 4/4] ice: Remove the FW shared parameters Tony Nguyen
2023-09-30 18:00 ` [PATCH net-next 0/4][pull request] ice: add PTP auxiliary bus support 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).