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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 2E223C2D0DB for ; Fri, 31 Jan 2020 18:20:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED82B20CC7 for ; Fri, 31 Jan 2020 18:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580494848; bh=gQno9C8p/R8VNXviQsvTyedgYHZxejFQg8eaD99IcSw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=EQL6TAizqaNgmmhrseO8alKerb8HJskLKKEZaEHR8tEc4Lxb6S0P+yuOCs4DqBJhQ sQdIrLeTx8/76k2gV7XovpKBv+Sisi0VMP+HR5l3JffIVEo+QMOrdaveDZAyjaqPPI E13uaGlJoCLpJuSFNzeWBHxZ1e4B7l1KtiWUVF3w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726199AbgAaSUr (ORCPT ); Fri, 31 Jan 2020 13:20:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:37836 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725907AbgAaSUq (ORCPT ); Fri, 31 Jan 2020 13:20:46 -0500 Received: from cakuba.hsd1.ca.comcast.net (unknown [199.201.64.133]) (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 ACB8A20707; Fri, 31 Jan 2020 18:11:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580494292; bh=gQno9C8p/R8VNXviQsvTyedgYHZxejFQg8eaD99IcSw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gqHXgQ6QYuxFgykHeqKwbiu9BqIB8i++0YkKIbyp8HuV2VvRxhjAZEXOdrTpYAyFb 2xa15SknxDnFoJg6pqSN97HzhKDhD2BApDYKOqMjTZIiW5aRBmbJ56KVphXSFJxYB3 K9jHLCQHIcgfuo2G9Yw0zK7sdyrpneLkXxtx9VGQ= Date: Fri, 31 Jan 2020 10:11:30 -0800 From: Jakub Kicinski To: Dan Murphy Cc: , , , , , , , Subject: Re: [PATCH net-master 1/1] net: phy: dp83867: Add speed optimization feature Message-ID: <20200131101130.1b265526@cakuba.hsd1.ca.comcast.net> In-Reply-To: <6b4bb017-de97-0688-47c5-723ec4c3a339@ti.com> References: <20200131151110.31642-1-dmurphy@ti.com> <20200131151110.31642-2-dmurphy@ti.com> <20200131091004.18d54183@cakuba.hsd1.ca.comcast.net> <6b4bb017-de97-0688-47c5-723ec4c3a339@ti.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 Fri, 31 Jan 2020 11:14:05 -0600, Dan Murphy wrote: > On 1/31/20 11:10 AM, Jakub Kicinski wrote: > > While we wait for the PHY folk to take a look, could you please > > provide a Fixes tag? > > Hmm. This is not a bug fix though this is a new feature being added. > > Not sure what it would be fixing. I see, you target the patch at net which is for fixes, so I misinterpreted this: > This feature can also be strapped on the 64 pin PHY devices > but the 48 pin devices do not have the strap pin available to enable > this feature in the hardware. as you fixing 48 devices or such. So please correct the tree to net-next and since net-next is now closed: http://vger.kernel.org/~davem/net-next.html only post as RFC until net-next opens back up.