1. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years ago
  2. b364134 clk: get clock pointer before proceeding by Claudiu Beznea · 4 years, 1 month ago
  3. 9a5d59d clk: do not disable clock if it is critical by Claudiu Beznea · 4 years, 1 month ago
  4. 4d139f3 clk: bind clk to new parent device by Claudiu Beznea · 4 years, 1 month ago
  5. fb989e0 clk: Drop dm.h header file in clk-provider.h by Simon Glass · 4 years, 2 months ago
  6. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 3 months ago
  7. 675d790 clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 3 months ago
  8. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  9. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  10. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  11. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  12. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  13. 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
  14. d646420 clk: add APIs to get (optional) clock by name without a device by Chunfeng Yun · 4 years, 9 months ago
  15. bd7c798 clk: check valid clock by clk_valid() by Chunfeng Yun · 4 years, 9 months ago
  16. 0f9b2b3 clk: fix error check for devm_clk_get_optional() by Chunfeng Yun · 4 years, 9 months ago
  17. fd1ba29 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  18. 52720c5 drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · 5 years ago
  19. 8a1661f drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  20. 02e2a2a clk: Fix error check in clk_set_default_parents() by Jean-Jacques Hiblot · 5 years ago
  21. 0520be0 clk: prograte clk enable/disable to parent by Peng Fan · 5 years ago
  22. acbb7cd clk: add support for clk_is_match() by Sekhar Nori · 5 years ago
  23. 91944ef dm: clk: ignore default settings when node not valid by Peng Fan · 5 years ago
  24. df9a7a1 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  25. e497fab clk: initialize clk->data when using default xlate by Sekhar Nori · 5 years ago
  26. 1a961c9 dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag by Lukasz Majewski · 5 years ago
  27. 2796af7 dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · 5 years ago
  28. 4aa7830 dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · 5 years ago
  29. 0c660c2 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · 5 years ago
  30. dcb63fc clk: Use clk_get_by_index_tail() by Jagan Teki · 6 years ago
  31. 75f9831 clk: Get the CLK by index without device by Jagan Teki · 6 years ago
  32. 6831616 clk: Improve debug message in clk_set_default_rates() by Simon Glass · 6 years ago
  33. 291da96 clk: Allow clock defaults to be set during re-reloc state for SPL only by Philipp Tomsich · 6 years ago
  34. e5e06b6 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · 6 years ago
  35. d64caaf clk: clk_set_default: accept no-op skip fields by Neil Armstrong · 6 years ago
  36. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  37. 721881c clk: fix clk_get_bulk when phandle error by Neil Armstrong · 6 years ago
  38. a855be8 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · 6 years ago
  39. f4fcba5 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  40. 95f9a7e clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · 7 years ago
  41. f7d1046 clk: add clk_set_parent() by Philipp Tomsich · 7 years ago
  42. 7fe1b06 clk: Remove superfluous gd declarations by Mario Six · 7 years ago
  43. 268453b clk: clk-uclass: Fix style violations by Mario Six · 7 years ago
  44. bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  45. 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  46. b108d8a clk: fix compilation errors for poplar platform by Patrice Chotard · 7 years ago
  47. 82a8a66 clk: add clk_release_all() by Patrice Chotard · 7 years ago
  48. aa9bb09 dm: clk: Update uclass to support livetree by Simon Glass · 7 years ago
  49. a4e0ef5 clk: Modify xlate() method for livetree by Simon Glass · 7 years ago
  50. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  51. 3f56b13 clk: clk-uclass: Assign clk->dev before call .of_xlate by Wenyou Yang · 8 years ago
  52. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  53. 9e0758b dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · 8 years ago
  54. 7423daa dm: clk: Add support for of-platdata by Simon Glass · 8 years ago
  55. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  56. a4b10c0 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · 9 years ago
  57. e70cc43 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  58. f0e0751 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  59. f26c8a8 dm: Add a clock uclass by Simon Glass · 9 years ago