[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190905185138.C2BB520825@mail.kernel.org>
Date: Thu, 05 Sep 2019 11:51:36 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
Phil Edworthy <phil.edworthy@...esas.com>
Subject: Re: [PATCH v2] clk: Document of_parse_clkspec() some more
Quoting Stephen Boyd (2019-08-26 14:20:42)
> The return value of of_parse_clkspec() is peculiar. If the function is
> called with a NULL argument for 'name' it will return -ENOENT, but if
> it's called with a non-NULL argument for 'name' it will return -EINVAL.
> This peculiarity is documented by commit 5c56dfe63b6e ("clk: Add comment
> about __of_clk_get_by_name() error values").
>
> Let's further document this function so that it's clear what the return
> value is and how to use the arguments to parse clk specifiers.
>
> Cc: Phil Edworthy <phil.edworthy@...esas.com>
> Signed-off-by: Stephen Boyd <sboyd@...nel.org>
> ---
Applied to clk-next
Powered by blists - more mailing lists