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=-2.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_NEOMUTT autolearn=ham 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 5C02FC282DD for ; Thu, 23 May 2019 13:48:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2B1A820868 for ; Thu, 23 May 2019 13:48:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="rnsqyg44" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730840AbfEWNsg (ORCPT ); Thu, 23 May 2019 09:48:36 -0400 Received: from mail-pl1-f195.google.com ([209.85.214.195]:43174 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730684AbfEWNsg (ORCPT ); Thu, 23 May 2019 09:48:36 -0400 Received: by mail-pl1-f195.google.com with SMTP id gn7so2783965plb.10; Thu, 23 May 2019 06:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=+gf6TK/DBZkbbPD59gjM5EzSFnmu0bkE4KJafULy65Y=; b=rnsqyg44lH8m7taWbuklaTCCz+35oJR/l6Qvu3nboiWywtVJszAN5r1JZZHNf22TlL EC6rzSjYQa/QR0ivyeZMdANgKAjULdQ8jZm65iQGs+q82LE2KLJ5xf+OjAK4S7BR91Es b5zTbN82WIaV6D95qOmUz/zqRV7tuLDrhiG4juw5hDWhRZyiifIizk4b+8z67j38wZKR roz6c8S7JRou1K+Hp2d8pEigq64HClfp+59fhiSKhLvwcIhL+H00WgbMyFXI9TPHSfoD ZXrtrGkrt/NwdtN+K0dNuzbfEX4sRH8aTyhUQJBSLp3RtWGgpvzEhwJlbNbAH95jHOjo K+7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=+gf6TK/DBZkbbPD59gjM5EzSFnmu0bkE4KJafULy65Y=; b=AeTmkADzHbtVlUbypbQ0DsRaKOyI5KwW387d/01TKDiAQNf3Inkq8FVyDIvI0HdtJS U059whISItvkzcK5wSPV1T/l8KGPXLGohlfGuF0GpcQhl/7ikV5qfEaoraWpfGAlLg3E +VpclBQQbHObMXT6MSFtqF9G7m1NO5dwA8aMxkdm/EsSJ6eih6+vBBax49vlKQOWjtbz fPdSzqkiRGEma36BDyVQMXRwOihitChga+qDVUMAlR0n8s/uF9EkaSZ2QGnRpfqWuJF2 uq6pQHZgwbR4GDCsWy/IbAHzMOHlPaCDia5GFxmu5Ovxr0Q63YbFA1um9x53wzIAzBgT nFYA== X-Gm-Message-State: APjAAAXqRDl9ZEW/hYnx5C6AcWh/tjPMEwygoD8CVAw9buYye4/v4irW HTl/af+Gbnb5HIaVb/SU6Cw= X-Google-Smtp-Source: APXvYqwKUTsNLMMZr3WT+JsRYI+XStFLzKHLL4taI1RlLURXHZmDRyhRh2+PrNYZ032j2fi3xT6L8g== X-Received: by 2002:a17:902:728f:: with SMTP id d15mr24384602pll.167.1558619315442; Thu, 23 May 2019 06:48:35 -0700 (PDT) Received: from localhost (c-73-222-71-142.hsd1.ca.comcast.net. [73.222.71.142]) by smtp.gmail.com with ESMTPSA id y191sm2667986pfb.179.2019.05.23.06.48.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 May 2019 06:48:34 -0700 (PDT) Date: Thu, 23 May 2019 06:48:32 -0700 From: Richard Cochran To: "Y.b. Lu" Cc: "netdev@vger.kernel.org" , David Miller , Claudiu Manoil , Shawn Guo , Rob Herring , Alexandru Marginean , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH net-next v2, 0/4] ENETC: support hardware timestamping Message-ID: <20190523134832.xzupnwvhhlljtoyh@localhost> References: <20190523023451.2933-1-yangbo.lu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190523023451.2933-1-yangbo.lu@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 23, 2019 at 02:33:24AM +0000, Y.b. Lu wrote: > This patch-set is to support hardware timestamping for ENETC > and also to add ENETC 1588 timer device tree node for ls1028a. Please, in the future, summarize the changes from the last series in the cover letter. It helps the reviewers to focus. Thanks, Richard From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH net-next v2, 0/4] ENETC: support hardware timestamping Date: Thu, 23 May 2019 06:48:32 -0700 Message-ID: <20190523134832.xzupnwvhhlljtoyh@localhost> References: <20190523023451.2933-1-yangbo.lu@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190523023451.2933-1-yangbo.lu@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: "Y.b. Lu" Cc: "netdev@vger.kernel.org" , David Miller , Claudiu Manoil , Shawn Guo , Rob Herring , Alexandru Marginean , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Thu, May 23, 2019 at 02:33:24AM +0000, Y.b. Lu wrote: > This patch-set is to support hardware timestamping for ENETC > and also to add ENETC 1588 timer device tree node for ls1028a. Please, in the future, summarize the changes from the last series in the cover letter. It helps the reviewers to focus. Thanks, Richard 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=-2.8 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_NEOMUTT autolearn=ham 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 0C6C4C282DE for ; Thu, 23 May 2019 13:49:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D1B082133D for ; Thu, 23 May 2019 13:49:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KDIWMgTu"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="rnsqyg44" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D1B082133D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RJjD9rEG4tlMCmkMSFCpVTLcYAFoxo5eHrDqdauMMak=; b=KDIWMgTubEq4u5 9G2on4TBXHjEHqKZmD900/+344WG90gBjT4rEYslbXowJAnIgM022xzpiVa4HyVS/4z2NWiNRnP+4 NGfH+TG2WhdbznWZ+w/zF8Ez+m/8RMpz3ptlRsHdMpgJ6tDopSnVpMAHYDFOaRscJBDDbYqgdiqnZ /GG7dUCV1X841YNHetEDD4wopGmxKt13/SwnWnzwvgLWv0/FtQz8p1jzgbVDw/k+eL3kMh1xkBoNL 1+Q2EBDkqzTP9Mrycipx9HxjOk1eaGTPVCgRwojwfSvtyxLjlwk74fJMsjhytdyzjYPfo47ATT/Mw 6OphJp+R1VqfcgMQz+cw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hTo5m-0000Hb-Dq; Thu, 23 May 2019 13:49:10 +0000 Received: from mail-pl1-x641.google.com ([2607:f8b0:4864:20::641]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hTo5E-0008Gp-Sl for linux-arm-kernel@lists.infradead.org; Thu, 23 May 2019 13:48:39 +0000 Received: by mail-pl1-x641.google.com with SMTP id g9so2793270plm.6 for ; Thu, 23 May 2019 06:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=+gf6TK/DBZkbbPD59gjM5EzSFnmu0bkE4KJafULy65Y=; b=rnsqyg44lH8m7taWbuklaTCCz+35oJR/l6Qvu3nboiWywtVJszAN5r1JZZHNf22TlL EC6rzSjYQa/QR0ivyeZMdANgKAjULdQ8jZm65iQGs+q82LE2KLJ5xf+OjAK4S7BR91Es b5zTbN82WIaV6D95qOmUz/zqRV7tuLDrhiG4juw5hDWhRZyiifIizk4b+8z67j38wZKR roz6c8S7JRou1K+Hp2d8pEigq64HClfp+59fhiSKhLvwcIhL+H00WgbMyFXI9TPHSfoD ZXrtrGkrt/NwdtN+K0dNuzbfEX4sRH8aTyhUQJBSLp3RtWGgpvzEhwJlbNbAH95jHOjo K+7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=+gf6TK/DBZkbbPD59gjM5EzSFnmu0bkE4KJafULy65Y=; b=sD3+b6m8tMptdUJFwCBSr6mwBjVcVKBOlWRJyhcYoMwtbq2lwSFW+2WqI6SO+djjKM jlGEF1PCBIwYMRHIoWN+P8vCtbJq8Qic77sV4z3dOctG62PrkpZP1VueAYsDU7PMhFaE MMViYnTtAjEvOUxRReFEFI9hMFYOHdKqkSJiqSr2SCG1KKZawzPVmXSK1AM4kPaqLHGp XjeYMuSlcAljuW3AFM0drarxsrq87+LXuF4hyMdDlUpijatLTHKdQIharM5+9gS06zZo d8kY0G5VkvIqVde/ETsf/wwe7pz3zdf+/wAjOQNBeANKLQK9DSDtpnnGO5DAhu/bPefZ JYUw== X-Gm-Message-State: APjAAAWBWExz/NRrdVmscVVOqgqVvmq3GWb35lTB549sJNj16O6TNPQ1 ILgv6ldux2E7CyO9PPXKNBg= X-Google-Smtp-Source: APXvYqwKUTsNLMMZr3WT+JsRYI+XStFLzKHLL4taI1RlLURXHZmDRyhRh2+PrNYZ032j2fi3xT6L8g== X-Received: by 2002:a17:902:728f:: with SMTP id d15mr24384602pll.167.1558619315442; Thu, 23 May 2019 06:48:35 -0700 (PDT) Received: from localhost (c-73-222-71-142.hsd1.ca.comcast.net. [73.222.71.142]) by smtp.gmail.com with ESMTPSA id y191sm2667986pfb.179.2019.05.23.06.48.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 May 2019 06:48:34 -0700 (PDT) Date: Thu, 23 May 2019 06:48:32 -0700 From: Richard Cochran To: "Y.b. Lu" Subject: Re: [PATCH net-next v2, 0/4] ENETC: support hardware timestamping Message-ID: <20190523134832.xzupnwvhhlljtoyh@localhost> References: <20190523023451.2933-1-yangbo.lu@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190523023451.2933-1-yangbo.lu@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190523_064837_008576_9BDBA25E X-CRM114-Status: GOOD ( 11.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "devicetree@vger.kernel.org" , "netdev@vger.kernel.org" , Alexandru Marginean , "linux-kernel@vger.kernel.org" , Claudiu Manoil , Rob Herring , Shawn Guo , David Miller , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, May 23, 2019 at 02:33:24AM +0000, Y.b. Lu wrote: > This patch-set is to support hardware timestamping for ENETC > and also to add ENETC 1588 timer device tree node for ls1028a. Please, in the future, summarize the changes from the last series in the cover letter. It helps the reviewers to focus. Thanks, Richard _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel