From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH 1/2] Documentation/core-api/device_link: Add initial documentation Date: Mon, 5 Dec 2016 14:15:28 -0700 Message-ID: <20161205141528.1c0e9f52@lwn.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Return-path: Received: from ms.lwn.net ([45.79.88.28]:38150 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451AbcLEVPc (ORCPT ); Mon, 5 Dec 2016 16:15:32 -0500 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Lukas Wunner Cc: "Rafael J. Wysocki" , Greg Kroah-Hartman , Mauro Carvalho Chehab , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org On Sun, 4 Dec 2016 13:10:04 +0100 Lukas Wunner wrote: > Document device links as introduced in v4.10 with commits: > 4bdb35506b89 ("driver core: Add a wrapper around > __device_release_driver()") > 9ed9895370ae ("driver core: Functional dependencies tracking > support") > 8c73b4288496 ("PM / sleep: Make async suspend/resume of devices use > device links") > 21d5c57b3726 ("PM / runtime: Use device links") > baa8809f6097 ("PM / runtime: Optimize the use of device links") I went ahead and applied this one to docs-next. I did, however, take the liberty of shifting it over to the driver-api manual. Thanks, jon