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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 316BDC433B4 for ; Fri, 23 Apr 2021 14:24:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB4346145A for ; Fri, 23 Apr 2021 14:24:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241013AbhDWOZE (ORCPT ); Fri, 23 Apr 2021 10:25:04 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:38096 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230520AbhDWOZC (ORCPT ); Fri, 23 Apr 2021 10:25:02 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lZwjH-000fYe-T5; Fri, 23 Apr 2021 16:24:23 +0200 Date: Fri, 23 Apr 2021 16:24:23 +0200 From: Andrew Lunn To: Linus Walleij Cc: netdev@vger.kernel.org, "David S . Miller" , Heiner Kallweit , Russell King Subject: Re: [PATCH 2/3 net-next v3] net: ethernet: ixp4xx: Retire ancient phy retrieveal Message-ID: References: <20210423082208.2244803-1-linus.walleij@linaro.org> <20210423082208.2244803-2-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210423082208.2244803-2-linus.walleij@linaro.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Apr 23, 2021 at 10:22:07AM +0200, Linus Walleij wrote: > This driver was using a really dated way of obtaining the > phy by printing a string and using it with phy_connect(). > Switch to using more reasonable modern interfaces. > > Suggested-by: Andrew Lunn > Signed-off-by: Linus Walleij Reviewed-by: Andrew Lunn Andrew