Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH next-queue v2 0/2] PPS and SDP support for i225
@ 2021-02-19  1:31 Ederson de Souza
  2021-02-19  1:31 ` [Intel-wired-lan] [PATCH next-queue v2 1/2] igc: Enable internal i225 PPS Ederson de Souza
  2021-02-19  1:31 ` [Intel-wired-lan] [PATCH next-queue v2 2/2] igc: enable auxiliary PHC functions for the i225 Ederson de Souza
  0 siblings, 2 replies; 5+ messages in thread
From: Ederson de Souza @ 2021-02-19  1:31 UTC (permalink / raw)
  To: intel-wired-lan

The i225 device has some PHC Hardware Clock features such as Pulse Per
Seconds interrupts or Software Defined Pins signals. This series add
support to some of them.

Changes from v1:
  - Addressed some checkpatch issues. However, most of them were about
  using BIT macro in code blocks whose readability would get worse in
  case I used it. Think of a some (1 << X) in the middle of (2 << Y).

  - Added more information on commit messages - trying to highlight some
  implementation details. However, the datasheet that is reference for
  these changes is not public yet, so I didn't mention it. As a
  workaround, I mention that most of it is the same as i210.

Ederson de Souza (2):
  igc: Enable internal i225 PPS
  igc: enable auxiliary PHC functions for the i225

 drivers/net/ethernet/intel/igc/igc.h         |  13 +
 drivers/net/ethernet/intel/igc/igc_defines.h |  63 ++++
 drivers/net/ethernet/intel/igc/igc_main.c    |  63 +++-
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 295 ++++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_regs.h    |  10 +
 5 files changed, 441 insertions(+), 3 deletions(-)

-- 
2.30.1


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

end of thread, other threads:[~2021-04-11  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-19  1:31 [Intel-wired-lan] [PATCH next-queue v2 0/2] PPS and SDP support for i225 Ederson de Souza
2021-02-19  1:31 ` [Intel-wired-lan] [PATCH next-queue v2 1/2] igc: Enable internal i225 PPS Ederson de Souza
2021-04-11  7:15   ` Dvora Fuxbrumer
2021-02-19  1:31 ` [Intel-wired-lan] [PATCH next-queue v2 2/2] igc: enable auxiliary PHC functions for the i225 Ederson de Souza
2021-04-11  7:16   ` Dvora Fuxbrumer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox