1. f327ecb dm: device: Request next sequence number by Thomas Fitzsimmons · Fri Sep 06 07:51:18 2019 -0400
  2. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  3. 04ec59c dm: core: Drop fdtdec_get_pci_addr() by Simon Glass · Wed Sep 25 08:56:41 2019 -0600
  4. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Sep 15 12:08:58 2019 -0600
  5. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · Wed Sep 25 08:55:55 2019 -0600
  6. a91e48b dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · Wed Sep 25 08:55:53 2019 -0600
  7. 256d402 dm: core: Drop a few early returns by Simon Glass · Wed Sep 25 08:55:47 2019 -0600
  8. 7ee0d7b dm: core: Use U-Boot logging instead of pr_debug() by Simon Glass · Wed Sep 25 08:55:45 2019 -0600
  9. 47f85de dm: core: Correct bad cast in ofnode_get_addr_size_index() by Simon Glass · Wed Sep 25 08:55:50 2019 -0600
  10. dfd4315 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · Wed Sep 25 08:55:46 2019 -0600
  11. 691a929 Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Sun Sep 08 21:14:22 2019 -0400
  12. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · Mon Sep 02 16:34:30 2019 +0200
  13. 7f18c34 dm: core: Decouple DM from DT by Marek Vasut · Sat Aug 31 18:03:28 2019 +0200
  14. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · Sat Aug 24 13:50:34 2019 -0500
  15. 8d7976d core: ofnode: do not assert if node not valid in ofnode_get_name() by Kever Yang · Fri Jul 19 11:23:47 2019 +0800
  16. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · Thu Aug 01 19:12:56 2019 +0530
  17. 63a3467 dm: device: make power domain calls optional by Anatolij Gustschin · Sun Jul 14 21:11:01 2019 +0200
  18. a9274aa dm: core: Set correct "status" value for a node by Bin Meng · Fri Jul 05 09:23:17 2019 -0700
  19. 513cf40 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · Fri Jul 05 09:23:16 2019 -0700
  20. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  21. 52742f4 regmap: Add API regmap_init_mem_index() by Faiz Abbas · Tue Jun 11 00:43:33 2019 +0530
  22. 26d68b2 drivers: core: use strcmp when find device by name by Peng Fan · Wed May 22 07:08:14 2019 +0000
  23. d193718 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · Tue May 21 19:19:12 2019 +0200
  24. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · Fri Jul 05 09:33:57 2019 +0200
  25. 1e5f6e3 dm: core: Fix dm_extended_scan_fdt() by Patrice Chotard · Wed May 15 10:07:01 2019 +0200
  26. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · Fri May 10 17:48:20 2019 +0000
  27. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · Wed Apr 24 17:19:53 2019 +0530
  28. 019f956 dm: core: Fix translate condition in ofnode_get_addr_size() by Simon Glass · Thu Apr 25 21:58:36 2019 -0600
  29. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · Fri Apr 12 16:42:28 2019 +0200
  30. 54310eb simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver by Lukas Auer · Wed Apr 10 14:46:07 2019 +0200
  31. 3288d04 dm: remove unused function dm_fdt_pre_reloc by Patrick Delaunay · Wed Mar 20 18:21:26 2019 +0100
  32. 9764495 core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address by Eugeniu Rosca · Sat Mar 09 17:27:07 2019 +0100
  33. ee01043 syscon: update syscon_regmap_lookup_by_phandle by Patrick Delaunay · Thu Mar 07 09:57:13 2019 +0100
  34. 0b025b8 dm: remove pre reloc properties in SPL and TPL device tree by Patrick Delaunay · Mon Feb 11 12:49:57 2019 +0100
  35. 7e75aba dm: syscon: Don't require a regmap for PCI devices by Simon Glass · Sat Feb 16 20:24:38 2019 -0700
  36. d8934b9 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Feb 11 11:15:34 2019 -0500
  37. 75ec16f dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · Fri Feb 01 16:01:07 2019 +0100
  38. d0e30a0 dm: core: Introduce dev_read_alias_highest_id() by Michal Simek · Thu Jan 31 16:30:59 2019 +0100
  39. c6203cb dm: core: Add of_alias_get_highest_id() by Michal Simek · Thu Jan 31 16:30:57 2019 +0100
  40. 3b6b462 drivers: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:24 2019 +1300
  41. df60424 dm: Tidy up 'dm tree' output when there are many devices by Simon Glass · Wed Dec 05 18:42:52 2018 -0700
  42. 8a5a8a7 syscon: update syscon_node_to_regmap to use the DM functions by Patrick Delaunay · Wed Oct 31 16:49:03 2018 +0100
  43. 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · Mon Dec 10 10:37:37 2018 -0700
  44. d914c09 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Dec 10 07:16:33 2018 -0500
  45. 272b67d drivers: core: nullify gd->dm_root after dm_uninit() by Jean-Jacques Hiblot · Fri Dec 07 14:50:54 2018 +0100
  46. 00b2988 drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig by Jean-Jacques Hiblot · Fri Dec 07 14:50:53 2018 +0100
  47. a5da300 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · Fri Dec 07 14:50:39 2018 +0100
  48. dc44ea4 syscon: dm: Add a new method to get a regmap from DTS by Jean-Jacques Hiblot · Thu Nov 29 10:57:37 2018 +0100
  49. a318115 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · Mon Dec 03 19:37:09 2018 +0100
  50. 34222a3 core: ofnode: Fix ofnode_get_addr_index function by Keerthy · Mon Nov 19 11:44:47 2018 +0530
  51. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · Sun Nov 18 08:14:31 2018 -0700
  52. dc3efdc dm: core: Export uclass_find_device_by_phandle() by Simon Glass · Sun Nov 18 08:14:30 2018 -0700
  53. 764cae5 dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · Mon Oct 15 10:03:06 2018 +0100
  54. 4dff178 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · Wed Oct 24 14:10:15 2018 +0200
  55. 6f38622 uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · Fri Sep 28 14:12:55 2018 +0100
  56. 30569cf dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · Mon Oct 15 02:20:57 2018 -0700
  57. e5a3d5b regmap: Add endianness support by Mario Six · Mon Oct 15 09:24:14 2018 +0200
  58. 2f00997 regmap: Support reading from specific range by Mario Six · Mon Oct 15 09:24:11 2018 +0200
  59. a4fd59e regmap: Add raw read/write functions by Mario Six · Mon Oct 15 09:24:10 2018 +0200
  60. 6e96ba2 regmap: Add error output by Mario Six · Mon Oct 15 09:24:08 2018 +0200
  61. 5159c0c regmap: Introduce init_range by Mario Six · Mon Oct 15 09:24:07 2018 +0200
  62. 95e885d core: ofnode: Fix mem leak in error path by Mario Six · Thu Oct 04 09:22:24 2018 +0200
  63. 1232116 regmap: Improve error handling by Mario Six · Thu Oct 04 09:00:43 2018 +0200
  64. 0aa5299 regmap: Add documentation by Mario Six · Thu Oct 04 09:00:42 2018 +0200
  65. c596a59 dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · Wed Oct 10 22:07:00 2018 -0700
  66. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  67. dddc3a8 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · Wed Oct 10 22:06:57 2018 -0700
  68. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  69. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  70. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  71. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  72. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  73. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · Mon Oct 01 12:37:20 2018 +0200
  74. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · Mon Oct 01 12:37:19 2018 +0200
  75. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · Tue Sep 25 16:40:05 2018 +0200
  76. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  77. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200
  78. 7b68dad ofnode: add ofnode_by_prop_value() by Jens Wiklander · Mon Aug 20 11:09:58 2018 +0200
  79. c0fb7e6 dm: core: fix devfdt_remap_addr_index() by Cédric Le Goater · Tue Aug 14 12:48:11 2018 +0200
  80. e9fc81d dm: core: Scan "/firmware" node by default by Rajan Vaja · Fri Aug 10 01:45:34 2018 -0700
  81. fac6463 dm: core: Move "/clock" node scan into function by Rajan Vaja · Fri Aug 10 01:45:33 2018 -0700
  82. 2c556a1 device: expose the functions used to remove and unbind children of a device by Jean-Jacques Hiblot · Thu Aug 09 16:17:45 2018 +0200
  83. a7b0d6a dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · Thu Aug 09 16:17:44 2018 +0200
  84. 9bb6c7f dm: print the index of the device when dumping the dm tree by Jean-Jacques Hiblot · Thu Aug 09 16:17:43 2018 +0200
  85. c4f0248 uclass: Add dev_get_uclass_index() to get the uclass/index of a device by Jean-Jacques Hiblot · Thu Aug 09 16:17:42 2018 +0200
  86. fa15771 dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · Fri Aug 03 01:14:35 2018 -0700
  87. 6fba32d dm: core: device: enable power domain in probe by Peng Fan · Fri Jul 27 10:20:38 2018 +0800
  88. 5ab533c dm: core: Add logging of some common errors by Simon Glass · Mon Jun 11 13:07:19 2018 -0600
  89. 2e4d872 dm: core: Add a function to decode a memory region by Simon Glass · Mon Jun 11 13:07:18 2018 -0600
  90. 4b58093 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · Mon Jun 11 13:07:17 2018 -0600
  91. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · Mon Jun 11 13:07:15 2018 -0600
  92. 954eeae dm: core: Add a way to find an ofnode by compatible string by Simon Glass · Mon Jun 11 13:07:13 2018 -0600
  93. 9d54a7a dm: core: Add ofnode function to read a 64-bit int by Simon Glass · Mon Jun 11 13:07:10 2018 -0600
  94. 67036129 dm: core: add functions to get memory-mapped I/O addresses by Álvaro Fernández Rojas · Sun Apr 29 21:56:54 2018 +0200
  95. 5444ec6 regmap: add regmap_update_bits() helper by Neil Armstrong · Fri Apr 27 11:56:14 2018 +0200
  96. 60f9a1e syscon: add Linux-compatible syscon API by Masahiro Yamada · Thu Apr 19 12:14:04 2018 +0900
  97. e4873e3 regmap: change regmap_init_mem() to take ofnode instead udevice by Masahiro Yamada · Thu Apr 19 12:14:03 2018 +0900
  98. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · Thu Apr 19 12:14:02 2018 +0900
  99. 54c5ecb regmap: clean up regmap allocation by Masahiro Yamada · Thu Apr 19 12:14:01 2018 +0900
  100. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400