From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 98D362D6E44; Wed, 13 May 2026 05:48:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778651296; cv=none; b=ga7/Z6EuJm5JzE37hAe4EEsl6d1xH685e2I5s6w/do5vHie632P9n6ignsqrGGv7Il/KxMYd8yA3XbbTSrUN7S9A5IcwVSVIYaLWhr4+A7MeH3zCHBSSRaHNhV2UG7cRfCV/z0L8nPmCjkRgQp6nltUuNwBovmuXS9nbNI5Wf20= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778651296; c=relaxed/simple; bh=cBGaNpzOjrLclou64KUX1ybqeFK7wdauHNFSf1PsR1Q=; h=Message-ID:Date:From:To:Subject:In-Reply-To:References:Cc; b=THAHWbZE6+yJ61QF7PfsKEqtY2wgTqDexscZQ/tJwTHdOBwp9+AEnsuRnlFClicq+M2WJTpEV6SdO6JVPm1ppn4ybqBgRdQixaLWStC0ro2lE1Xj+U+ng6Ur4JwQjxar6h+5EB14QtyfQBOoTjJ9LTLanHCFr4ftfbOrHRCAPFA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FvrBSqKg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FvrBSqKg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF24DC2BCB7; Wed, 13 May 2026 05:48:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778651295; bh=cBGaNpzOjrLclou64KUX1ybqeFK7wdauHNFSf1PsR1Q=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=FvrBSqKg6LHmRSrUHv4ejHpdDZHLgDevXQganclK34OaLM1P3iRuLB+oWoFa/qj5R Y2jnFQtkEUDesYAhw3DYf00xMiOQgLR7cgthSBrblesrfG5XXRDVtmmDxI++ZDids8 P3uAd6dkuG37+nUVVQZJcQjoi2KnZUNV2mr39tvW4LDwfA60lh4HqV2/E0ntVsbOJx 4Z3VEGQjdWMSNs7/hfimgvpQP+xseaQesR347t+FVXInUnBHhbj+8BTwftlgb5Sb5l JDh7JQf8FDs3iVC+2v9LZHVx3Q3KmBHWoUf+gHr9xMHCwRXiACjnXpfXdamRMM84IU O/8Q1pQ17D7cg== Message-ID: Date: Wed, 13 May 2026 05:48:12 +0000 From: "Maxime Ripard" To: "Brian Masney" Subject: Re: [PATCH v3 1/4] clk: add kernel docs for the core flags In-Reply-To: <20260511-clk-docs-v3-1-ed67e1065809@redhat.com> References: <20260511-clk-docs-v3-1-ed67e1065809@redhat.com> Cc: linux-clk@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, "Jonathan Corbet" , "Maxime Ripard" , "Michael Turquette" , "Shuah Khan" , "Stephen Boyd" Content-Transfer-Encoding: 7bit Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: On Mon, 11 May 2026 21:35:04 -0400, Brian Masney wrote: > Let's add a DOC section for the clk core flags, and move the > documentation for each flag into the doc header so that it can > be easily referenced in the generated kernel documentation. > > Note: The comment about "Please update clk_flags..." is included as a > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime