summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk_test.c
Commit message (Expand)AuthorAgeFilesLines
* clk: tests: Add tests for notifiersMaxime Ripard2022-10-101-0/+156
* clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
* clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-151-0/+182
* clk: Introduce clk_core_has_parent()Maxime Ripard2022-09-151-0/+43
* clk: Set req_rate on reparentingMaxime Ripard2022-09-151-0/+239
* clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard2022-09-151-0/+31
* clk: tests: Add some tests for orphan with multiple parentsMaxime Ripard2022-09-151-0/+237
* clk: tests: Add tests for mux with multiple parentsMaxime Ripard2022-09-151-0/+121
* clk: tests: Add tests for single parent muxMaxime Ripard2022-09-151-9/+185
* clk: tests: Add tests for uncached clockMaxime Ripard2022-09-151-1/+92
* clk: tests: Add reference to the orphan mux bug reportMaxime Ripard2022-09-151-0/+3
* clk: tests: Add test suites descriptionMaxime Ripard2022-09-151-0/+33
* clk: Drop the rate range on clk_put()Maxime Ripard2022-09-151-0/+110
* clk: test: Switch to clk_hw_get_clkMaxime Ripard2022-09-151-19/+55
* Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2022-04-021-108/+0
* clk: Drop the rate range on clk_put()Maxime Ripard2022-03-251-0/+108
* clk: test: Test clk_set_rate_range on orphan muxMaxime Ripard2022-03-251-0/+105
* clk: Add clk_drop_rangeMaxime Ripard2022-03-111-2/+2
* clk: Always set the rate on clk_set_range_rateMaxime Ripard2022-03-111-30/+24
* clk: Always clamp the rounded rateMaxime Ripard2022-03-111-18/+32
* clk: Introduce Kunit Tests for the frameworkMaxime Ripard2022-03-111-0/+787