1. adfa6c0 dm: Add a debug message when devices are skipped pre-reloc by Sean Anderson · Tue Dec 24 23:52:01 2019 -0500
  2. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · Sun Dec 29 21:19:28 2019 -0700
  3. 76a64ab dm: devres: Use an enum for the allocation phase by Simon Glass · Sun Dec 29 21:19:27 2019 -0700
  4. 323ff9f dm: devres: Add tests by Simon Glass · Sun Dec 29 21:19:26 2019 -0700
  5. 8a8fe1b dm: devres: Convert to use logging by Simon Glass · Sun Dec 29 21:19:24 2019 -0700
  6. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · Sun Dec 29 21:19:21 2019 -0700
  7. 4a26385 dm: core: Export a new function to read platdata by Simon Glass · Sun Dec 29 21:19:20 2019 -0700
  8. a8d8f16 dm: core: Allocate parent data separate from probing parent by Simon Glass · Sun Dec 29 21:19:18 2019 -0700
  9. 924c383 dm: core: Move ofdata_to_platdata() call earlier by Simon Glass · Sun Dec 29 21:19:17 2019 -0700
  10. 9046dec dm: core: Don't clear active flag twice when probe() fails by Simon Glass · Sun Dec 29 21:19:16 2019 -0700
  11. 4da551b dm: core: Use assert_noisy() in devres by Simon Glass · Sun Dec 29 21:19:11 2019 -0700
  12. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · Fri Dec 06 21:41:38 2019 -0700
  13. 4bba413 regmap: Fix potential memory leaks by Faiz Abbas · Mon Nov 11 15:29:05 2019 +0530
  14. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  15. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  16. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  17. 5f09a2d dm: core: Update log method for uclass_find_device_by_seq by Kever Yang · Tue Oct 22 15:39:47 2019 +0800
  18. 56bed2a dm: regmap: Fix mask in regmap_update_bits() by Simon Glass · Fri Oct 11 16:16:49 2019 -0600
  19. 9601f32 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · Tue Oct 22 14:00:06 2019 +0200
  20. 6814897 dm: Tidy up dump output when there are many devices by Patrick Delaunay · Mon Sep 30 10:19:13 2019 +0200
  21. 98381da dm: core: device: switch off power domain after device removal by Anatolij Gustschin · Fri Sep 27 13:48:15 2019 +0530
  22. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · Fri Sep 27 13:48:12 2019 +0530
  23. d220111 core: device: use dev_power_domain_on by Peng Fan · Tue Sep 17 09:29:22 2019 +0000
  24. f327ecb dm: device: Request next sequence number by Thomas Fitzsimmons · Fri Sep 06 07:51:18 2019 -0400
  25. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  26. 04ec59c dm: core: Drop fdtdec_get_pci_addr() by Simon Glass · Wed Sep 25 08:56:41 2019 -0600
  27. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Sep 15 12:08:58 2019 -0600
  28. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · Wed Sep 25 08:55:55 2019 -0600
  29. a91e48b dm: core: Call ofdata_to_platdata() with of-platdata by Simon Glass · Wed Sep 25 08:55:53 2019 -0600
  30. 256d402 dm: core: Drop a few early returns by Simon Glass · Wed Sep 25 08:55:47 2019 -0600
  31. 7ee0d7b dm: core: Use U-Boot logging instead of pr_debug() by Simon Glass · Wed Sep 25 08:55:45 2019 -0600
  32. 47f85de dm: core: Correct bad cast in ofnode_get_addr_size_index() by Simon Glass · Wed Sep 25 08:55:50 2019 -0600
  33. dfd4315 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · Wed Sep 25 08:55:46 2019 -0600
  34. 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
  35. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · Mon Sep 02 16:34:30 2019 +0200
  36. 7f18c34 dm: core: Decouple DM from DT by Marek Vasut · Sat Aug 31 18:03:28 2019 +0200
  37. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · Sat Aug 24 13:50:34 2019 -0500
  38. 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
  39. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · Thu Aug 01 19:12:56 2019 +0530
  40. 63a3467 dm: device: make power domain calls optional by Anatolij Gustschin · Sun Jul 14 21:11:01 2019 +0200
  41. a9274aa dm: core: Set correct "status" value for a node by Bin Meng · Fri Jul 05 09:23:17 2019 -0700
  42. 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
  43. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  44. 52742f4 regmap: Add API regmap_init_mem_index() by Faiz Abbas · Tue Jun 11 00:43:33 2019 +0530
  45. 26d68b2 drivers: core: use strcmp when find device by name by Peng Fan · Wed May 22 07:08:14 2019 +0000
  46. d193718 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · Tue May 21 19:19:12 2019 +0200
  47. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · Fri Jul 05 09:33:57 2019 +0200
  48. 1e5f6e3 dm: core: Fix dm_extended_scan_fdt() by Patrice Chotard · Wed May 15 10:07:01 2019 +0200
  49. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · Fri May 10 17:48:20 2019 +0000
  50. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · Wed Apr 24 17:19:53 2019 +0530
  51. 019f956 dm: core: Fix translate condition in ofnode_get_addr_size() by Simon Glass · Thu Apr 25 21:58:36 2019 -0600
  52. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · Fri Apr 12 16:42:28 2019 +0200
  53. 54310eb simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver by Lukas Auer · Wed Apr 10 14:46:07 2019 +0200
  54. 3288d04 dm: remove unused function dm_fdt_pre_reloc by Patrick Delaunay · Wed Mar 20 18:21:26 2019 +0100
  55. 9764495 core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address by Eugeniu Rosca · Sat Mar 09 17:27:07 2019 +0100
  56. ee01043 syscon: update syscon_regmap_lookup_by_phandle by Patrick Delaunay · Thu Mar 07 09:57:13 2019 +0100
  57. 0b025b8 dm: remove pre reloc properties in SPL and TPL device tree by Patrick Delaunay · Mon Feb 11 12:49:57 2019 +0100
  58. 7e75aba dm: syscon: Don't require a regmap for PCI devices by Simon Glass · Sat Feb 16 20:24:38 2019 -0700
  59. d8934b9 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Feb 11 11:15:34 2019 -0500
  60. 75ec16f dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · Fri Feb 01 16:01:07 2019 +0100
  61. d0e30a0 dm: core: Introduce dev_read_alias_highest_id() by Michal Simek · Thu Jan 31 16:30:59 2019 +0100
  62. c6203cb dm: core: Add of_alias_get_highest_id() by Michal Simek · Thu Jan 31 16:30:57 2019 +0100
  63. 3b6b462 drivers: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:24 2019 +1300
  64. df60424 dm: Tidy up 'dm tree' output when there are many devices by Simon Glass · Wed Dec 05 18:42:52 2018 -0700
  65. 8a5a8a7 syscon: update syscon_node_to_regmap to use the DM functions by Patrick Delaunay · Wed Oct 31 16:49:03 2018 +0100
  66. 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · Mon Dec 10 10:37:37 2018 -0700
  67. d914c09 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Dec 10 07:16:33 2018 -0500
  68. 272b67d drivers: core: nullify gd->dm_root after dm_uninit() by Jean-Jacques Hiblot · Fri Dec 07 14:50:54 2018 +0100
  69. 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
  70. 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
  71. 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
  72. 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
  73. 34222a3 core: ofnode: Fix ofnode_get_addr_index function by Keerthy · Mon Nov 19 11:44:47 2018 +0530
  74. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · Sun Nov 18 08:14:31 2018 -0700
  75. dc3efdc dm: core: Export uclass_find_device_by_phandle() by Simon Glass · Sun Nov 18 08:14:30 2018 -0700
  76. 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
  77. 4dff178 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · Wed Oct 24 14:10:15 2018 +0200
  78. 6f38622 uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · Fri Sep 28 14:12:55 2018 +0100
  79. 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
  80. e5a3d5b regmap: Add endianness support by Mario Six · Mon Oct 15 09:24:14 2018 +0200
  81. 2f00997 regmap: Support reading from specific range by Mario Six · Mon Oct 15 09:24:11 2018 +0200
  82. a4fd59e regmap: Add raw read/write functions by Mario Six · Mon Oct 15 09:24:10 2018 +0200
  83. 6e96ba2 regmap: Add error output by Mario Six · Mon Oct 15 09:24:08 2018 +0200
  84. 5159c0c regmap: Introduce init_range by Mario Six · Mon Oct 15 09:24:07 2018 +0200
  85. 95e885d core: ofnode: Fix mem leak in error path by Mario Six · Thu Oct 04 09:22:24 2018 +0200
  86. 1232116 regmap: Improve error handling by Mario Six · Thu Oct 04 09:00:43 2018 +0200
  87. 0aa5299 regmap: Add documentation by Mario Six · Thu Oct 04 09:00:42 2018 +0200
  88. c596a59 dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · Wed Oct 10 22:07:00 2018 -0700
  89. 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
  90. dddc3a8 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · Wed Oct 10 22:06:57 2018 -0700
  91. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  92. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  93. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  94. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  95. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  96. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · Mon Oct 01 12:37:20 2018 +0200
  97. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · Mon Oct 01 12:37:19 2018 +0200
  98. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · Tue Sep 25 16:40:05 2018 +0200
  99. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  100. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200