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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01EB7C433F5 for ; Sat, 9 Oct 2021 15:07:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D9ABB60F6C for ; Sat, 9 Oct 2021 15:07:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234448AbhJIPJm (ORCPT ); Sat, 9 Oct 2021 11:09:42 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:58256 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233858AbhJIPJl (ORCPT ); Sat, 9 Oct 2021 11:09:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=55X8xk+7PbYX37qitj91SOeR93cH/2ZxZnPwxRtOH3I=; b=GyQAQsg4mwr7MvqG57CnQYiTpS iv6iYQ89yBCLwj0K/kT/7Z/0PtIhQ/BGERlUTkBKD+Cpq9W+VbA5HwXkZakLp5K4EvvBaJUCgTVHB gIjxeXVesIlgJtSMzIEay/4tHslOBnI19PN5hvE8lJ5WVwvT5d/WE7zmFtt3Rl5ROOf4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mZDwp-00A9wz-CU; Sat, 09 Oct 2021 17:07:39 +0200 Date: Sat, 9 Oct 2021 17:07:39 +0200 From: Andrew Lunn To: Ansuel Smith Cc: Jakub Kicinski , Heiner Kallweit , Russell King , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net PATCH 1/2] drivers: net: phy: at803x: fix resume for QCA8327 phy Message-ID: References: <20211008233426.1088-1-ansuelsmth@gmail.com> <20211008164750.4007f2d9@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20211008171355.74ea6295@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 09, 2021 at 05:01:28PM +0200, Ansuel Smith wrote: > On Sat, Oct 09, 2021 at 04:58:55PM +0200, Andrew Lunn wrote: > > > It's ok. We got all confused with the Fixes tag. Pushing stuff too > > > quickly... I should have notice they were not present in net and > > > reporting that. Sorry for the mess. > > > > It would still be good to post those fixes separate from the rest of > > the series. I think the DT binding will need more discussion. > > > > Andrew > > Considering the other phy changes are OK. Can I post the 4 phy patch > to net-next as an unique series? (so split qca8k and phy patches) Yes, that is fine. Andrew