public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] phy: Fix node description of phy_get_by_node
@ 2020-05-01 18:14 Jagan Teki
  2020-05-01 18:14 ` [PATCH 2/2] phy: Use _nodev naming convention if non-device clients Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2020-05-01 18:14 UTC (permalink / raw)
  To: u-boot

node is most of device related API's are termed as device
node and without device related API's are termed as ofnode.

generic_phy_get_by_node API is without device API, so fixed
the node description as ofnode.

Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 include/generic-phy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/generic-phy.h b/include/generic-phy.h
index 73537025c2..e30440d35e 100644
--- a/include/generic-phy.h
+++ b/include/generic-phy.h
@@ -198,7 +198,7 @@ int generic_phy_get_by_index(struct udevice *user, int index,
 /**
  * generic_phy_get_by_node() - Get a PHY device by integer index on ofnode
  *
- * @node:	the device node
+ * @node:	The client ofnode.
  * @index:	The index in the list of available PHYs
  * @phy:	A pointer to the PHY port
  *
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-07 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01 18:14 [PATCH 1/2] phy: Fix node description of phy_get_by_node Jagan Teki
2020-05-01 18:14 ` [PATCH 2/2] phy: Use _nodev naming convention if non-device clients Jagan Teki
2020-05-05 21:17   ` Jagan Teki
2020-05-07 14:37   ` Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox