a7bd6866031d914834388ebaa0558f44019e9142
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 950-0839-clk-tests-Add-reference-to-the-orphan-mux-bug-report.patch
1 From 88e2dd0bc0a8db759a4489e73d66cb2bbf513ae6 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Fri, 1 Apr 2022 14:53:49 +0200
4 Subject: [PATCH] clk: tests: Add reference to the orphan mux bug
5 report
6
7 Some more context might be useful for unit-tests covering a previously
8 reported bug, so let's add a link to the discussion for that bug.
9
10 Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com> # imx8mp
11 Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> # exynos4210, meson g12b
12 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
13 ---
14 drivers/clk/clk_test.c | 3 +++
15 1 file changed, 3 insertions(+)
16
17 --- a/drivers/clk/clk_test.c
18 +++ b/drivers/clk/clk_test.c
19 @@ -314,6 +314,9 @@ static void clk_orphan_transparent_singl
20 /*
21 * Test that a mux-only clock, with an initial rate within a range,
22 * will still have the same rate after the range has been enforced.
23 + *
24 + * See:
25 + * https://lore.kernel.org/linux-clk/7720158d-10a7-a17b-73a4-a8615c9c6d5c@collabora.com/
26 */
27 static void clk_test_orphan_transparent_parent_mux_set_range(struct kunit *test)
28 {