mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	Build system: x86_64 Build-tested: bcm2708, bcm2709, bcm2710, bcm2711 Run-tested: bcm2708/RPiB+, bcm2709/RPi3B, bcm2710/RPi3B, bcm2711/RPi4B Signed-off-by: Marty Jones <mj8263788@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 88e2dd0bc0a8db759a4489e73d66cb2bbf513ae6 Mon Sep 17 00:00:00 2001
 | |
| From: Maxime Ripard <maxime@cerno.tech>
 | |
| Date: Fri, 1 Apr 2022 14:53:49 +0200
 | |
| Subject: [PATCH] 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 <alexander.stein@ew.tq-group.com> # imx8mp
 | |
| Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> # exynos4210, meson g12b
 | |
| Signed-off-by: Maxime Ripard <maxime@cerno.tech>
 | |
| ---
 | |
|  drivers/clk/clk_test.c | 3 +++
 | |
|  1 file changed, 3 insertions(+)
 | |
| 
 | |
| --- a/drivers/clk/clk_test.c
 | |
| +++ b/drivers/clk/clk_test.c
 | |
| @@ -314,6 +314,9 @@ static void clk_orphan_transparent_singl
 | |
|  /*
 | |
|   * Test that a mux-only clock, with an initial rate within a range,
 | |
|   * will still have the same rate after the range has been enforced.
 | |
| + *
 | |
| + * See:
 | |
| + * https://lore.kernel.org/linux-clk/7720158d-10a7-a17b-73a4-a8615c9c6d5c@collabora.com/
 | |
|   */
 | |
|  static void clk_test_orphan_transparent_parent_mux_set_range(struct kunit *test)
 | |
|  {
 |