From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9FDFC433E0 for ; Thu, 16 Jul 2020 18:37:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A20D207E8 for ; Thu, 16 Jul 2020 18:37:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594924625; bh=cyuHt7Jip0eq20sRWrd3G9ePaAZdPsdZ0yNGOmJPB9M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=tLAPOHgPGuDdVlITTsUXARiqojyJEDXZ39sKmxaD1tCIZSN/iDkgUlFjK3WpGb4kD L2KL76z82dIEgwmy8FgVkCHzm95l+V2JaTQ+9+b3avJVaUbCqkrmrRzdtTTPmmdiGx gUJMQIgIRoBeAlL4w1uOUOu7fowdwehUds0iLrMk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729148AbgGPShE (ORCPT ); Thu, 16 Jul 2020 14:37:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:49256 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726986AbgGPShE (ORCPT ); Thu, 16 Jul 2020 14:37:04 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 344CA2065E; Thu, 16 Jul 2020 18:37:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594924623; bh=cyuHt7Jip0eq20sRWrd3G9ePaAZdPsdZ0yNGOmJPB9M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PwNh51jz9iiPJqxQvrCKFhvU98fNfkgWc2XUrjOV7JZSO4fpFFc/m0euX8xX+P/oX LrOCD6PEBk9jFkSS6zoewEHcAMfEvE9BpUSvep5bI29LH6Fh/iN0bDT5tV4T+ZonvW YJtF7FqrR1m2bSTzrR2Q01ErAl6PBdT/QiBCJJnI= Date: Thu, 16 Jul 2020 11:37:01 -0700 From: Jakub Kicinski To: Andy Duan Cc: Sergey Organov , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "David S. Miller" , Richard Cochran , Vladimir Oltean Subject: Re: [EXT] [PATCH net-next v2 0/4] net: fec: a few improvements Message-ID: <20200716113701.65b4f19f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20200706142616.25192-1-sorganov@gmail.com> <20200715154300.13933-1-sorganov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Jul 2020 03:00:56 +0000 Andy Duan wrote: > From: Sergey Organov Sent: Wednesday, July 15, 2020 11:43 PM > > This is a collection of simple improvements that reduce and/or simplify code. > > They got developed out of attempt to use DP83640 PTP PHY connected to > > built-in FEC (that has its own PTP support) of the iMX 6SX micro-controller. > > The primary bug-fix was now submitted separately, and this is the rest of the > > changes. > > > > NOTE: the patches are developed and tested on 4.9.146, and rebased on top > > of recent 'net-next/master', where, besides visual inspection, I only tested > > that they do compile. > > > > Sergey Organov (4): > > net: fec: enable to use PPS feature without time stamping > > net: fec: initialize clock with 0 rather than current kernel time > > net: fec: get rid of redundant code in fec_ptp_set() > > net: fec: replace snprintf() with strlcpy() in fec_ptp_init() Applied, thanks! > For the version: Acked-by: Fugang Duan Thanks! In the future please make sure to have the tag as a separate line, patchwork is not clever enough to pick it up if it doesn't start at the start of the line :(