aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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