[Intel-wired-lan] [next-queue PATCH v3 1/5] igc: Add basic skeleton for PTP

Brown, Aaron F aaron.f.brown at intel.com
Sat Dec 14 01:25:17 UTC 2019


> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Vinicius Costa Gomes
> Sent: Monday, December 2, 2019 3:20 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next-queue PATCH v3 1/5] igc: Add basic skeleton
> for PTP
> 
> This allows the creation of the /dev/ptpX device for i225, and reading
> and writing the time.
> 
> Signed-off-by: Vinicius Costa Gomes <vinicius.gomes at intel.com>
> ---
>  drivers/net/ethernet/intel/igc/Makefile      |   2 +-
>  drivers/net/ethernet/intel/igc/igc.h         |  26 ++
>  drivers/net/ethernet/intel/igc/igc_defines.h |  12 +
>  drivers/net/ethernet/intel/igc/igc_main.c    |  27 ++
>  drivers/net/ethernet/intel/igc/igc_ptp.c     | 349 +++++++++++++++++++
>  drivers/net/ethernet/intel/igc/igc_regs.h    |  24 ++
>  6 files changed, 439 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/net/ethernet/intel/igc/igc_ptp.c
> 
Tested-by: Aaron Brown <aaron.f.brown at intel.com>


More information about the Intel-wired-lan mailing list