Searched hist:ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/cadence/ |
H A D | Makefile | diff ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1 Thu Jun 29 08:14:16 CEST 2017 Rafal Ozieblo <rafalo@cadence.com> 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>
|
H A D | macb_ptp.c | ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1 Thu Jun 29 08:14:16 CEST 2017 Rafal Ozieblo <rafalo@cadence.com> 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>
|
H A D | macb.h | diff ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1 Thu Jun 29 08:14:16 CEST 2017 Rafal Ozieblo <rafalo@cadence.com> 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>
|
H A D | macb_main.c | diff ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1 Thu Jun 29 08:14:16 CEST 2017 Rafal Ozieblo <rafalo@cadence.com> 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>
|