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=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 71C41C43381 for ; Fri, 22 Feb 2019 22:46:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3BDB3206C0 for ; Fri, 22 Feb 2019 22:46:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="HfKMUhp3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726117AbfBVWqD (ORCPT ); Fri, 22 Feb 2019 17:46:03 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:36471 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725878AbfBVWqC (ORCPT ); Fri, 22 Feb 2019 17:46:02 -0500 Received: by mail-wr1-f66.google.com with SMTP id o17so4012974wrw.3 for ; Fri, 22 Feb 2019 14:46:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:cc:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=FMAX5TeNzqmVOZMeWaOrJnrQryFGQg518wlpvhTWfPs=; b=HfKMUhp3JbxDwyynhkMzCERJM0V0Okw0ctZfTEP6fXKMDxAfc0dr+ezfhXvQjXQypd agbUAKCwEwvvc77KaLXho7YSXZQRZ+CHCWSVmkSrZq7fSX6SYmMHuGULGQs2ntduXEzV 8SIZ1gJyp2M9plXKh1HgL1UwDr1MP8nhgKRsF18Y9UpY9+0Z8w6aJLDSBN98VxNyoz6h qftLe0XLIC7NlQWKiZSHycETXgT1fBWHDgysYab7aMk+1UsrlZ3m3IXgxoAnjnvazjz2 5Osgn+AuHB9LkC8Gfla3Ijsdv8ot3Pad+nx83v8xL4g2ff9IxXgOKyJiwCaseVoCGQQv I9xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:cc:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=FMAX5TeNzqmVOZMeWaOrJnrQryFGQg518wlpvhTWfPs=; b=aPUiveYN5rWxdyqZF5qG9DkDfXYfpaw7Y4Eme5MxHcoa2W4VTJ/hbB2VmtMtIkLUMH kLYhH79kIWNPOiGbDM/RB1AZhWbygN1IxRWHJI787Mi/VJILY2ub/Br+u2Raes3ly5er iKtA7LfYueI+aVAG+pPfHCb4B2whMN8r1DWyBQbUciJNmGgXVaGtrdezrW+WZlr53+3C /ZkZZnz1NMjcEo6fePBNkYwasNedZaX+wSrEaFwfa0n6BFZa4c1QdzoyqlJbZ11cSf7A NJMM+3N62gciPiG2awnArf2yOnrIQQn+k/PFR6JCGHSpMyiEIJJWO+GXYl1pZ0/OPbWW 3CTQ== X-Gm-Message-State: AHQUAuaVVJiWpMf7bVYV9VmJdP1Uv3/Twh12bCOY7gtcxSs9MD7gZXLF jqvt2zRRIpStJ8+BrvokwY3CYpqI X-Google-Smtp-Source: AHgI3IZj6q6Pq9njy1QfzwyN9gpw5gX8CZ4XYLwWfV39hI9B0qr0ee3IxlyCpyCK4Hj/MQBYFYlwYw== X-Received: by 2002:adf:f690:: with SMTP id v16mr4584223wrp.139.1550875560754; Fri, 22 Feb 2019 14:46:00 -0800 (PST) Received: from ?IPv6:2003:ea:8bf1:e200:881a:e62a:a902:5b57? (p200300EA8BF1E200881AE62AA9025B57.dip0.t-ipconnect.de. [2003:ea:8bf1:e200:881a:e62a:a902:5b57]) by smtp.googlemail.com with ESMTPSA id b8sm2511844wmj.35.2019.02.22.14.45.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Feb 2019 14:46:00 -0800 (PST) From: Heiner Kallweit To: Andrew Lunn , Florian Fainelli , David Miller Subject: [PATCH net-next 0/5] net: phy: aquantia: improve and extend driver Cc: "netdev@vger.kernel.org" Message-ID: <4ae20155-367d-4b11-63f9-28580b7cf1cb@gmail.com> Date: Fri, 22 Feb 2019 23:45:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This series improves and extends the Aquantia PHY driver. Andrew Lunn (1): net: phy: aquantia: use genphy_c45_an_config_aneg Heiner Kallweit (4): net: phy: aquantia: remove false 5G and 10G speed ability for AQCS109 net: phy: don't change modes we don't care about in genphy_c45_read_lpa net: phy: add genphy_c45_read_status net: phy: aquantia: use genphy_c45_read_status drivers/net/phy/aquantia.c | 94 ++++++++++++++++++++++++++------------ drivers/net/phy/phy-c45.c | 35 +++++++++++++- include/linux/phy.h | 1 + 3 files changed, 99 insertions(+), 31 deletions(-) -- 2.20.1