Re: [PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit

2017-06-09 Thread David Miller
From: "Mario Molitor" Date: Thu, 8 Jun 2017 23:35:02 +0200 > From d5c520880a5f6b470cb150b9aae67341089b9395 Mon Sep 17 00:00:00 2001 > From: Mario Molitor > Date: Thu, 8 Jun 2017 23:03:09 +0200 > Subject: [PATCH 2/2] stmmac: fix for hw timestamp of

[PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit

2017-06-08 Thread Mario Molitor
>From d5c520880a5f6b470cb150b9aae67341089b9395 Mon Sep 17 00:00:00 2001 From: Mario Molitor Date: Thu, 8 Jun 2017 23:03:09 +0200 Subject: [PATCH 2/2] stmmac: fix for hw timestamp of GMAC3 unit 1.) Bugfix of function stmmac_get_tx_hwtstamp. Corrected the tx timestamp

Aw: Re: [PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit

2017-06-08 Thread Mario Molitor
Hello David and Andy, thanks for review response. I will fix the patches with your responses. Thanks, Mario

Re: [PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit

2017-06-07 Thread Andy Shevchenko
On Wed, Jun 7, 2017 at 11:45 AM, Mario Molitor wrote: > exit: > - return ret; > + if (likely(ret == 0)) > + return 1; > + else > + return 0; else is redundant. -- With Best Regards, Andy Shevchenko

Re: [PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit

2017-06-07 Thread David Miller
From: "Mario Molitor" Date: Wed, 7 Jun 2017 10:45:21 +0200 > fixed: commit ba1ffd74df74 ("stmmac: fix PTP support for GMAC4") The correct tag string is "Fixes: " not "fixed: " Also, the word "commit" should not be there. Please fix this in both of your patches.

[PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit

2017-06-07 Thread Mario Molitor
>From 94f3314c6d67246e015a50fd14e665732a5e78b0 Mon Sep 17 00:00:00 2001 From: Mario Molitor Date: Tue, 6 Jun 2017 21:47:16 +0200 Subject: [PATCH 2/2] stmmac: fix for hw timestamp of GMAC3 unit 1.) Bugfix of function stmmac_get_tx_hwtstamp. Corrected the tx timestamp