1. 14cacb0 clk: Inline clk_get_*_optional by Sean Anderson · 2 years, 9 months ago
  2. 011bbfb clk: Rename clk_get_optional_nodev by Sean Anderson · 2 years, 9 months ago
  3. 46ad7ce treewide: invaild -> invalid by Sean Anderson · 2 years, 10 months ago
  4. 75f080d Revert "clk: Detect failure to set defaults" by Marek Vasut · 2 years, 9 months ago
  5. 572c446 clk: cosmetic: reorder include files by Patrick Delaunay · 2 years, 10 months ago
  6. f0ab8f9 clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 2 months ago
  7. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  8. 92f1e9a clk: Detect failure to set defaults by Simon Glass · 3 years, 4 months ago
  9. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 5 months ago
  10. c262522 clk: cosmetic change in uclass by Patrick Delaunay · 3 years, 5 months ago
  11. 6e33eba clk: Allow force setting clock defaults before relocation by Sean Anderson · 3 years, 4 months ago
  12. 6b7fd31 clk: fix set_rate to clean up cached rates for the hierarchy by Tero Kristo · 3 years, 4 months ago
  13. 1e1fab0 clk: fix assigned-clocks to pass with deferring provider by Tero Kristo · 3 years, 4 months ago
  14. 920ea5a clk: do not attempt to fetch clock pointer with null device by Tero Kristo · 3 years, 4 months ago
  15. 8c12cb3 clk: Warn on failure to assign rate by Sean Anderson · 3 years, 6 months ago
  16. cc469b7 dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 6 months ago
  17. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  18. 5c5992c clk: Add debugging for return values by Simon Glass · 3 years, 8 months ago
  19. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 9 months ago
  20. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  21. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  22. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years ago
  23. b364134 clk: get clock pointer before proceeding by Claudiu Beznea · 4 years, 1 month ago
  24. 9a5d59d clk: do not disable clock if it is critical by Claudiu Beznea · 4 years, 1 month ago
  25. 4d139f3 clk: bind clk to new parent device by Claudiu Beznea · 4 years, 1 month ago
  26. fb989e0 clk: Drop dm.h header file in clk-provider.h by Simon Glass · 4 years, 2 months ago
  27. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 3 months ago
  28. 675d790 clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 3 months ago
  29. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  30. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  31. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  32. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  33. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  34. efbdad3 clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled by Giulio Benetti · 4 years, 10 months ago
  35. d646420 clk: add APIs to get (optional) clock by name without a device by Chunfeng Yun · 4 years, 9 months ago
  36. bd7c798 clk: check valid clock by clk_valid() by Chunfeng Yun · 4 years, 9 months ago
  37. 0f9b2b3 clk: fix error check for devm_clk_get_optional() by Chunfeng Yun · 4 years, 9 months ago
  38. fd1ba29 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  39. 52720c5 drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · 5 years ago
  40. 8a1661f drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  41. 02e2a2a clk: Fix error check in clk_set_default_parents() by Jean-Jacques Hiblot · 5 years ago
  42. 0520be0 clk: prograte clk enable/disable to parent by Peng Fan · 5 years ago
  43. acbb7cd clk: add support for clk_is_match() by Sekhar Nori · 5 years ago
  44. 91944ef dm: clk: ignore default settings when node not valid by Peng Fan · 5 years ago
  45. df9a7a1 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  46. e497fab clk: initialize clk->data when using default xlate by Sekhar Nori · 5 years ago
  47. 1a961c9 dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag by Lukasz Majewski · 5 years ago
  48. 2796af7 dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · 5 years ago
  49. 4aa7830 dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · 5 years ago
  50. 0c660c2 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · 5 years ago
  51. dcb63fc clk: Use clk_get_by_index_tail() by Jagan Teki · 6 years ago
  52. 75f9831 clk: Get the CLK by index without device by Jagan Teki · 6 years ago
  53. 6831616 clk: Improve debug message in clk_set_default_rates() by Simon Glass · 6 years ago
  54. 291da96 clk: Allow clock defaults to be set during re-reloc state for SPL only by Philipp Tomsich · 6 years ago
  55. e5e06b6 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · 6 years ago
  56. d64caaf clk: clk_set_default: accept no-op skip fields by Neil Armstrong · 6 years ago
  57. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  58. 721881c clk: fix clk_get_bulk when phandle error by Neil Armstrong · 6 years ago
  59. a855be8 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · 6 years ago
  60. f4fcba5 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  61. 95f9a7e clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · 7 years ago
  62. f7d1046 clk: add clk_set_parent() by Philipp Tomsich · 7 years ago
  63. 7fe1b06 clk: Remove superfluous gd declarations by Mario Six · 7 years ago
  64. 268453b clk: clk-uclass: Fix style violations by Mario Six · 7 years ago
  65. bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  66. 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  67. b108d8a clk: fix compilation errors for poplar platform by Patrice Chotard · 7 years ago
  68. 82a8a66 clk: add clk_release_all() by Patrice Chotard · 7 years ago
  69. aa9bb09 dm: clk: Update uclass to support livetree by Simon Glass · 7 years ago
  70. a4e0ef5 clk: Modify xlate() method for livetree by Simon Glass · 7 years ago
  71. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  72. 3f56b13 clk: clk-uclass: Assign clk->dev before call .of_xlate by Wenyou Yang · 8 years ago
  73. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  74. 9e0758b dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · 8 years ago
  75. 7423daa dm: clk: Add support for of-platdata by Simon Glass · 8 years ago
  76. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  77. a4b10c0 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · 9 years ago
  78. e70cc43 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  79. f0e0751 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  80. f26c8a8 dm: Add a clock uclass by Simon Glass · 9 years ago