1. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · 1 year, 10 months ago
  2. d867a287 clk: update clk_clean_rate_cache to use private clk struct by Patrick Delaunay · 2 years, 5 months ago
  3. 0d4d5e4 clk: change return type of clk_get_parent_rate from long long to ulong by Michal Suchanek · 2 years, 2 months ago
  4. 07435de clk: Consolidate some clock functions by Sean Anderson · 2 years, 9 months ago
  5. 9a66572 clk: Make clk_free return void by Sean Anderson · 2 years, 11 months ago
  6. 553935f clk: Make rfree return void by Sean Anderson · 2 years, 11 months ago
  7. db9b1a1 clk: ccf: correct the test on the parent uclass in clk_enable/clk_disable by Patrick Delaunay · 2 years, 10 months ago
  8. 0d69d06 clk: Inline clk_get_*_optional by Sean Anderson · 3 years ago
  9. d7e85d5 clk: Rename clk_get_optional_nodev by Sean Anderson · 3 years ago
  10. a1b654b treewide: invaild -> invalid by Sean Anderson · 3 years ago
  11. 05e3d8e Revert "clk: Detect failure to set defaults" by Marek Vasut · 2 years, 11 months ago
  12. 283dadf clk: cosmetic: reorder include files by Patrick Delaunay · 3 years ago
  13. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 4 months ago
  14. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  15. 862555d clk: Detect failure to set defaults by Simon Glass · 3 years, 7 months ago
  16. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  17. b9c3214 clk: cosmetic change in uclass by Patrick Delaunay · 3 years, 7 months ago
  18. 08d531c clk: Allow force setting clock defaults before relocation by Sean Anderson · 3 years, 6 months ago
  19. 9ab78c1 clk: fix set_rate to clean up cached rates for the hierarchy by Tero Kristo · 3 years, 6 months ago
  20. d41b2b3 clk: fix assigned-clocks to pass with deferring provider by Tero Kristo · 3 years, 6 months ago
  21. f04dfff clk: do not attempt to fetch clock pointer with null device by Tero Kristo · 3 years, 6 months ago
  22. d7ac373 clk: Warn on failure to assign rate by Sean Anderson · 3 years, 8 months ago
  23. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
  24. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  25. f73f581 clk: Add debugging for return values by Simon Glass · 3 years, 10 months ago
  26. b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
  27. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  28. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  29. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
  30. b91eee6 clk: get clock pointer before proceeding by Claudiu Beznea · 4 years, 3 months ago
  31. b02e8dd clk: do not disable clock if it is critical by Claudiu Beznea · 4 years, 3 months ago
  32. c8c1600 clk: bind clk to new parent device by Claudiu Beznea · 4 years, 3 months ago
  33. 4303396 clk: Drop dm.h header file in clk-provider.h by Simon Glass · 4 years, 4 months ago
  34. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 5 months ago
  35. f0d5a6b clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 5 months ago
  36. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  37. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  38. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  39. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  40. 2cdd3f4 clk: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  41. 6c91087 clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled by Giulio Benetti · 5 years ago
  42. bdc786d clk: add APIs to get (optional) clock by name without a device by developer · 5 years ago
  43. dc338d3 clk: check valid clock by clk_valid() by developer · 5 years ago
  44. 5e108fb clk: fix error check for devm_clk_get_optional() by developer · 5 years ago
  45. 9601f32 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  46. 6e66b2d drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · 5 years ago
  47. 718039b drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  48. b232081 clk: Fix error check in clk_set_default_parents() by Jean-Jacques Hiblot · 5 years ago
  49. 82628e2 clk: prograte clk enable/disable to parent by Peng Fan · 5 years ago
  50. cf3119d clk: add support for clk_is_match() by Sekhar Nori · 5 years ago
  51. 40ec4e4 dm: clk: ignore default settings when node not valid by Peng Fan · 5 years ago
  52. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  53. 3d23abd clk: initialize clk->data when using default xlate by Sekhar Nori · 5 years ago
  54. 4ef3217 dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag by Lukasz Majewski · 5 years ago
  55. 12014be dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · 5 years ago
  56. 53155da dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · 5 years ago
  57. 9e38dc3 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · 5 years ago
  58. a77add3 clk: Use clk_get_by_index_tail() by Jagan Teki · 6 years ago
  59. fc7c7ce clk: Get the CLK by index without device by Jagan Teki · 6 years ago
  60. 3336373 clk: Improve debug message in clk_set_default_rates() by Simon Glass · 6 years ago
  61. e546ec8 clk: Allow clock defaults to be set during re-reloc state for SPL only by Philipp Tomsich · 6 years ago
  62. 89d1b08 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · 6 years ago
  63. f3cc631 clk: clk_set_default: accept no-op skip fields by Neil Armstrong · 6 years ago
  64. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  65. 52b26d9 clk: fix clk_get_bulk when phandle error by Neil Armstrong · 7 years ago
  66. 8a275a0 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · 7 years ago
  67. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  68. f760434 clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · 7 years ago
  69. f8e02b2 clk: add clk_set_parent() by Philipp Tomsich · 7 years ago
  70. e487106 clk: Remove superfluous gd declarations by Mario Six · 7 years ago
  71. 799fe56 clk: clk-uclass: Fix style violations by Mario Six · 7 years ago
  72. fdec580 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  73. e94414b dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  74. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · 7 years ago
  75. 96fc03d clk: add clk_release_all() by Patrice Chotard · 7 years ago
  76. 2558bff dm: clk: Update uclass to support livetree by Simon Glass · 8 years ago
  77. b7ae277 clk: Modify xlate() method for livetree by Simon Glass · 8 years ago
  78. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  79. 33cdf49 clk: clk-uclass: Assign clk->dev before call .of_xlate by Wenyou Yang · 8 years ago
  80. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  81. 30d40b3 dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · 8 years ago
  82. 589d915 dm: clk: Add support for of-platdata by Simon Glass · 8 years ago
  83. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  84. 508c077 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · 9 years ago
  85. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  86. 67c2295 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  87. 36ad234 dm: Add a clock uclass by Simon Glass · 9 years ago