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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 6DF38C169C4 for ; Mon, 11 Feb 2019 21:43:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 398112081B for ; Mon, 11 Feb 2019 21:43:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727844AbfBKVnh (ORCPT ); Mon, 11 Feb 2019 16:43:37 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:44516 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727652AbfBKVnh (ORCPT ); Mon, 11 Feb 2019 16:43:37 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (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 8C67C14BFF807; Mon, 11 Feb 2019 13:43:36 -0800 (PST) Date: Mon, 11 Feb 2019 13:43:35 -0800 (PST) Message-Id: <20190211.134335.678277622931142793.davem@davemloft.net> To: hkallweit1@gmail.com Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org Subject: Re: [PATCH v3 0/3 net-next] net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkg From: David Miller In-Reply-To: <6bdfe4da-6c27-c07c-2eb1-0cc13007a6d9@gmail.com> References: <75c9d8ee-582f-f247-7595-d8732ac26c20@gmail.com> <20190211.131900.826012556219014471.davem@davemloft.net> <6bdfe4da-6c27-c07c-2eb1-0cc13007a6d9@gmail.com> X-Mailer: Mew version 6.8 on Emacs 26.1 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, 11 Feb 2019 13:43:36 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Heiner Kallweit Date: Mon, 11 Feb 2019 22:34:34 +0100 > On 11.02.2019 22:19, David Miller wrote: >> From: Heiner Kallweit >> Date: Fri, 8 Feb 2019 20:19:17 +0100 >> >>> Bit 0 in register 1.5 doesn't represent a device but is a flag that >>> Clause 22 registers are present. Therefore disregard this bit when >>> populating the device list. If code needs this information it >>> should read register 1.5 directly instead of accessing the device >>> list. >>> Because this bit doesn't represent a device don't define a >>> MDIO_MMD_XYZ constant, just define a MDIO_DEVS_XYZ constant for >>> the flag in the device list bitmap. >> ... >> >> This doesn't apply cleanly to net-next, please respin. >> > You applied v2 already, and with a follow-up patch I "upgraded" > it to v3. So you can disregard this series. Oh that's right, thanks.