Skip to content

Commit 7d79c26

Browse files
mripardbebarino
authored andcommitted
clk: tests: Add reference to the orphan mux bug report
Some more context might be useful for unit-tests covering a previously reported bug, so let's add a link to the discussion for that bug. Tested-by: Alexander Stein <[email protected]> # imx8mp Tested-by: Marek Szyprowski <[email protected]> # exynos4210, meson g12b Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Tested-by: Linux Kernel Functional Testing <[email protected]> Tested-by: Naresh Kamboju <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 090962b commit 7d79c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/clk_test.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ static void clk_orphan_transparent_single_parent_mux_test_exit(struct kunit *tes
322322
/*
323323
* Test that a mux-only clock, with an initial rate within a range,
324324
* will still have the same rate after the range has been enforced.
325+
*
326+
* See:
327+
* https://lore.kernel.org/linux-clk/[email protected]/
325328
*/
326329
static void clk_test_orphan_transparent_parent_mux_set_range(struct kunit *test)
327330
{

0 commit comments

Comments
 (0)