intel-wired-lan.osuosl.org archive mirror
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v2 0/3] ice: add PTP auxiliary bus support
@ 2023-07-21 15:44 Michal Michalik
  2023-07-21 15:44 ` [Intel-wired-lan] [PATCH net-next v2 1/3] ice: Auxbus devices & driver for E822 TS Michal Michalik
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Michal Michalik @ 2023-07-21 15:44 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: karol.kolacinski, anthony.l.nguyen, jesse.brandeburg

Auxiliary bus allow 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.

Michal Michalik (3):
  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

 drivers/net/ethernet/intel/ice/ice.h            |  14 +
 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h |   5 -
 drivers/net/ethernet/intel/ice/ice_ethtool.c    |   2 +-
 drivers/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        | 582 +++++++++++++++++-------
 drivers/net/ethernet/intel/ice/ice_ptp.h        |  41 +-
 7 files changed, 489 insertions(+), 167 deletions(-)

-- 
2.9.5

base-commit: aa29136c92a1122f30e3fdc3f36306ef00ddcf73
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

end of thread, other threads:[~2023-07-27 13:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 15:44 [Intel-wired-lan] [PATCH net-next v2 0/3] ice: add PTP auxiliary bus support Michal Michalik
2023-07-21 15:44 ` [Intel-wired-lan] [PATCH net-next v2 1/3] ice: Auxbus devices & driver for E822 TS Michal Michalik
2023-07-25 17:51   ` Tony Nguyen
2023-07-27 13:04     ` Michalik, Michal
2023-07-21 15:44 ` [Intel-wired-lan] [PATCH net-next v2 2/3] ice: Use PTP auxbus for all PHYs restart in E822 Michal Michalik
2023-07-25 17:52   ` Tony Nguyen
2023-07-27 12:35     ` Michalik, Michal
2023-07-21 15:44 ` [Intel-wired-lan] [PATCH net-next v2 3/3] ice: PTP: add clock domain number to auxiliary interface Michal Michalik
2023-07-25 17:52   ` Tony Nguyen
2023-07-25 17:54     ` Jacob Keller
2023-07-27 12:05       ` Michalik, Michal
2023-07-25 18:00 ` [Intel-wired-lan] [PATCH net-next v2 0/3] ice: add PTP auxiliary bus support Tony Nguyen
2023-07-27 13:07   ` Michalik, Michal

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).