[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230920171929.2198273-1-anthony.l.nguyen@intel.com>
Date: Wed, 20 Sep 2023 10:19:25 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
michal.michalik@...el.com,
jacob.e.keller@...el.com,
richardcochran@...il.com
Subject: [PATCH net-next 0/4][pull request] ice: add PTP auxiliary bus support
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
Powered by blists - more mailing lists