[net-next,v5,0/3] Macb PTP minor updates

Message ID 20230411123712.11459-1-harini.katakam@amd.com
Headers
Series Macb PTP minor updates |

Message

Harini Katakam April 11, 2023, 12:37 p.m. UTC
  - Enable PTP unicast
- Optimize HW timestamp reading

v5:
Remove unnecessary braces and !! in gem_has_ptp

v4:
Fix kernel test robot error; use static check for
CONFIG_MACB_USE_HWTSTAMP where necessary

v3:
Add patch to move CONFIG_MACB_USE_HWTSTAMP check into gem_has_ptp

v2:
- Handle unicast setting with one register R/W operation
- Update HW timestamp logic to remove sec_rollover variable
- Removed Richard Cochran's ACK as patch 2/2 changed

Harini Katakam (3):
  net: macb: Update gem PTP support check
  net: macb: Enable PTP unicast
  net: macb: Optimize reading HW timestamp

 drivers/net/ethernet/cadence/macb.h      |  6 +++++-
 drivers/net/ethernet/cadence/macb_main.c | 17 +++++++++++++----
 drivers/net/ethernet/cadence/macb_ptp.c  |  4 ++--
 3 files changed, 20 insertions(+), 7 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org April 14, 2023, 5:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 11 Apr 2023 18:07:09 +0530 you wrote:
> - Enable PTP unicast
> - Optimize HW timestamp reading
> 
> v5:
> Remove unnecessary braces and !! in gem_has_ptp
> 
> v4:
> Fix kernel test robot error; use static check for
> CONFIG_MACB_USE_HWTSTAMP where necessary
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/3] net: macb: Update gem PTP support check
    https://git.kernel.org/netdev/net-next/c/adee474a3b43
  - [net-next,v5,2/3] net: macb: Enable PTP unicast
    https://git.kernel.org/netdev/net-next/c/ee4e92c26c60
  - [net-next,v5,3/3] net: macb: Optimize reading HW timestamp
    https://git.kernel.org/netdev/net-next/c/8c0d0fe04449

You are awesome, thank you!