[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADrjBPqPUOQThv+KmeYyUhMA1S5HL_F8FwTa_srcZM43P4GzyA@mail.gmail.com>
Date: Wed, 12 Nov 2025 16:17:06 +0000
From: Peter Griffin <peter.griffin@...aro.org>
To: "Russell King (Oracle)" <linux@...linux.org.uk>
Cc: Vinod Koul <vkoul@...nel.org>, Kishon Vijay Abraham I <kishon@...nel.org>,
André Draszik <andre.draszik@...aro.org>,
Tudor Ambarus <tudor.ambarus@...aro.org>, Alim Akhtar <alim.akhtar@...sung.com>,
Krzysztof Kozlowski <krzk@...nel.org>, linux-phy@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, kernel-team@...roid.com,
William Mcvicker <willmcvicker@...gle.com>, Manivannan Sadhasivam <mani@...nel.org>, neil.armstrong@...aro.org
Subject: Re: [PATCH v4 1/2] phy: add new phy_notify_state() api
Hi Russell,
On Wed, 12 Nov 2025 at 16:14, Russell King (Oracle)
<linux@...linux.org.uk> wrote:
>
> On Wed, Nov 12, 2025 at 04:05:58PM +0000, Peter Griffin wrote:
> > +int phy_notify_state(struct phy *phy, union phy_notify state)
> ...
> > @@ -255,6 +266,7 @@ int phy_reset(struct phy *phy);
> > int phy_calibrate(struct phy *phy);
> > int phy_notify_connect(struct phy *phy, int port);
> > int phy_notify_disconnect(struct phy *phy, int port);
> > +int phy_notify_state(struct phy *phy, union phy_notify state);
> > static inline int phy_get_bus_width(struct phy *phy)
> > {
> > return phy->attrs.bus_width;
> > @@ -412,6 +424,13 @@ static inline int phy_notify_disconnect(struct phy *phy, int index)
> > return -ENOSYS;
> > }
> >
> > +static inline int phy_notify_phystate(struct phy *phy, union phy_notify state)
>
> Should this be phy_notify_state() ?
Yes, that's a good point! Let me send a new version fixing that.
Peter
Powered by blists - more mailing lists