From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v1 3/3] docs: driver-model: Add documentation for sync_state Date: Mon, 14 Oct 2019 16:28:28 -0700 Message-ID: <20191014232828.DA62E217F9@mail.kernel.org> References: <20191011191521.179614-1-saravanak@google.com> <20191011191521.179614-4-saravanak@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20191011191521.179614-4-saravanak@google.com> Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" , Frank Rowand , Greg Kroah-Hartman , Jonathan Corbet , Len Brown , Rob Herring Cc: Saravana Kannan , kernel-team@android.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-acpi@vger.kernel.org List-Id: devicetree@vger.kernel.org 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. >=20 > Signed-off-by: Saravana Kannan > --- > .../driver-api/driver-model/driver.rst | 43 +++++++++++++++++++ > 1 file changed, 43 insertions(+) >=20 > diff --git a/Documentation/driver-api/driver-model/driver.rst b/Documenta= tion/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:: > =20 > + 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?