1. 2ae17c9 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Thu Jul 23 09:02:28 2015 -0400
  2. 5caab19 arm: mvebu: db-88f6820: Add SPL support with DDR init code by Stefan Roese · Wed Mar 25 13:35:15 2015 +0100
  3. 61cee0a arm: mvebu: a38x: Use correct PEX register access macros by Stefan Roese · Mon Jun 08 17:01:26 2015 +0200
  4. 5ffceb8 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · Thu Mar 26 15:36:56 2015 +0100
  5. eb753e9 arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory by Stefan Roese · Wed Mar 25 12:51:18 2015 +0100
  6. 6a90595 arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr by Stefan Roese · Mon Apr 20 09:31:27 2015 +0200
  7. e5c5aa9 arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directory by Stefan Roese · Mon Apr 20 09:28:12 2015 +0200
  8. 8ec49a6 Makefile: Fix mvebu build target to use SPL load and exe-address by Stefan Roese · Mon Apr 20 11:17:16 2015 +0200
  9. 73acffe arm: mvebu: Disable MMU before changing register base address by Stefan Roese · Fri Apr 24 10:49:11 2015 +0200
  10. d7f2c12 arm: mvebu: spl.c: Add call to board_early_init_f() by Stefan Roese · Fri Apr 17 18:13:06 2015 +0200
  11. 8588a7b arm: mvebu: Use default reg base address for SPL on A38x by Stefan Roese · Fri Apr 17 18:12:41 2015 +0200
  12. d04fe8b arm: mvebu: Call timer_init early before PHY and DDR init by Stefan Roese · Wed Jul 15 15:36:52 2015 +0200
  13. 3ceae9e arm: mvebu: add Armada XP SATA support by Anton Schubert · Wed Jul 15 14:50:05 2015 +0200
  14. 7b5ec7e linux_compat: handle __GFP_ZERO in kmalloc() by Masahiro Yamada · Mon Jul 13 13:17:07 2015 +0900
  15. c537347 linux_compat: move vzalloc() to header file as an inline function by Masahiro Yamada · Mon Jul 13 13:17:06 2015 +0900
  16. 34d20f8 linux_compat: remove cpu_relax() define by Masahiro Yamada · Mon Jul 13 13:17:05 2015 +0900
  17. c9c310c x86: delete unneeded declarations of disable_irq() and enable_irq() by Masahiro Yamada · Mon Jul 13 13:17:04 2015 +0900
  18. c91b2b7 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · Mon Jul 06 16:47:55 2015 -0600
  19. f58369f dm: usb: eth: Add driver-model support to the asix driver by Simon Glass · Mon Jul 06 16:47:54 2015 -0600
  20. d0065dd dm: usb: Add driver-model support to ehci-pci by Simon Glass · Mon Jul 06 16:47:53 2015 -0600
  21. 55bbe93 x86: minnowmax: Drop the cache line size hack by Simon Glass · Mon Jul 06 16:47:52 2015 -0600
  22. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · Mon Jul 06 16:47:51 2015 -0600
  23. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · Mon Jul 06 16:47:50 2015 -0600
  24. dc6eda3 dm: eth: Avoid blocking on packet reception by Simon Glass · Mon Jul 06 16:47:49 2015 -0600
  25. db19dc5 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · Mon Jul 06 16:47:48 2015 -0600
  26. 077dd02 dm: usb: Correct the struct usb_driver_entry comment by Simon Glass · Mon Jul 06 16:47:47 2015 -0600
  27. c9118d4 dm: pci: Add a function to get the BDF for a device by Simon Glass · Mon Jul 06 16:47:46 2015 -0600
  28. f2acb53 dm: eth: Add driver-model support to the rtl8169 driver by Simon Glass · Mon Jul 06 16:47:45 2015 -0600
  29. 318d71c dm: pci: Add support for PCI driver matching by Simon Glass · Mon Jul 06 16:47:44 2015 -0600
  30. 1b2e365 usb: Update some EHCI driver licenses to use SPDX by Simon Glass · Mon Jul 06 16:47:42 2015 -0600
  31. e855d26 usb: ehci: Correct a missing hypen in an error message by Simon Glass · Mon Jul 06 16:47:41 2015 -0600
  32. cdfc505 dm: core: Add \n to two dm_warn() messages by Simon Glass · Mon Jul 06 16:47:40 2015 -0600
  33. fc64961 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · Wed Jun 17 21:33:58 2015 +0200
  34. 5962748 musb: Add musb_host_data struct to hold global data by Hans de Goede · Wed Jun 17 21:33:57 2015 +0200
  35. 52666e2 musb: Rename and wrap public functions by Hans de Goede · Wed Jun 17 21:33:56 2015 +0200
  36. 4d8b8df musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · Wed Jun 17 21:33:55 2015 +0200
  37. 81c4998 musb: Allow musb_platform_enable to return an error code by Hans de Goede · Wed Jun 17 21:33:54 2015 +0200
  38. 9c20359 dm: usb: Do not assume that first child is always a hub by Hans de Goede · Wed Jun 17 21:33:53 2015 +0200
  39. a9e41f8 dm: usb: Allow usb host drivers to implement usb_reset_root_port by Hans de Goede · Wed Jun 17 21:33:52 2015 +0200
  40. 46ea73a dm: usb: Rename usb_find_child to usb_find_emul_child by Hans de Goede · Wed Jul 01 20:53:01 2015 +0200
  41. 89bcccd dm: usb: Use device_unbind_children to clean up usb devs on stop by Hans de Goede · Wed Jul 01 20:53:00 2015 +0200
  42. 246ba26 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea by Hans de Goede · Wed Jul 01 20:52:59 2015 +0200
  43. f97c8e2 dm: usb: Fix "usb tree" output by Hans de Goede · Wed Jun 17 21:33:50 2015 +0200
  44. a608ba6 dm: Export device_remove_children / device_unbind_children by Hans de Goede · Wed Jul 01 20:52:58 2015 +0200
  45. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · Wed Jun 17 21:33:48 2015 +0200
  46. 25293e4 usb: Pass device instead of portnr to usb_legacy_port_reset by Hans de Goede · Wed Jun 17 21:33:47 2015 +0200
  47. 778dc1c usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · Wed Jun 17 21:33:46 2015 +0200
  48. 3db6d8e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · Wed Jun 17 21:33:45 2015 +0200
  49. cb11031 dm: remove redundant CONFIG_DM from driver/core/Makefile by Masahiro Yamada · Mon Jul 13 13:17:16 2015 +0900
  50. 7ea9395 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · Thu Jul 09 22:11:49 2015 +0900
  51. 1d06ced dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · Tue Jul 07 18:51:32 2015 +0900
  52. 265142a test: Add a test for regmap by Simon Glass · Mon Jul 06 12:54:39 2015 -0600
  53. ead6497 dm: core: Add device checking to syscon_get_regmap() by Simon Glass · Mon Jul 06 12:54:38 2015 -0600
  54. 7e1cebf test: Add a macro to check that a value is not an error pointer by Simon Glass · Mon Jul 06 12:54:37 2015 -0600
  55. cf61f74 dm: test: Add a size to each reg property by Simon Glass · Mon Jul 06 12:54:36 2015 -0600
  56. cd55652 dm: test: Add a test for the system controller uclass by Simon Glass · Mon Jul 06 12:54:35 2015 -0600
  57. d783eb3 dm: test: Add a test for the LED uclass by Simon Glass · Mon Jul 06 12:54:34 2015 -0600
  58. bf3ac819 led: Return -ENODEV if the LED device cannot be found by Simon Glass · Mon Jul 06 12:54:33 2015 -0600
  59. d3e58e4 dm: test: Add a test for the mmc uclass by Simon Glass · Mon Jul 06 12:54:32 2015 -0600
  60. 3d355e6 dm: test: Add a test for the ram uclass by Simon Glass · Mon Jul 06 12:54:31 2015 -0600
  61. 5d72d71 dm: test: Add a test for the reset uclass by Simon Glass · Mon Jul 06 12:54:30 2015 -0600
  62. d860f22 sandbox: Use the reset driver to handle reset by Simon Glass · Mon Jul 06 12:54:29 2015 -0600
  63. a439f0a sandbox: Add a warm and cold reset driver by Simon Glass · Mon Jul 06 12:54:28 2015 -0600
  64. 249e34e dm: reset: Allow reset_walk() to return by Simon Glass · Mon Jul 06 12:54:27 2015 -0600
  65. 493061d sandbox: Support multiple reset types by Simon Glass · Mon Jul 06 12:54:26 2015 -0600
  66. 8cc4d82 dm: test: Add tests for the clk uclass by Simon Glass · Mon Jul 06 12:54:24 2015 -0600
  67. 5b0e996 dm: test: Allow test names to leave out the dm_test_ prefix by Simon Glass · Mon Jul 06 12:54:23 2015 -0600
  68. 8a42cbf dm: Add platform data advice and admonishment by Simon Glass · Mon Jul 06 12:54:22 2015 -0600
  69. 869b049 power: pmic: Use trailing_strtol() instead of a local function by Simon Glass · Tue Jun 23 15:39:16 2015 -0600
  70. 36ad234 dm: Add a clock uclass by Simon Glass · Tue Jun 23 15:39:15 2015 -0600
  71. 2aafefa zynq: Rename struct clk_ops to zynq_clk_ops by Simon Glass · Tue Jun 23 15:39:14 2015 -0600
  72. 1400086 dm: Add a system reset uclass by Simon Glass · Tue Jun 23 15:39:13 2015 -0600
  73. 139651f mkimage: Set up a file size parameter and keep it updated by Simon Glass · Tue Jun 23 15:39:12 2015 -0600
  74. 32f72f5 spl: Add a debug string before the jump to U-Boot by Simon Glass · Tue Jun 23 15:39:11 2015 -0600
  75. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · Tue Jun 23 15:39:10 2015 -0600
  76. 63884ec fdt: Provide debug info when a device tree cannot be found by Simon Glass · Tue Jun 23 15:39:09 2015 -0600
  77. 4aaa460 lib: Add function to extract a number from the end of a string by Simon Glass · Tue Jun 23 15:39:08 2015 -0600
  78. d0d58d2 Add rivest cipher 4 (rc4) implementation by Simon Glass · Tue Jun 23 15:39:07 2015 -0600
  79. 9246516 ns16550: Improve debug UART so it can work with 32-bit access by Simon Glass · Tue Jun 23 15:39:06 2015 -0600
  80. d941aaf dm: spi: Make local functions static by Simon Glass · Tue Jun 23 15:39:05 2015 -0600
  81. 3a2f3bd dm: Add support for RAM drivers by Simon Glass · Tue Jun 23 15:39:04 2015 -0600
  82. 49d06d2 Drop CONFIG_ERRNO_STR from SPL by Simon Glass · Tue Jun 23 15:39:03 2015 -0600
  83. 3513beb dm: power: Allow use of regulators in SPL by Simon Glass · Tue Jun 23 15:39:02 2015 -0600
  84. c3f21c3 dm: pmic: Add functions to adjust PMIC registers by Simon Glass · Tue Jun 23 15:39:01 2015 -0600
  85. 7f68521 dm: power: Use debug() for errors in regulator uclass by Simon Glass · Tue Jun 23 15:39:00 2015 -0600
  86. efeeb2c dm: power: Add a function to set up all regulators by Simon Glass · Tue Jun 23 15:38:59 2015 -0600
  87. 46cb824 dm: pmic: Split output from function by Simon Glass · Tue Jun 23 15:38:58 2015 -0600
  88. 991f9bc dm: power: Add regulator flags to centralise auto-set logic by Simon Glass · Tue Jun 23 15:38:57 2015 -0600
  89. ad28e00 dm: power: Avoid case-insensitve match for child names by Simon Glass · Tue Jun 23 15:38:56 2015 -0600
  90. c358881 mmc: Add structure comments for dwmmc by Simon Glass · Tue Jun 23 15:38:52 2015 -0600
  91. f22851a dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · Tue Jun 23 15:38:51 2015 -0600
  92. a4343c4 mmc: Add debug() output on read errors by Simon Glass · Tue Jun 23 15:38:50 2015 -0600
  93. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · Tue Jun 23 15:38:48 2015 -0600
  94. 5614db8 spl: Add debugging info for spl_mmc boot by Simon Glass · Tue Jun 23 15:38:47 2015 -0600
  95. 5a9390b dm: led: Add a driver for GPIO-controlled LEDs by Simon Glass · Tue Jun 23 15:38:46 2015 -0600
  96. cce3aed dm: Add support for LEDs by Simon Glass · Tue Jun 23 15:38:45 2015 -0600
  97. 6a84aaf dm: Add support for generic system controllers (syscon) by Simon Glass · Tue Jun 23 15:38:43 2015 -0600
  98. ad8f8ab dm: Add support for register maps (regmap) by Simon Glass · Tue Jun 23 15:38:42 2015 -0600
  99. 047cdb3 dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · Tue Jun 23 15:38:41 2015 -0600
  100. 215bcc7 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · Tue Jun 23 15:38:40 2015 -0600