From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56DDDC32751 for ; Wed, 7 Aug 2019 21:22:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2A61821874 for ; Wed, 7 Aug 2019 21:22:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565212957; bh=Ez8LaKwI1SJs6govk+MMRlWWhM/4pEOdFZMRWLlQ2mI=; h=In-Reply-To:References:Cc:From:Subject:To:Date:List-ID:From; b=qLP4N2PVCMdRM8X4q7+WhLHSubHYxIIcueUJqLAAftaWUhCG8tZs5I2YJiDehB+v8 1j2QW95I0LeyEU5TyzPPVL6ySdfc3zYlveM3BFSTo6o3wIzT6u1dUGtiArAkhqv1O5 GSi+Iqf5gmjUspfrXHOyBUDkFNBG3mAvz3Y/wNkU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730380AbfHGVWb (ORCPT ); Wed, 7 Aug 2019 17:22:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:36386 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727751AbfHGVWb (ORCPT ); Wed, 7 Aug 2019 17:22:31 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EA9D821743; Wed, 7 Aug 2019 21:22:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565212950; bh=Ez8LaKwI1SJs6govk+MMRlWWhM/4pEOdFZMRWLlQ2mI=; h=In-Reply-To:References:Cc:From:Subject:To:Date:From; b=cY4O2u58IhUIdMTd2VykvzwyKqa36wyMzcXktOUUXt1/u6PLDCxNF0IZGbiu7aH3z Xau3Ylg34uY3DDcvU4GpqaH4VbrPnaOgNPzPJH8bl4FUnjaTwcdVwm2GnFnmxZIefS 9MeJwaeSkFbatmYDiI2zH9BcanjGPtL+JM3TREtg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <641727e6-4796-f982-3b58-4c8d666de1a2@nvidia.com> References: <1563738060-30213-1-git-send-email-skomatineni@nvidia.com> <1563738060-30213-15-git-send-email-skomatineni@nvidia.com> <88da46d2-b90d-f57e-7611-b8653b56bdf6@nvidia.com> <5054f178-db27-9286-d123-3e2b2a885717@gmail.com> <8c259511-d8ea-51b2-0b1d-c85b964bc44c@gmail.com> <20190802175119.1E401217F5@mail.kernel.org> <641727e6-4796-f982-3b58-4c8d666de1a2@nvidia.com> Cc: pdeschrijver@nvidia.com, pgaikwad@nvidia.com, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, jckuo@nvidia.com, josephl@nvidia.com, talho@nvidia.com, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, mperttunen@nvidia.com, spatra@nvidia.com, robh+dt@kernel.org, devicetree@vger.kernel.org From: Stephen Boyd Subject: Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support To: Dmitry Osipenko , Sowjanya Komatineni , jason@lakedaemon.net, jonathanh@nvidia.com, linus.walleij@linaro.org, marc.zyngier@arm.com, mark.rutland@arm.com, stefan@agner.ch, tglx@linutronix.de, thierry.reding@gmail.com User-Agent: alot/0.8.1 Date: Wed, 07 Aug 2019 14:22:29 -0700 Message-Id: <20190807212229.EA9D821743@mail.kernel.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Quoting Sowjanya Komatineni (2019-08-02 13:39:57) >=20 > On 8/2/19 10:51 AM, Stephen Boyd wrote: > > And also add a comment to this location in the code because it's > > non-obvious that we can't use iopoll here. > > > Actually added comment during function usage instead of during include=20 > as iopoll.h is removed. >=20 > Will add additional comment in include section as well highlighting=20 > reason for removal of iopoll.h >=20 No I wasn't saying to add a comment to the include section, just add a comment in the place where you would have called iopoll but don't. Sorry that it wasn't clear.