1. 92ff9b6 clk: Revise help text for clk_get_parent_rate() by Alexander Dahl · 7 months ago
  2. d318eb3 treewide: Remove clk_free by Sean Anderson · 12 months ago
  3. 6ea5f96 clk: Remove rfree by Sean Anderson · 12 months ago
  4. 7336e68 cmd: clk: Make soc_clk_dump static by Igor Prusov · 1 year, 1 month ago
  5. 00e02fd clk: also handle ENOENT in *_optional functions by Yang Xiwen · 1 year, 3 months ago
  6. 70e32ba clk: fix count parameter type for clk_release_all by Eugen Hristev · 1 year, 5 months ago
  7. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · 1 year, 10 months ago
  8. fb3a40d Merge tag 'clk-2023.01' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 2 years, 1 month ago
  9. 0d4d5e4 clk: change return type of clk_get_parent_rate from long long to ulong by Michal Suchanek · 2 years, 2 months ago
  10. b32e24f dm: clk: add missing stub when CONFIG_CLK is deactivated by Dario Binacchi · 2 years, 2 months ago
  11. 9a66572 clk: Make clk_free return void by Sean Anderson · 2 years, 11 months ago
  12. e1c56f3 clk: Add clk_get_by_name_optional by Sean Anderson · 2 years, 11 months ago
  13. 308ac9e clk: Add client API to HTML docs by Sean Anderson · 3 years ago
  14. 0d69d06 clk: Inline clk_get_*_optional by Sean Anderson · 3 years ago
  15. d7e85d5 clk: Rename clk_get_optional_nodev by Sean Anderson · 3 years ago
  16. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  17. dcc67fa clk: fix clk_get_rate() documentation by Giulio Benetti · 3 years, 10 months ago
  18. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 4 months ago
  19. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  20. 08d531c clk: Allow force setting clock defaults before relocation by Sean Anderson · 3 years, 6 months ago
  21. b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
  22. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 5 months ago
  23. 7e82cac clk: Fix clk func names in comments by Jagan Teki · 4 years, 7 months ago
  24. 624ba61 dm: clk: add stub when CONFIG_CLK is deactivated by Patrick Delaunay · 4 years, 7 months ago
  25. bdc786d clk: add APIs to get (optional) clock by name without a device by developer · 4 years, 11 months ago
  26. 9601f32 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  27. 6e66b2d drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · 5 years ago
  28. 718039b drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  29. 30a6ebc clk: introduce enable_count by Peng Fan · 5 years ago
  30. cf3119d clk: add support for clk_is_match() by Sekhar Nori · 5 years ago
  31. 1d0a50a clk: introduce clk_dev_binded by Peng Fan · 5 years ago
  32. 12014be dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · 5 years ago
  33. 53155da dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · 5 years ago
  34. 9e38dc3 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · 5 years ago
  35. 8ea0434 clk: Extend struct clk to provide clock type agnostic flags by Lukasz Majewski · 5 years ago
  36. ed2685f clk: Extend struct clk to provide information regarding clock rate by Lukasz Majewski · 5 years ago
  37. 2c30fa4 dm: Fix documentation entry as there is no UCLASS_CLOCK uclass by Lukasz Majewski · 5 years ago
  38. fc7c7ce clk: Get the CLK by index without device by Jagan Teki · 6 years ago
  39. 0a083b8 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · 6 years ago
  40. cb5ac65 clk: Extend clock control with an optional data field by Andreas Dannenberg · 6 years ago
  41. 1119271 clk: add clk_valid() by Fabrice Gasnier · 6 years ago
  42. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  43. 8a275a0 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · 7 years ago
  44. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  45. f8e02b2 clk: add clk_set_parent() by Philipp Tomsich · 7 years ago
  46. e94414b dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  47. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · 7 years ago
  48. 96fc03d clk: add clk_release_all() by Patrice Chotard · 7 years ago
  49. 09abe2b Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure" by Masahiro Yamada · 8 years ago
  50. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  51. 67d7dde ns16650: Make sure we have CONFIG_CLK set before using infrastructure by Tom Rini · 8 years ago
  52. b3e2e29 clk.h: Add <asm/errno.h> by Tom Rini · 8 years ago
  53. 103387a clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled by Paul Burton · 8 years ago
  54. 9e6a0d4 clk.h: inline clk_get_by_name() by Andreas Bießmann · 8 years ago
  55. 589d915 dm: clk: Add support for of-platdata by Simon Glass · 8 years ago
  56. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  57. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  58. 67c2295 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  59. 53b2aec clk: add needed include and declaration to include/clk.h by Masahiro Yamada · 9 years ago
  60. cd20f58 clk: fix comments in include/clk.h by Masahiro Yamada · 9 years ago
  61. 36ad234 dm: Add a clock uclass by Simon Glass · 9 years ago
  62. a0d2802 common: Add new clk command by Michal Simek · 11 years ago