linux/drivers/net/ethernet/cadence
Rafal Ozieblo ab91f0a9b5 net: macb: Add hardware PTP support
This patch is based on original Harini's patch and Andrei's patch,
implemented in a separate file to ease the review/maintanance
and integration with other platforms.

This driver supports GEM-GXL:
- Register ptp clock framework
- Initialize PTP related registers
- HW time stamp on the PTP Ethernet packets are received using the
  SO_TIMESTAMPING API. Time stamps are obtained from the dma buffer
  descriptors
- add macb_ptp to compilation chain

Signed-off-by: Rafal Ozieblo <rafalo@cadence.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-30 13:11:42 -04:00
..
Kconfig net: macb: Add support for PTP timestamps in DMA descriptors 2017-06-30 13:11:41 -04:00
macb_main.c net: macb: Add hardware PTP support 2017-06-30 13:11:42 -04:00
macb_pci.c net: macb: Updated resource allocation function calls to new version of API. 2017-01-03 09:35:42 -05:00
macb_ptp.c net: macb: Add hardware PTP support 2017-06-30 13:11:42 -04:00
macb.h net: macb: Add hardware PTP support 2017-06-30 13:11:42 -04:00
Makefile net: macb: Add hardware PTP support 2017-06-30 13:11:42 -04:00