1. c54ce35 clk: composite: Fix 'switching' to same clock by Alexander Stein · 3 years, 2 months ago
  2. e2ceaa8 Merge branches 'clk-composite-determine-fix', 'clk-allwinner', 'clk-amlogic' and 'clk-samsung' into clk-next by Stephen Boyd · 3 years, 2 months ago
  3. 6594988 clk: composite: Use rate_ops.determine_rate when also a mux is available by Martin Blumenstingl · 3 years, 3 months ago
  4. 675c496d clk: composite: Also consider .determine_rate for rate + mux composites by Martin Blumenstingl · 3 years, 3 months ago
  5. 7c97169 clk: composite: export clk_register_composite by Miles Chen · 3 years, 5 months ago
  6. 0eba770 clk: composite: add devm_clk_hw_register_composite_pdata() by Michael Walle · 4 years, 2 months ago
  7. d7d7518 clk: composite: Export clk_hw_register_composite() by Anson Huang · 4 years, 6 months ago
  8. 73ef657 clk: composite: add _register_composite_pdata() variants by Michael Walle · 5 years ago
  9. d8549bc clk: Add clk_hw_unregister_composite helper function definition by Manivannan Sadhasivam · 5 years ago
  10. cc819cf clk: Zero init clk_init_data in helpers by Manivannan Sadhasivam · 5 years ago
  11. b0740d7 clk: composite: Drop unused clk.h include by Stephen Boyd · 5 years ago
  12. 90b6c5c clk: Remove CLK_IS_BASIC clk flag by Stephen Boyd · 6 years ago
  13. e1bd55e clk: Tag basic clk types with SPDX by Stephen Boyd · 6 years ago
  14. 58657d1 Merge branch 'clk-hw-register' (early part) into clk-next by Stephen Boyd · 9 years ago
  15. e9471c4 Merge branch 'clk-composite-unregister' into clk-next by Stephen Boyd · 9 years ago
  16. 92a39d9 clk: composite: Add unregister function by Maxime Ripard · 9 years ago
  17. 49cb392 clk: composite: Add hw based registration APIs by Stephen Boyd · 9 years ago
  18. 9e52cec clk: Add clk_composite_set_rate_and_parent by Finley Xiao · 9 years ago
  19. 5fd9c05 clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h by Geliang Tang · 9 years ago
  20. 2f508a9 clk: Convert basic types to clk_hw based provider APIs by Stephen Boyd · 9 years ago
  21. 98d8a60 clk: Convert __clk_get_flags() to clk_hw_get_flags() by Stephen Boyd · 10 years ago
  22. 497295a clk: Replace __clk_get_num_parents with clk_hw_get_num_parents() by Stephen Boyd · 10 years ago
  23. 57d866e clk: fix some determine_rate implementations by Boris Brezillon · 10 years ago
  24. 0817b62 clk: change clk_ops' ->determine_rate() prototype by Boris Brezillon · 10 years ago
  25. d122db7 clk: basic-types: Remove useless allocation failure printks by Stephen Boyd · 10 years ago
  26. 2893c37 clk: make strings in parent name arrays const by Sascha Hauer · 10 years ago
  27. 4e907ef clk: Replace explicit clk assignment with __clk_hw_set_clk by Javier Martinez Canillas · 10 years ago
  28. 1c8e600 clk: Add rate constraints to clocks by Tomeu Vizoso · 10 years ago
  29. 646cafc clk: Change clk_ops->determine_rate to return a clk_hw as the best parent by Tomeu Vizoso · 10 years ago
  30. 5a994e1 clk: composite: improve rate_hw sanity check logic by Mike Turquette · 11 years ago
  31. 0c02cf2 clk: composite: allow read-only clocks by Heiko Stübner · 11 years ago
  32. 3eb635f clk: composite: support determine_rate using rate_ops->round_rate + mux_ops->set_parent by Boris BREZILLON · 11 years ago
  33. 5d2043f clk: composite: pass mux_hw into determine_rate by Mike Turquette · 11 years ago
  34. 107f319 clk: composite: .determine_rate support by Emilio López · 11 years ago
  35. f363e21 clk: composite: allow fixed rates & fixed dividers by Mike Turquette · 12 years ago
  36. d3a1c7b clk: composite: rename 'div' references to 'rate' by Mike Turquette · 12 years ago
  37. ece7009 clk: Add composite clock type by Prashant Gaikwad · 12 years ago