]> git.dujemihanovic.xyz Git - linux.git/commit
clk: tests: Add missing test case for ranges
authorMaxime Ripard <maxime@cerno.tech>
Tue, 16 Aug 2022 11:25:30 +0000 (13:25 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 15 Sep 2022 16:32:34 +0000 (09:32 -0700)
commit433fb8a611ca2a32112668225beabda2302c9634
tree2b5c9435ea237464f421329415b4781efbbd0861
parentaf1e62f2ffe2b7fa90653f273efced0e0eabf7cc
clk: tests: Add missing test case for ranges

Let's add a test on the rate range after a reparenting. This fails for
now, but it's worth having it to document the corner cases we don't
support yet.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220816112530.1837489-26-maxime@cerno.tech
Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk_test.c