index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk_test.c
Age
Commit message (
Expand
)
Author
2022-10-10
clk: tests: Add tests for notifiers
Maxime Ripard
2022-09-15
clk: tests: Add missing test case for ranges
Maxime Ripard
2022-09-15
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
2022-09-15
clk: Introduce clk_core_has_parent()
Maxime Ripard
2022-09-15
clk: Set req_rate on reparenting
Maxime Ripard
2022-09-15
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2022-09-15
clk: tests: Add some tests for orphan with multiple parents
Maxime Ripard
2022-09-15
clk: tests: Add tests for mux with multiple parents
Maxime Ripard
2022-09-15
clk: tests: Add tests for single parent mux
Maxime Ripard
2022-09-15
clk: tests: Add tests for uncached clock
Maxime Ripard
2022-09-15
clk: tests: Add reference to the orphan mux bug report
Maxime Ripard
2022-09-15
clk: tests: Add test suites description
Maxime Ripard
2022-09-15
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-09-15
clk: test: Switch to clk_hw_get_clk
Maxime Ripard
2022-04-02
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2022-03-25
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-03-25
clk: test: Test clk_set_rate_range on orphan mux
Maxime Ripard
2022-03-11
clk: Add clk_drop_range
Maxime Ripard
2022-03-11
clk: Always set the rate on clk_set_range_rate
Maxime Ripard
2022-03-11
clk: Always clamp the rounded rate
Maxime Ripard
2022-03-11
clk: Introduce Kunit Tests for the framework
Maxime Ripard