[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGETcx9ke3+nGS+dBDOE9EhFhd=w6o5N+P5F7R-xNSi5fRLz_w@mail.gmail.com>
Date: Mon, 14 Oct 2019 16:35:12 -0700
From: Saravana Kannan <saravanak@...gle.com>
To: Stephen Boyd <sboyd@...nel.org>
Cc: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Frank Rowand <frowand.list@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jonathan Corbet <corbet@....net>, Len Brown <lenb@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Android Kernel Team <kernel-team@...roid.com>,
Linux Doc Mailing List <linux-doc@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>, linux-acpi@...r.kernel.org
Subject: Re: [PATCH v1 3/3] docs: driver-model: Add documentation for sync_state
On Mon, Oct 14, 2019 at 4:28 PM Stephen Boyd <sboyd@...nel.org> wrote:
>
> Quoting Saravana Kannan (2019-10-11 12:15:21)
> > The sync_state() driver callback was added recently, but the
> > documentation was missing. Adding it now.
> >
> > Signed-off-by: Saravana Kannan <saravanak@...gle.com>
> > ---
> > .../driver-api/driver-model/driver.rst | 43 +++++++++++++++++++
> > 1 file changed, 43 insertions(+)
> >
> > diff --git a/Documentation/driver-api/driver-model/driver.rst b/Documentation/driver-api/driver-model/driver.rst
> > index 11d281506a04..baa6a85c8287 100644
> > --- a/Documentation/driver-api/driver-model/driver.rst
> > +++ b/Documentation/driver-api/driver-model/driver.rst
> > @@ -169,6 +169,49 @@ A driver's probe() may return a negative errno value to indicate that
> > the driver did not bind to this device, in which case it should have
> > released all resources it allocated::
> >
> > + void (*sync_state)(struct device *dev);
>
> This is only in -next as far as I can tell. Will this be combined with a
> resend of the patch series that introduces this hook?
Based on what Greg said in the other email, I think he's going to pick
this up for driver-core-next.
-Saravana
Powered by blists - more mailing lists