diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-09-23 00:29:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-23 18:02:49 -0700 |
commit | 4069a572d423b73919ae40a500dfc4b10f8a6f32 (patch) | |
tree | 6a5a83483d883705152f2c763163d8f7cc595003 /Documentation/networking | |
parent | 39097ab66dbe89b16438dd6d178d49e75cb922ed (diff) |
net: phy: Document core PHY structures
Add kerneldoc for the core PHY data structures, a few inline functions
and exported functions which are not already documented.
v2
Typos
g/phy/PHY/s
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/kapi.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/kapi.rst b/Documentation/networking/kapi.rst index f03ae64be8bc..d198fa5eaacd 100644 --- a/Documentation/networking/kapi.rst +++ b/Documentation/networking/kapi.rst @@ -134,6 +134,15 @@ PHY Support .. kernel-doc:: drivers/net/phy/phy.c :internal: +.. kernel-doc:: drivers/net/phy/phy-core.c + :export: + +.. kernel-doc:: drivers/net/phy/phy-c45.c + :export: + +.. kernel-doc:: include/linux/phy.h + :internal: + .. kernel-doc:: drivers/net/phy/phy_device.c :export: |