1. d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Oct 12 11:54:13 2018 -0400
  2. a147f66 spi: davinci: Add platdata support by Jagan Teki · Mon Sep 03 23:00:23 2018 +0530
  3. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  4. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  5. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  6. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  7. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · Tue Sep 25 16:40:09 2018 +0200
  8. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Sep 30 18:16:51 2018 -0400
  9. 6973345 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sat Sep 29 22:28:44 2018 -0400
  10. 2161e55 drivers: Add board uclass by Mario Six · Tue Jul 31 11:44:11 2018 +0200
  11. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  12. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200
  13. f674fc0 W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs by Maxime Ripard · Tue Sep 18 10:35:27 2018 +0300
  14. bdbdca3 w1: Add 1-Wire uclass by Maxime Ripard · Tue Sep 18 10:35:24 2018 +0300
  15. 5ca878b common: Generic loader for file system by Tien Fong Chee · Fri Jul 06 16:28:03 2018 +0800
  16. 1b77320 drivers: Add OSD uclass by Mario Six · Thu Sep 27 09:19:29 2018 +0200
  17. 3add62d spi: add support for ARM PL022 SPI controller by Quentin Schulz · Fri Aug 31 16:28:29 2018 +0200
  18. e9df221 dm: uclass: Adding missing child_pre_probe description by Bin Meng · Fri Sep 07 07:51:52 2018 -0700
  19. 7b68dad ofnode: add ofnode_by_prop_value() by Jens Wiklander · Mon Aug 20 11:09:58 2018 +0200
  20. 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
  21. 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
  22. 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
  23. f95104d axi: Add AXI sandbox driver and simple emulator by Mario Six · Thu Aug 09 14:51:18 2018 +0200
  24. 573b1b9 drivers: Add AXI uclass by Mario Six · Thu Aug 09 14:51:16 2018 +0200
  25. fa15771 dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · Fri Aug 03 01:14:35 2018 -0700
  26. f425404 dm: Correct typos in uclass_first/next_device_check() by Bin Meng · Fri Aug 03 01:14:34 2018 -0700
  27. cf1e49f dm: SMEM (Shared memory) uclass by Ramon Fried · Mon Jul 02 02:57:55 2018 +0300
  28. 2e4d872 dm: core: Add a function to decode a memory region by Simon Glass · Mon Jun 11 13:07:18 2018 -0600
  29. 4b58093 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · Mon Jun 11 13:07:17 2018 -0600
  30. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · Mon Jun 11 13:07:15 2018 -0600
  31. 954eeae dm: core: Add a way to find an ofnode by compatible string by Simon Glass · Mon Jun 11 13:07:13 2018 -0600
  32. a8173d6 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · Mon Jun 11 13:07:12 2018 -0600
  33. 1c68234 dm: core: Fix a few ofnode function comments by Simon Glass · Mon Jun 11 13:07:11 2018 -0600
  34. 9d54a7a dm: core: Add ofnode function to read a 64-bit int by Simon Glass · Mon Jun 11 13:07:10 2018 -0600
  35. 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
  36. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · Thu Apr 19 12:14:02 2018 +0900
  37. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  38. 35616ef core: ofnode: Fix translation for #size-cells == 0 by Mario Six · Mon Mar 12 14:53:33 2018 +0100
  39. 66a0b5a core: add uclass_get_device_by_phandle_id() api by Kever Yang · Fri Feb 09 10:56:23 2018 +0800
  40. 2deb8c9 drivers: net: pfe_eth: LS1012A PFE headers by Calvin Johnson · Thu Mar 08 15:30:27 2018 +0530
  41. 37df0e0 core: add ofnode_get_by_phandle() api by Kever Yang · Fri Feb 23 17:38:50 2018 +0100
  42. 6fce1dd core: ofnode: add ofnode_get_parent function by Philipp Tomsich · Fri Feb 23 17:38:49 2018 +0100
  43. 3e142d9 dm: core: fix typo in comment (device.h) by Heinrich Schuchardt · Mon Feb 12 12:38:36 2018 +0100
  44. 70e35b4 dm: core: Add a function to look up a uclass by name by Simon Glass · Thu Dec 28 13:14:15 2017 -0700
  45. f7c2628 serial: bcm283x_mu: Remove support for post-init disabling by Alexander Graf · Thu Jan 25 12:05:44 2018 +0100
  46. 16408ee include: dm: Fix 'devioe'/'devuce' typos by Mario Six · Mon Jan 15 11:09:36 2018 +0100
  47. 3f78e92 Merge git://git.denx.de/u-boot-mmc by Tom Rini · Wed Jan 24 11:28:44 2018 -0500
  48. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  49. 71d115f dm: add dev_read_u32() by Masahiro Yamada · Sat Dec 30 02:00:05 2017 +0900
  50. aefac06 core: Add {ofnode, dev}_translate_address functions by Mario Six · Mon Jan 15 11:07:19 2018 +0100
  51. 99490a7 dm: pinctrl: sync with Linux to use pin_config_param by Peng Fan · Fri Jan 05 14:05:17 2018 +0800
  52. 1777b8e dm: fix typo falback by Heinrich Schuchardt · Sun Dec 17 18:19:43 2017 +0100
  53. cab559a dm: core: remove orphaned parameter description in platdata.h by Heinrich Schuchardt · Sun Dec 24 13:14:12 2017 +0100
  54. 6bcca14 dm: core: fix member name in ofnode_union documentation by Baruch Siach · Thu Nov 09 13:44:28 2017 +0200
  55. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · Fri Sep 29 12:31:20 2017 +0900
  56. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · Tue Sep 26 11:58:29 2017 +0900
  57. 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
  58. 7719b39 dm: core: add dev_read_addr_ptr() by Philipp Tomsich · Mon Sep 11 22:04:12 2017 +0200
  59. bb3a45b dm: core: add clocks node scan by Patrice Chotard · Mon Sep 04 14:55:56 2017 +0200
  60. 2852976 dm: core: Add ofnode_for_each_subnode() by Simon Glass · Sat Aug 05 15:45:54 2017 -0600
  61. b650afa block: ide: Fix block read/write with driver model by Bin Meng · Sun Sep 10 05:12:51 2017 -0700
  62. 4dada2c ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · Sat Aug 26 01:12:30 2017 +0900
  63. 856e020 dm: core: Add a comment about the device_remove() flags by Simon Glass · Sat Jul 29 11:35:00 2017 -0600
  64. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · Thu Aug 03 02:30:56 2017 -0700
  65. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sat Jul 29 11:43:51 2017 -0400
  66. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · Tue Jul 18 11:57:08 2017 +0200
  67. f7bfcc4 dm: core: Add ofnode_read_resource() by Simon Glass · Tue Jul 25 08:29:55 2017 -0600
  68. baebec1 dm: ofnode: change return type of dev_read_prop() to opaque pointer by Masahiro Yamada · Mon Jul 17 12:18:39 2017 +0900
  69. 2195315 serial: stm32x7: migrate serial struct to driver by Patrice Chotard · Tue Jul 18 09:29:07 2017 +0200
  70. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  71. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  72. 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
  73. 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · Mon Jun 12 06:21:29 2017 -0600
  74. 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
  75. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · Sun Apr 23 20:10:45 2017 -0600
  76. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · Sun Apr 23 20:10:44 2017 -0600
  77. 98c9fb0 dm: core: Clarify uclass_first/next_device() comments by Simon Glass · Sun Apr 23 20:10:43 2017 -0600
  78. a67cc63 dm: Add more livetree helpers and definitions by Simon Glass · Thu May 18 20:09:27 2017 -0600
  79. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · Thu May 18 20:09:17 2017 -0600
  80. ee145d6 dm: core: Add a way to find a device by ofnode by Simon Glass · Thu May 18 20:09:09 2017 -0600
  81. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · Thu May 18 20:09:08 2017 -0600
  82. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · Thu May 18 20:09:07 2017 -0600
  83. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · Thu May 18 20:09:06 2017 -0600
  84. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · Thu May 18 20:09:05 2017 -0600
  85. cfdae5c dm: core: Implement live tree 'read' functions by Simon Glass · Thu May 18 20:09:04 2017 -0600
  86. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · Thu May 18 20:09:03 2017 -0600
  87. 0fbf66b dm: core: Add a place to put extra device-tree reading functions by Simon Glass · Thu May 18 20:09:02 2017 -0600
  88. 049ae1b dm: core: Add address operations on device tree references by Simon Glass · Thu May 18 20:09:01 2017 -0600
  89. 6fe43a3 dm: core: Add livetree address functions by Simon Glass · Thu May 18 20:08:59 2017 -0600
  90. c4fc562 dm: core: Add operations on device tree references by Simon Glass · Thu May 18 20:08:58 2017 -0600
  91. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  92. 1ccaa05 dm: core: Add livetree access functions by Simon Glass · Thu May 18 20:08:54 2017 -0600
  93. a6eedb8 dm: core: Add livetree definitions by Simon Glass · Thu May 18 20:08:53 2017 -0600
  94. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · Wed May 17 17:18:10 2017 -0600
  95. a4dbe25 dm: core: Dont export dm_scan_fdt_node() by Simon Glass · Wed May 17 17:18:08 2017 -0600
  96. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  97. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · Wed May 17 17:18:04 2017 -0600
  98. 0745676 dm: core: Add DM_FLAG_OS_PREPARE flag by Stefan Roese · Mon Apr 24 09:48:02 2017 +0200
  99. 4844778 drivers: phy: add generic PHY framework by Jean-Jacques Hiblot · Mon Apr 24 11:51:27 2017 +0200
  100. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700