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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 498E1C433E7 for ; Tue, 20 Oct 2020 12:49:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC02C22282 for ; Tue, 20 Oct 2020 12:49:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406664AbgJTMtm (ORCPT ); Tue, 20 Oct 2020 08:49:42 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:36508 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406585AbgJTMtm (ORCPT ); Tue, 20 Oct 2020 08:49:42 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kUr57-002fST-F2; Tue, 20 Oct 2020 14:49:37 +0200 Date: Tue, 20 Oct 2020 14:49:37 +0200 From: Andrew Lunn To: Ilias Apalodimas Cc: Ard Biesheuvel , "open list:BPF JIT for MIPS (32-BIT AND 64-BIT)" , Jassi Brar , Masami Hiramatsu , Willy Liu , "David S. Miller" , Jakub Kicinski , Masahisa Kojima , Serge Semin Subject: Re: [PATCH net] netsec: ignore 'phy-mode' device property on ACPI systems Message-ID: <20201020124937.GW456889@lunn.ch> References: <20201018163625.2392-1-ardb@kernel.org> <20201018175218.GG456889@lunn.ch> <20201018203225.GA1790657@apalos.home> <20201020084759.GA1837463@apalos.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201020084759.GA1837463@apalos.home> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > I hope Andrew is fine with the current changes Yes, i'm O.K. with it. Making phy-mode optional would just make the driver more uniform with others. Andrew