From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753769AbdH2MWV (ORCPT ); Tue, 29 Aug 2017 08:22:21 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:19103 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbdH2MWT (ORCPT ); Tue, 29 Aug 2017 08:22:19 -0400 Subject: Re: [PATCH net-next v3 01/13] phy: add sgmii and 10gkr modes to the phy_mode enum To: Antoine Tenart References: <20170828145725.2539-1-antoine.tenart@free-electrons.com> <20170828145725.2539-2-antoine.tenart@free-electrons.com> <4c66e79f-d385-3cf5-6f24-2a4aec9fb3b4@ti.com> <20170829112717.GC31552@kwain> CC: , , , , , , , , , , , , From: Kishon Vijay Abraham I Message-ID: <36a628d5-bc3b-e017-0f02-d1a77cfd5aab@ti.com> Date: Tue, 29 Aug 2017 17:51:52 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170829112717.GC31552@kwain> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Tuesday 29 August 2017 04:57 PM, Antoine Tenart wrote: > Hi Kishon, > > On Tue, Aug 29, 2017 at 04:08:29PM +0530, Kishon Vijay Abraham I wrote: >> On Monday 28 August 2017 08:27 PM, Antoine Tenart wrote: >>> This patch adds more generic PHY modes to the phy_mode enum, to >>> allow configuring generic PHYs to the SGMII and/or the 10GKR mode >>> by using the set_mode callback. >>> >>> Signed-off-by: Antoine Tenart >> >> Acked-by: Kishon Vijay Abraham I > > Does this means the generic PHY patches of this series can go through > the net-next tree (once all the comments are taken into account)? yeah.. I'm already done with my pull request for 4.14 to Greg KH. As long as it doesn't cause any conflicts to Linus, it should be okay to merge it in net-next. Thanks Kishon