Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbcLESOP (ORCPT ); Mon, 5 Dec 2016 13:14:15 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:47270 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320AbcLESON (ORCPT ); Mon, 5 Dec 2016 13:14:13 -0500 Date: Mon, 05 Dec 2016 13:14:08 -0500 (EST) Message-Id: <20161205.131408.277804298653326225.davem@davemloft.net> To: jesper.nilsson@axis.com Cc: f.fainelli@gmail.com, rogerq@ti.com, afd@ti.com, dmurphy@ti.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] net: phy: dp83848: Support ethernet pause frames From: David Miller In-Reply-To: <20161202145748.GA19016@axis.com> References: <20161202142203.GY19016@axis.com> <20161202145748.GA19016@axis.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) 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]); Mon, 05 Dec 2016 09:14:50 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 368 Lines: 11 From: Jesper Nilsson Date: Fri, 2 Dec 2016 15:57:49 +0100 > According to the documentation, the PHYs supported by this driver > can also support pause frames. Announce this to be so. > Tested with a TI83822I. > > Acked-by: Andrew F. Davis > Signed-off-by: Jesper Nilsson Applied to net-next, thanks.