Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S972959AbdDYEQT (ORCPT ); Tue, 25 Apr 2017 00:16:19 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36506 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753127AbdDYEP4 (ORCPT ); Tue, 25 Apr 2017 00:15:56 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 26F24612F3 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=vivek.gautam@codeaurora.org Subject: Re: [PATCH V3 4/4] soc/tegra: pmc: Use the new reset APIs to manage reset controllers To: Jon Hunter , p.zabel@pengutronix.de, swarren@wwwdotorg.org, balbi@kernel.org References: <1492514488-27385-1-git-send-email-vivek.gautam@codeaurora.org> <1492514488-27385-5-git-send-email-vivek.gautam@codeaurora.org> Cc: linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-usb@vger.kernel.org, thierry.reding@gmail.com, gregkh@linuxfoundation.org, linux-arm-msm@vger.kernel.org, Thierry Reding From: Vivek Gautam Message-ID: Date: Tue, 25 Apr 2017 09:45:48 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 786 Lines: 26 On 04/24/2017 06:15 PM, Jon Hunter wrote: > On 18/04/17 12:21, Vivek Gautam wrote: >> Make use of reset_control_array_*() set of APIs to manage >> an array of reset controllers available with the device. > Before we apply this patch, I need to check to see if the order of the > resets managed by the PMC driver matter. Today the order of the resets > is determined by the order they appear in the DT node and although the > new APIs work in the same way they do not guarantee this. So let me > check to see if we can any concerns about ordering here. Otherwise would > be nice to use these APIs. Right, that will be perfect. Best regards Vivek > > Cheers > Jon > -- The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project