Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1606894ybv; Thu, 6 Feb 2020 06:52:49 -0800 (PST) X-Google-Smtp-Source: APXvYqyxpNs9lWzRFOxQf/QPfe7ataib5AenY1AXeNSfYZkLfDeEy1AH0KvPak9UypoXcmYyVlNP X-Received: by 2002:aca:c5ca:: with SMTP id v193mr7217398oif.77.1581000769125; Thu, 06 Feb 2020 06:52:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581000769; cv=none; d=google.com; s=arc-20160816; b=JKG1UfUf1q87H2Y0Y2nND46tgd2LwwSxZhm/ORCUBjsICBV+YHZjhxkFHJ4nJvFYiG YmdZdPhyV73QHEHKzVsgxF6/ElgQndzGFeDDsdi9ZkUJiBZIvn0fLIp5ID9P76APEV6n QDUkOMZeMLrqfPqMTMrVn6cQtc/Y4JWWj42P5vjZTn4Jk7JQ/SzWdttuU5gMMvS+jCtZ YLJaRwm3Y9IQJAjTSpWattLKchktxVnAx0bR9JhyTBE6X1ZIRraSC+rAHk9+pOwknD6m p7diSKBbpYW/IlqKo6TIpydaTY3fGlvQi+GYvar+JWO3vTb5lbVn6ztRYmdQCdcI3Q5d Zs+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=TqyXcjR6Dac+i+REI2LCYsAuw9RbTqsg9KQOAkPJL6E=; b=bi3K+MSCH4iDiBqntwakwbo2q8SJj/FMQQ+wcnSWv82vZ4ayqjLO4pANK8k1AHsNcq dC7NnBTXumIatjj0hnWaBCMlysCix/Jz/4VvzMYkcu2HchJo+ExhPgn5o8adb+udldGs zCEIxrzd5kwZnMp53hkfa2T3fo+o4d6Pyy9msWgZyser6UqaXWDXUnjwEy0y0nt7gMKH igy8I06mBiaOBrCt7N7wPYAr+cbypMY36Ng4z13g6K6tTT7P9uBGRLcQHtqbo9SJGJtq oX+BSvlOYqeax3DZEyagK0L8EMnMyBWf6eGfc9BCpaKdXQ2jT2zqatptR5UIVxNr+16p nyLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v25si2091294oth.274.2020.02.06.06.52.36; Thu, 06 Feb 2020 06:52:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727843AbgBFOvY (ORCPT + 99 others); Thu, 6 Feb 2020 09:51:24 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:60342 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727178AbgBFOvW (ORCPT ); Thu, 6 Feb 2020 09:51:22 -0500 Received: from localhost (unknown [IPv6:2001:982:756:1:57a7:3bfd:5e85:defb]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id ADC3514E226FC; Thu, 6 Feb 2020 06:51:20 -0800 (PST) Date: Thu, 06 Feb 2020 15:51:19 +0100 (CET) Message-Id: <20200206.155119.1859518790111659504.davem@davemloft.net> To: zhengdejin5@gmail.com Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com, joabreu@synopsys.com, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] use readl_poll_timeout() function From: David Miller In-Reply-To: <20200206142404.24980-1-zhengdejin5@gmail.com> References: <20200206142404.24980-1-zhengdejin5@gmail.com> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 06 Feb 2020 06:51:22 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dejin Zheng Date: Thu, 6 Feb 2020 22:24:02 +0800 > This patch series just for use readl_poll_timeout() function > to replace the open coded handling of use readl_poll_timeout() > in the stmmac driver. There are two modification positions, > the one in the init_systime() function and the other in the > dwmac4_dma_reset() function. This is a cleanup and thus appropriate only for net-next, which is closed right now. When you submit networking patches you must indicate the tree you are targetting in the Subject line, for example: Subject: [PATCH net-next 0/2] ... Thank you.