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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2235C43334 for ; Thu, 16 Jun 2022 02:35:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347216AbiFPCfU (ORCPT ); Wed, 15 Jun 2022 22:35:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349639AbiFPCfT (ORCPT ); Wed, 15 Jun 2022 22:35:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D6C633A10 for ; Wed, 15 Jun 2022 19:35:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3451761015 for ; Thu, 16 Jun 2022 02:35:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88473C3411A; Thu, 16 Jun 2022 02:35:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655346916; bh=xlBA1pOBgFT/FDCQhyIQrOjaVMKVtDFpVx/iWnjrdfc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=S7GM3g4MeKvLSJnNU8s1JmzcAk6n3B0EwC5jb3EuaM+p8i7Y/1m2BQRQF12JV/WPy YV1YCHgn0s+6I9ZUe8CEwXH7ManKoBrKBFCsOdByN1JD3h9iwVXuV1Khb+UDb/5tiE uSW5+aRPgdM6Ci30mM/0uoFzqPvoCEV1vdrI3ygbJA7OvV+2WO5ZRQpzalVbB1eXuV nzcgm8La/qTeacpEfh7tRg3reR3PJWvI38w7keolgiEo0En5c+3Bnz/UIj/N0A4CoO baTfMQEA6L2nv66+tCQueI/fGQgl5Y2m2KbsWkbXJFibaFiaqrDu/bYp3qMkz++W1j xRG3gyFRZ8Itg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220520075737.758761-2-u.kleine-koenig@pengutronix.de> References: <20220520075737.758761-1-u.kleine-koenig@pengutronix.de> <20220520075737.758761-2-u.kleine-koenig@pengutronix.de> Subject: Re: [PATCH v9 1/4] clk: Improve documentation for devm_clk_get() and its optional variant From: Stephen Boyd Cc: linux-clk@vger.kernel.org, kernel@pengutronix.de, Michael Turquette , Jonathan Cameron , Alexandru Ardelean To: Russell King , Uwe =?utf-8?q?Kleine-K=C3=B6nig?= Date: Wed, 15 Jun 2022 19:35:13 -0700 User-Agent: alot/0.10 Message-Id: <20220616023516.88473C3411A@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Uwe Kleine-K=C3=B6nig (2022-05-20 00:57:34) > Make use of "Context:" and "Return:". Mention that the clk is not to be > expected to be prepared, previously only not being enabled was mentioned > which probably dates from the times when the concept of clk preparation > wasn't invented yet. >=20 > Also describe devm_clk_get_optional() fully instead of just referencing > devm_clk_get(). >=20 > Signed-off-by: Uwe Kleine-K=C3=B6nig > --- Applied to clk-next