aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-09clk: Parameterize clk_leaf_mux_set_rate_parentStephen Boyd1-8/+73
2023-10-09clk: Drive clk_leaf_mux_set_rate_parent test from clk_opsStephen Boyd1-17/+48
2023-06-08clk: test: Add a determine_rate hookMaxime Ripard1-0/+17
2023-06-08clk: Introduce clk_hw_determine_rate_no_reparent()Stephen Boyd1-0/+152
2023-06-08clk: test: Fix type sign of rounded rate variablesMaxime Ripard1-5/+6
2022-10-10clk: tests: Add tests for notifiersMaxime Ripard1-0/+156
2022-09-15clk: tests: Add missing test case for rangesMaxime Ripard1-0/+53
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard1-0/+182
2022-09-15clk: Introduce clk_core_has_parent()Maxime Ripard1-0/+43
2022-09-15clk: Set req_rate on reparentingMaxime Ripard1-0/+239
2022-09-15clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard1-0/+31
2022-09-15clk: tests: Add some tests for orphan with multiple parentsMaxime Ripard1-0/+237
2022-09-15clk: tests: Add tests for mux with multiple parentsMaxime Ripard1-0/+121
2022-09-15clk: tests: Add tests for single parent muxMaxime Ripard1-9/+185
2022-09-15clk: tests: Add tests for uncached clockMaxime Ripard1-1/+92
2022-09-15clk: tests: Add reference to the orphan mux bug reportMaxime Ripard1-0/+3
2022-09-15clk: tests: Add test suites descriptionMaxime Ripard1-0/+33
2022-09-15clk: Drop the rate range on clk_put()Maxime Ripard1-0/+110
2022-09-15clk: test: Switch to clk_hw_get_clkMaxime Ripard1-19/+55
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd1-108/+0
2022-03-25clk: Drop the rate range on clk_put()Maxime Ripard1-0/+108
2022-03-25clk: test: Test clk_set_rate_range on orphan muxMaxime Ripard1-0/+105
2022-03-11clk: Add clk_drop_rangeMaxime Ripard1-2/+2
2022-03-11clk: Always set the rate on clk_set_range_rateMaxime Ripard1-30/+24
2022-03-11clk: Always clamp the rounded rateMaxime Ripard1-18/+32
2022-03-11clk: Introduce Kunit Tests for the frameworkMaxime Ripard1-0/+787