mbox series

[net-next,v2,0/2] PHY subsystem kernel doc

Message ID 20200922222903.3769629-1-andrew@lunn.ch
Headers show
Series PHY subsystem kernel doc | expand

Message

Andrew Lunn Sept. 22, 2020, 10:29 p.m. UTC
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(-)

Comments

David Miller Sept. 24, 2020, 1:03 a.m. UTC | #1
From: Andrew Lunn <andrew@lunn.ch>
Date: Wed, 23 Sep 2020 00:29:01 +0200

> 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

Series applied, thanks Andrew.