From patchwork Tue Sep 22 22:29:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Lunn X-Patchwork-Id: 1369367 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lunn.ch Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Bwwvz3nvNz9sSn for ; Wed, 23 Sep 2020 08:29:19 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726661AbgIVW3S (ORCPT ); Tue, 22 Sep 2020 18:29:18 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:50306 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726448AbgIVW3S (ORCPT ); Tue, 22 Sep 2020 18:29:18 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kKqmf-00FofC-7S; Wed, 23 Sep 2020 00:29:13 +0200 From: Andrew Lunn To: David Miller Cc: netdev , Florian Fainelli , Andrew Lunn Subject: [PATCH net-next v2 0/2] PHY subsystem kernel doc Date: Wed, 23 Sep 2020 00:29:01 +0200 Message-Id: <20200922222903.3769629-1-andrew@lunn.ch> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The first patches fix existing warnings in the kerneldoc for the PHY subsystem, and then the 2nd extend the kernel documentation for the major structures and functions in the PHY subsystem. v2: Drop the other fixes which have already been merged. s/phy/PHY/g TBI TypOs Andrew Lunn (2): net: phy: Fixup kernel doc net: phy: Document core PHY structures Documentation/networking/kapi.rst | 9 + drivers/net/phy/phy-core.c | 32 ++- drivers/net/phy/phy.c | 69 ++++- include/linux/mdio.h | 3 +- include/linux/phy.h | 426 +++++++++++++++++++++--------- 5 files changed, 404 insertions(+), 135 deletions(-)