From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Stefan Kerkmann <s.kerkmann@pengutronix.de>,
Sascha Hauer <s.hauer@pengutronix.de>,
BAREBOX <barebox@lists.infradead.org>
Subject: Re: [PATCH 2/3] net: phy: document core PHY structures
Date: Thu, 23 May 2024 16:47:11 +0200 [thread overview]
Message-ID: <568dd431-3373-4cf9-bba3-d76afc3a14ce@pengutronix.de> (raw)
In-Reply-To: <20240523-feature-dp83867-soft-reset-v1-2-428d15168dfe@pengutronix.de>
On 23.05.24 16:40, Stefan Kerkmann wrote:
> This is a port of linux commit 4069a572d423b73919ae40a500dfc4b10f8a6f32
> ("net: phy: Document core PHY structures"), that copies the Doxygen
> comments for the PHY structure where applicable.
>
> Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> include/linux/phy.h | 20 +++++++++++---------
> 1 file changed, 11 insertions(+), 9 deletions(-)
>
> diff --git a/include/linux/phy.h b/include/linux/phy.h
> index a6b96a5984..ef25dec033 100644
> --- a/include/linux/phy.h
> +++ b/include/linux/phy.h
> @@ -280,36 +280,38 @@ struct phy_driver {
> */
> int (*soft_reset)(struct phy_device *phydev);
>
> - /*
> - * Called to initialize the PHY,
> + /**
> + * @config_init: Called to initialize the PHY,
> * including after a reset
> */
> int (*config_init)(struct phy_device *phydev);
>
> - /*
> - * Called during discovery. Used to set
> + /**
> + * @probe: Called during discovery. Used to set
> * up device-specific structures, if any
> */
> int (*probe)(struct phy_device *phydev);
>
> - /*
> - * Configures the advertisement and resets
> + /**
> + * @config_aneg: Configures the advertisement and resets
> * autonegotiation if phydev->autoneg is on,
> * forces the speed to the current settings in phydev
> * if phydev->autoneg is off
> */
> int (*config_aneg)(struct phy_device *phydev);
>
> - /* Determines the auto negotiation result */
> + /** @aneg_done: Determines the auto negotiation result */
> int (*aneg_done)(struct phy_device *phydev);
>
> - /* Determines the negotiated speed and duplex */
> + /** @read_status: Determines the negotiated speed and duplex */
> int (*read_status)(struct phy_device *phydev);
>
> - /* Clears up any memory if needed */
> + /** @remove: Clears up any memory if needed */
> void (*remove)(struct phy_device *phydev);
>
> + /** @read_page: Return the current PHY register page number */
> int (*read_page)(struct phy_device *phydev);
> + /** @write_page: Set the current PHY register page number */
> int (*write_page)(struct phy_device *phydev, int page);
>
> struct driver drv;
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2024-05-23 14:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-23 14:40 [PATCH 0/3] net: phy: dp83867: sync dp83867_phy_reset Stefan Kerkmann
2024-05-23 14:40 ` [PATCH 1/3] net: phy: allow PHY drivers to implement their own software reset Stefan Kerkmann
2024-05-23 14:46 ` Ahmad Fatoum
2024-05-23 14:40 ` [PATCH 2/3] net: phy: document core PHY structures Stefan Kerkmann
2024-05-23 14:47 ` Ahmad Fatoum [this message]
2024-05-23 14:40 ` [PATCH 3/3] net: phy: dp83867: sync dp83867_phy_rest Stefan Kerkmann
2024-05-23 14:49 ` Ahmad Fatoum
2024-05-24 9:15 ` [PATCH 0/3] net: phy: dp83867: sync dp83867_phy_reset Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=568dd431-3373-4cf9-bba3-d76afc3a14ce@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
--cc=s.kerkmann@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox