1. 37df0e0 core: add ofnode_get_by_phandle() api by Kever Yang · Fri Feb 23 17:38:50 2018 +0100
  2. 6fce1dd core: ofnode: add ofnode_get_parent function by Philipp Tomsich · Fri Feb 23 17:38:49 2018 +0100
  3. 3e142d9 dm: core: fix typo in comment (device.h) by Heinrich Schuchardt · Mon Feb 12 12:38:36 2018 +0100
  4. 70e35b4 dm: core: Add a function to look up a uclass by name by Simon Glass · Thu Dec 28 13:14:15 2017 -0700
  5. f7c2628 serial: bcm283x_mu: Remove support for post-init disabling by Alexander Graf · Thu Jan 25 12:05:44 2018 +0100
  6. 16408ee include: dm: Fix 'devioe'/'devuce' typos by Mario Six · Mon Jan 15 11:09:36 2018 +0100
  7. 3f78e92 Merge git://git.denx.de/u-boot-mmc by Tom Rini · Wed Jan 24 11:28:44 2018 -0500
  8. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  9. 71d115f dm: add dev_read_u32() by Masahiro Yamada · Sat Dec 30 02:00:05 2017 +0900
  10. aefac06 core: Add {ofnode, dev}_translate_address functions by Mario Six · Mon Jan 15 11:07:19 2018 +0100
  11. 99490a7 dm: pinctrl: sync with Linux to use pin_config_param by Peng Fan · Fri Jan 05 14:05:17 2018 +0800
  12. 1777b8e dm: fix typo falback by Heinrich Schuchardt · Sun Dec 17 18:19:43 2017 +0100
  13. cab559a dm: core: remove orphaned parameter description in platdata.h by Heinrich Schuchardt · Sun Dec 24 13:14:12 2017 +0100
  14. 6bcca14 dm: core: fix member name in ofnode_union documentation by Baruch Siach · Thu Nov 09 13:44:28 2017 +0200
  15. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · Fri Sep 29 12:31:20 2017 +0900
  16. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · Tue Sep 26 11:58:29 2017 +0900
  17. 8365ebd dm: core: Add functions to get strings and the string count from a stringlist by Jean-Jacques Hiblot · Thu Sep 21 17:03:09 2017 +0200
  18. 7719b39 dm: core: add dev_read_addr_ptr() by Philipp Tomsich · Mon Sep 11 22:04:12 2017 +0200
  19. bb3a45b dm: core: add clocks node scan by Patrice Chotard · Mon Sep 04 14:55:56 2017 +0200
  20. 2852976 dm: core: Add ofnode_for_each_subnode() by Simon Glass · Sat Aug 05 15:45:54 2017 -0600
  21. b650afa block: ide: Fix block read/write with driver model by Bin Meng · Sun Sep 10 05:12:51 2017 -0700
  22. 4dada2c ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · Sat Aug 26 01:12:30 2017 +0900
  23. 856e020 dm: core: Add a comment about the device_remove() flags by Simon Glass · Sat Jul 29 11:35:00 2017 -0600
  24. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · Thu Aug 03 02:30:56 2017 -0700
  25. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sat Jul 29 11:43:51 2017 -0400
  26. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · Tue Jul 18 11:57:08 2017 +0200
  27. f7bfcc4 dm: core: Add ofnode_read_resource() by Simon Glass · Tue Jul 25 08:29:55 2017 -0600
  28. baebec1 dm: ofnode: change return type of dev_read_prop() to opaque pointer by Masahiro Yamada · Mon Jul 17 12:18:39 2017 +0900
  29. 2195315 serial: stm32x7: migrate serial struct to driver by Patrice Chotard · Tue Jul 18 09:29:07 2017 +0200
  30. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  31. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  32. fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · Mon Jun 12 06:21:30 2017 -0600
  33. 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · Mon Jun 12 06:21:29 2017 -0600
  34. 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
  35. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · Sun Apr 23 20:10:45 2017 -0600
  36. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · Sun Apr 23 20:10:44 2017 -0600
  37. 98c9fb0 dm: core: Clarify uclass_first/next_device() comments by Simon Glass · Sun Apr 23 20:10:43 2017 -0600
  38. a67cc63 dm: Add more livetree helpers and definitions by Simon Glass · Thu May 18 20:09:27 2017 -0600
  39. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · Thu May 18 20:09:17 2017 -0600
  40. ee145d6 dm: core: Add a way to find a device by ofnode by Simon Glass · Thu May 18 20:09:09 2017 -0600
  41. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · Thu May 18 20:09:08 2017 -0600
  42. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · Thu May 18 20:09:07 2017 -0600
  43. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · Thu May 18 20:09:06 2017 -0600
  44. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · Thu May 18 20:09:05 2017 -0600
  45. cfdae5c dm: core: Implement live tree 'read' functions by Simon Glass · Thu May 18 20:09:04 2017 -0600
  46. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · Thu May 18 20:09:03 2017 -0600
  47. 0fbf66b dm: core: Add a place to put extra device-tree reading functions by Simon Glass · Thu May 18 20:09:02 2017 -0600
  48. 049ae1b dm: core: Add address operations on device tree references by Simon Glass · Thu May 18 20:09:01 2017 -0600
  49. 6fe43a3 dm: core: Add livetree address functions by Simon Glass · Thu May 18 20:08:59 2017 -0600
  50. c4fc562 dm: core: Add operations on device tree references by Simon Glass · Thu May 18 20:08:58 2017 -0600
  51. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  52. 1ccaa05 dm: core: Add livetree access functions by Simon Glass · Thu May 18 20:08:54 2017 -0600
  53. a6eedb8 dm: core: Add livetree definitions by Simon Glass · Thu May 18 20:08:53 2017 -0600
  54. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · Wed May 17 17:18:10 2017 -0600
  55. a4dbe25 dm: core: Dont export dm_scan_fdt_node() by Simon Glass · Wed May 17 17:18:08 2017 -0600
  56. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  57. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · Wed May 17 17:18:04 2017 -0600
  58. 0745676 dm: core: Add DM_FLAG_OS_PREPARE flag by Stefan Roese · Mon Apr 24 09:48:02 2017 +0200
  59. 4844778 drivers: phy: add generic PHY framework by Jean-Jacques Hiblot · Mon Apr 24 11:51:27 2017 +0200
  60. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700
  61. 836c55d sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · Fri Apr 14 11:10:24 2017 +0900
  62. 505045d dm: core: Add dm_remove_devices_flags() and hook it into device_remove() by Stefan Roese · Mon Mar 27 10:58:53 2017 +0200
  63. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  64. 20f938a dm: Return actual bools in dm_fdt_pre_reloc by Heiko Stübner · Thu Feb 23 17:30:38 2017 +0100
  65. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · Sat Feb 18 19:46:21 2017 +0100
  66. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  67. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  68. edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · Fri Dec 09 07:56:54 2016 -0500
  69. 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  70. 27367b2 dm: core: Add dev_get_addr_size_index() to retrieve addr and size by Stefan Roese · Wed Nov 30 07:24:47 2016 +0100
  71. 1b0deee dm: core: Handle global_data moving in SPL by Simon Glass · Sun Nov 13 14:21:58 2016 -0700
  72. 90392d0 serial: pxa: integrate optional driver model handling by Marcel Ziswiler · Mon Nov 14 21:40:26 2016 +0100
  73. d19d073 dm: core: Add a function to get a uclass name by Simon Glass · Wed Oct 05 20:42:13 2016 -0600
  74. afb9907 serial: bcm283x_mu: Detect disabled serial device by Alexander Graf · Mon Aug 15 17:48:51 2016 +0200
  75. 19e7a9e net/ethoc: support private memory configurations by Max Filippov · Fri Aug 05 18:26:20 2016 +0300
  76. c91eb0c net/ethoc: add CONFIG_DM_ETH support by Max Filippov · Fri Aug 05 18:26:17 2016 +0300
  77. 7d20368 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Thu Jul 28 08:45:00 2016 -0400
  78. 92c67fa Add a power domain framework/uclass by Stephen Warren · Wed Jul 13 13:45:31 2016 -0600
  79. 5d5388d dm: core: Add a function to bind child devices by Simon Glass · Tue Jul 05 17:10:08 2016 -0600
  80. 32d8ab6 dm: core: Add a way to find a device by its driver by Simon Glass · Sun Jul 17 15:23:15 2016 -0600
  81. 07b3f33 dm: imx: serial: Support DTE mode when using driver model by Stefan Agner · Wed Jul 13 00:25:35 2016 -0700
  82. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  83. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · Mon Jul 04 11:58:15 2016 -0600
  84. d2ef0fc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Jul 11 18:50:29 2016 -0400
  85. 1cc7ecd dm: Sort the uclass id in alphabetical order by Bin Meng · Wed Jun 22 02:29:47 2016 -0700
  86. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · Wed Jul 06 09:58:55 2016 +0530
  87. 185ad87 Add a reset driver framework/uclass by Stephen Warren · Fri Jun 17 09:43:58 2016 -0600
  88. d010783 Add a mailbox driver framework/uclass by Stephen Warren · Fri May 13 15:50:29 2016 -0600
  89. 859f256 Rename reset to sysreset by Stephen Warren · Thu May 12 12:03:35 2016 -0600
  90. 8c93df1 dm: allow setting driver_data before/during bind by Stephen Warren · Wed May 11 15:26:24 2016 -0600
  91. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · Thu Apr 28 15:36:02 2016 +0530
  92. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · Sun May 01 13:52:23 2016 -0600
  93. 85ee165 dm: Rename disk uclass to ahci by Simon Glass · Sun May 01 11:35:52 2016 -0600
  94. b2d1e2a m68k: add DM model serial driver by angelo@sysam.it · Wed Apr 27 21:51:13 2016 +0200
  95. d8fc5ff dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · Thu Apr 21 07:11:34 2016 +0200
  96. 1807907 fdt: implement dev_get_addr_name() by Stephen Warren · Wed Apr 06 12:49:19 2016 -0600
  97. 946797f drivers: Add SPMI bus uclass by Mateusz Kulikowski · Thu Mar 31 23:12:27 2016 +0200
  98. f84f9bf serial: add BCM283x mini UART driver by Stephen Warren · Fri Mar 18 21:41:38 2016 -0600
  99. be5a7dd serial: pl01x: Add support for devices with the rate pre-configured. by Eric Anholt · Sun Mar 13 18:16:54 2016 -0700
  100. cceee55 dm: blk: Add a block-device uclass by Simon Glass · Mon Feb 29 15:25:55 2016 -0700