1. e18c41f dm: core: Correct bad cast in ofnode_get_addr_size_index() by Simon Glass · 5 years ago
  2. e587886 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · 5 years ago
  3. 40e362a Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  4. 3f3d771 dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  5. d7677bf dm: core: Decouple DM from DT by Marek Vasut · 5 years ago
  6. a074667 Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · 5 years ago
  7. 8f0a70e core: ofnode: do not assert if node not valid in ofnode_get_name() by Kever Yang · 5 years ago
  8. f5b9047 dm: core: add support for getting register address and size by Sekhar Nori · 5 years ago
  9. 44e02e3 dm: device: make power domain calls optional by Anatolij Gustschin · 5 years ago
  10. 1635121 dm: core: Set correct "status" value for a node by Bin Meng · 5 years ago
  11. a1f99e4 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · 5 years ago
  12. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  13. 55a1a09 regmap: Add API regmap_init_mem_index() by Faiz Abbas · 5 years ago
  14. 4213609 drivers: core: use strcmp when find device by name by Peng Fan · 5 years ago
  15. 6998974 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · 5 years ago
  16. 07e3371 dm: Add a No-op uclass by Jean-Jacques Hiblot · 5 years ago
  17. ee730a7 dm: core: Fix dm_extended_scan_fdt() by Patrice Chotard · 5 years ago
  18. b061ef3 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · 5 years ago
  19. e679d03 core: ofnode: Add ofnode_get_addr_size_index by Keerthy · 5 years ago
  20. 0033318 dm: core: Fix translate condition in ofnode_get_addr_size() by Simon Glass · 5 years ago
  21. f2100f6 dm: core: Change platform specific translation-offset handling by Stefan Roese · 5 years ago
  22. 3a7c45f simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver by Lukas Auer · 5 years ago
  23. c7fbee5 dm: remove unused function dm_fdt_pre_reloc by Patrick Delaunay · 6 years ago
  24. 9bfacf2 core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address by Eugeniu Rosca · 6 years ago
  25. a442e61 syscon: update syscon_regmap_lookup_by_phandle by Patrick Delaunay · 6 years ago
  26. c7a88da dm: remove pre reloc properties in SPL and TPL device tree by Patrick Delaunay · 6 years ago
  27. 529f57d dm: syscon: Don't require a regmap for PCI devices by Simon Glass · 6 years ago
  28. f94fa0e Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  29. f388564 dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · 6 years ago
  30. 83e4c7e dm: core: Introduce dev_read_alias_highest_id() by Michal Simek · 6 years ago
  31. 5ebc7c7 dm: core: Add of_alias_get_highest_id() by Michal Simek · 6 years ago
  32. 83e7a4d drivers: Kconfig: spelling fixes by Chris Packham · 6 years ago
  33. 54d2cfe dm: Tidy up 'dm tree' output when there are many devices by Simon Glass · 6 years ago
  34. de5bab9 syscon: update syscon_node_to_regmap to use the DM functions by Patrick Delaunay · 6 years ago
  35. a1b17e4 dm: core: Add a function to read into a unsigned int by Simon Glass · 6 years ago
  36. 7ff485c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  37. c483f4c drivers: core: nullify gd->dm_root after dm_uninit() by Jean-Jacques Hiblot · 6 years ago
  38. 85e51be drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig by Jean-Jacques Hiblot · 6 years ago
  39. 3542ff2 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  40. 6c3af1f syscon: dm: Add a new method to get a regmap from DTS by Jean-Jacques Hiblot · 6 years ago
  41. 7959882 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · 6 years ago
  42. 1678754 core: ofnode: Fix ofnode_get_addr_index function by Keerthy · 6 years ago
  43. 3abe111 dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
  44. d0b4f68 dm: core: Export uclass_find_device_by_phandle() by Simon Glass · 6 years ago
  45. 5197daf dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · 6 years ago
  46. f6abd53 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · 6 years ago
  47. 81f351d uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · 6 years ago
  48. 651d0c0 dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · 6 years ago
  49. 9b77fe3 regmap: Add endianness support by Mario Six · 6 years ago
  50. d5c7bd9 regmap: Support reading from specific range by Mario Six · 6 years ago
  51. 84ff8f6 regmap: Add raw read/write functions by Mario Six · 6 years ago
  52. 2448f60 regmap: Add error output by Mario Six · 6 years ago
  53. 7f0e366 regmap: Introduce init_range by Mario Six · 6 years ago
  54. 205dd5a core: ofnode: Fix mem leak in error path by Mario Six · 6 years ago
  55. b6f58bf regmap: Improve error handling by Mario Six · 6 years ago
  56. 9b07609 regmap: Add documentation by Mario Six · 6 years ago
  57. 8e39afc dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · 6 years ago
  58. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  59. e601ab1 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · 6 years ago
  60. 06f9446 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · 6 years ago
  61. e6c5c94 dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  62. cdb6aa0 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  63. 9f15cc1 dm: core: Update some functions to use const by Simon Glass · 6 years ago
  64. c7a3acc dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  65. a6a45cd ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · 6 years ago
  66. 51cb927 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · 6 years ago
  67. 747558d dm: fdt: scan for devices under /firmware too by Jens Wiklander · 6 years ago
  68. e4c98a5 core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  69. e369e58 core: Add functions to set properties in live-tree by Mario Six · 6 years ago
  70. 61fba0f ofnode: add ofnode_by_prop_value() by Jens Wiklander · 6 years ago
  71. 427ddd8 dm: core: fix devfdt_remap_addr_index() by Cédric Le Goater · 6 years ago
  72. 1712ca2 dm: core: Scan "/firmware" node by default by Rajan Vaja · 6 years ago
  73. 68d215d dm: core: Move "/clock" node scan into function by Rajan Vaja · 6 years ago
  74. 3be9bcb device: expose the functions used to remove and unbind children of a device by Jean-Jacques Hiblot · 6 years ago
  75. 7ec9181 dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · 6 years ago
  76. 999b204 dm: print the index of the device when dumping the dm tree by Jean-Jacques Hiblot · 6 years ago
  77. e7c8656 uclass: Add dev_get_uclass_index() to get the uclass/index of a device by Jean-Jacques Hiblot · 6 years ago
  78. 7b9cbad dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · 6 years ago
  79. 3ad3077 dm: core: device: enable power domain in probe by Peng Fan · 6 years ago
  80. 31e60ff dm: core: Add logging of some common errors by Simon Glass · 6 years ago
  81. 964cadc dm: core: Add a function to decode a memory region by Simon Glass · 6 years ago
  82. 5e0a734 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · 6 years ago
  83. d677b00 dm: core: Add a way to bind a device by ofnode by Simon Glass · 6 years ago
  84. c60f671 dm: core: Add a way to find an ofnode by compatible string by Simon Glass · 6 years ago
  85. 7e5196c dm: core: Add ofnode function to read a 64-bit int by Simon Glass · 6 years ago
  86. 30a90f5 dm: core: add functions to get memory-mapped I/O addresses by Álvaro Fernández Rojas · 6 years ago
  87. 285cbcf regmap: add regmap_update_bits() helper by Neil Armstrong · 6 years ago
  88. e151a1c syscon: add Linux-compatible syscon API by Masahiro Yamada · 6 years ago
  89. d358123 regmap: change regmap_init_mem() to take ofnode instead udevice by Masahiro Yamada · 6 years ago
  90. 5ccc2c2 dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 6 years ago
  91. 8c1de5e regmap: clean up regmap allocation by Masahiro Yamada · 6 years ago
  92. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  93. e8d5291 core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  94. bcfdf05 dm: core: make fixed-clock dt scan live dt compatible by Andy Yan · 7 years ago
  95. d255fad core: add uclass_get_device_by_phandle_id() api by Kever Yang · 7 years ago
  96. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  97. b4f2076 core: add ofnode_get_by_phandle() api by Kever Yang · 7 years ago
  98. e2d5997 core: ofnode: add ofnode_get_parent function by Philipp Tomsich · 7 years ago
  99. 6e43d1b dm: core: Add a function to look up a uclass by name by Simon Glass · 7 years ago
  100. f4fcba5 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago