From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934129AbdGTHLD (ORCPT ); Thu, 20 Jul 2017 03:11:03 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:36883 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbdGTHLC (ORCPT ); Thu, 20 Jul 2017 03:11:02 -0400 Date: Thu, 20 Jul 2017 08:10:58 +0100 From: Lee Jones To: Philipp Zabel Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [PATCH 101/102] Documentation: devres: add explicit exclusive/shared reset control request calls Message-ID: <20170720071058.i6rgyju3zizoxd5u@dell> References: <20170719152646.25903-1-p.zabel@pengutronix.de> <20170719152646.25903-102-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170719152646.25903-102-p.zabel@pengutronix.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 19 Jul 2017, Philipp Zabel wrote: > Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting > reset lines") started to transition the reset control request API calls > to explicitly state whether the driver needs exclusive or shared reset > control behavior. Add the explicit API calls to the devres list. > > Cc: Jonathan Corbet > Cc: Lee Jones > Cc: linux-doc@vger.kernel.org > Signed-off-by: Philipp Zabel > --- > Documentation/driver-model/devres.txt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Acked-by: Lee Jones > diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt > index 30e04f7a690dd..fd157078dd558 100644 > --- a/Documentation/driver-model/devres.txt > +++ b/Documentation/driver-model/devres.txt > @@ -379,7 +379,12 @@ REGULATOR > devm_regulator_register() > > RESET > - devm_reset_control_get() > + devm_reset_control_get_exclusive() > + devm_reset_control_get_shared() > + devm_reset_control_get_optional_exclusive() > + devm_reset_control_get_optional_shared() > + devm_reset_control_get_exclusive_by_index() > + devm_reset_control_get_shared_by_index() > devm_reset_controller_register() > > SLAVE DMA ENGINE -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog