aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk_test.c
AgeCommit message (Expand)Author
2023-10-09clk: Parameterize clk_leaf_mux_set_rate_parentStephen Boyd
2023-10-09clk: Drive clk_leaf_mux_set_rate_parent test from clk_opsStephen Boyd
2023-06-08clk: test: Add a determine_rate hookMaxime Ripard
2023-06-08clk: Introduce clk_hw_determine_rate_no_reparent()Stephen Boyd
2023-06-08clk: test: Fix type sign of rounded rate variablesMaxime Ripard
2022-10-10clk: tests: Add tests for notifiersMaxime Ripard
2022-09-15clk: tests: Add missing test case for rangesMaxime Ripard
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard
2022-09-15clk: Introduce clk_core_has_parent()Maxime Ripard
2022-09-15clk: Set req_rate on reparentingMaxime Ripard
2022-09-15clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard
2022-09-15clk: tests: Add some tests for orphan with multiple parentsMaxime Ripard
2022-09-15clk: tests: Add tests for mux with multiple parentsMaxime Ripard
2022-09-15clk: tests: Add tests for single parent muxMaxime Ripard
2022-09-15clk: tests: Add tests for uncached clockMaxime Ripard
2022-09-15clk: tests: Add reference to the orphan mux bug reportMaxime Ripard
2022-09-15clk: tests: Add test suites descriptionMaxime Ripard
2022-09-15clk: Drop the rate range on clk_put()Maxime Ripard
2022-09-15clk: test: Switch to clk_hw_get_clkMaxime Ripard
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd
2022-03-25clk: Drop the rate range on clk_put()Maxime Ripard
2022-03-25clk: test: Test clk_set_rate_range on orphan muxMaxime Ripard
2022-03-11clk: Add clk_drop_rangeMaxime Ripard
2022-03-11clk: Always set the rate on clk_set_range_rateMaxime Ripard
2022-03-11clk: Always clamp the rounded rateMaxime Ripard
2022-03-11clk: Introduce Kunit Tests for the frameworkMaxime Ripard