1. 73348c0 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Apr 28 12:15:13 2015 -0400
  2. 0d1ce19 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Tue Apr 28 07:28:43 2015 -0400
  3. c35f6cb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Apr 24 13:43:24 2015 -0400
  4. 8e728cd armv8/ls2085aqds: NAND boot support by Scott Wood · Tue Mar 24 13:25:02 2015 -0700
  5. 3636534 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 23 13:53:09 2015 -0400
  6. fb9a9bd cmd, nand: add more info to "nand info" by Heiko Schocher · Sun Apr 12 10:18:09 2015 +0200
  7. d45c1b8 rtc: Set valid date after reset by Marek Vasut · Fri Apr 10 01:11:54 2015 +0200
  8. 820a18f armv8/fsl-lsch3: Update early MMU table by York Sun · Fri Mar 20 19:28:11 2015 -0700
  9. 3ec0288 cmd_mem: Store last address/size/etc as ulong by Scott Wood · Thu Mar 19 09:43:12 2015 -0700
  10. 9a49ec1 dm: Init device tree as well as driver model in SPL by Simon Glass · Fri Feb 27 22:06:42 2015 -0700
  11. 378dbdb Correct malloc_limit value for pre-relocation malloc() by Simon Glass · Fri Feb 27 22:06:37 2015 -0700
  12. d1d087d Move initf_malloc() to a common place by Simon Glass · Fri Feb 27 22:06:36 2015 -0700
  13. a087767 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · Fri Feb 27 22:06:35 2015 -0700
  14. 26b78b2 fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · Fri Feb 27 22:06:34 2015 -0700
  15. 448e9df cmd_led: Extend led command to support blinking and more leds by Stefan Roese · Wed Mar 11 09:51:39 2015 +0100
  16. e36994b cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · Fri Mar 20 10:27:54 2015 +0800
  17. 20072f8 unzip: add gzwrite command to write compressed image to block device by Eric Nelson · Sun Feb 15 16:16:07 2015 -0700
  18. 5d7c6b5 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · Wed Apr 08 11:45:39 2015 -0700
  19. ef4f711 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · Fri Jan 09 14:39:22 2015 +0100
  20. b064ebb kconfig: remove duplicated CMD_DNS option by Andrey Skvortsov · Sun Apr 19 14:58:43 2015 +0300
  21. d9ba8a6 mii: add read-modify-write option to mii command by Tim James · Wed Mar 25 11:55:15 2015 +0000
  22. 13ba5d0 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Apr 20 09:13:52 2015 -0400
  23. 45af07c pxe: Ensure all memory access is to mapped memory by Sjoerd Simons · Mon Apr 13 22:54:25 2015 +0200
  24. 3f6b8d8 sandbox: Implement host dev [device] by Sjoerd Simons · Mon Apr 13 22:54:23 2015 +0200
  25. 609d7fc sandbox: Renamed sb command to host by Sjoerd Simons · Mon Apr 13 22:54:22 2015 +0200
  26. 23c7693 sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig by Simon Glass · Fri Mar 06 13:19:09 2015 -0700
  27. 5322d62 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · Mon Mar 02 17:04:37 2015 -0700
  28. dbad346 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · Sun Apr 05 16:07:39 2015 -0600
  29. eb637cd Avoid calling print_eths() with driver model by Simon Glass · Sun Apr 05 16:07:38 2015 -0600
  30. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
  31. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · Wed Apr 08 01:41:17 2015 -0500
  32. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · Wed Apr 08 01:41:15 2015 -0500
  33. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · Wed Apr 08 01:41:14 2015 -0500
  34. 6470159 net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · Wed Apr 08 01:41:07 2015 -0500
  35. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · Wed Apr 08 01:41:03 2015 -0500
  36. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  37. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  38. 5f1296b dm: usb: Support driver model with USB keyboards by Simon Glass · Wed Mar 25 12:22:34 2015 -0600
  39. fcdc0c3 dm: usb: Split out the keyboard probe into its own function by Simon Glass · Wed Mar 25 12:22:33 2015 -0600
  40. ac9774e dm: usb: Convert usb_storage to driver model by Simon Glass · Wed Mar 25 12:22:16 2015 -0600
  41. df7d34f dm: usb: Move storage device scanning into its own function by Simon Glass · Wed Mar 25 12:22:15 2015 -0600
  42. 0f50b16 Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · Thu Apr 16 17:27:34 2015 -0600
  43. 332a9b6 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · Wed Mar 25 12:22:14 2015 -0600
  44. 5c3c91c dm: usb: Simply device finding code in usb_storage by Simon Glass · Wed Mar 25 12:22:13 2015 -0600
  45. 78330d6 dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · Wed Mar 25 12:22:12 2015 -0600
  46. 6f41465 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · Wed Mar 25 12:22:11 2015 -0600
  47. 6ab43b6 dm: usb: Add driver model support for hubs by Simon Glass · Wed Mar 25 12:22:10 2015 -0600
  48. f977c18 dm: usb: Split hub detection into its own function by Simon Glass · Wed Mar 25 12:22:09 2015 -0600
  49. 2674e26 dm: usb: Convert core usb.c file to support driver model by Simon Glass · Wed Mar 25 12:22:08 2015 -0600
  50. 668c53f dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · Wed Mar 25 12:22:07 2015 -0600
  51. aad719f dm: usb: Split out more code from usb_new_device() by Simon Glass · Wed Mar 25 12:22:06 2015 -0600
  52. bbca491 dm: usb: Move descriptor setup code into its own function by Simon Glass · Wed Mar 25 12:22:05 2015 -0600
  53. c093d6d dm: usb: Refactor port resets by Simon Glass · Wed Mar 25 12:22:04 2015 -0600
  54. f4cdfeb dm: usb: Drop the legacy USB init sequence by Simon Glass · Wed Mar 25 12:22:03 2015 -0600
  55. 19e8151 dm: usb: Convert 'usb' command to support driver model by Simon Glass · Wed Mar 25 12:22:02 2015 -0600
  56. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · Wed Mar 25 12:22:01 2015 -0600
  57. 729e257 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · Wed Mar 25 12:22:00 2015 -0600
  58. a6b777b cros_ec: Remove unused cros_ec_board_init() function by Simon Glass · Thu Mar 26 09:29:36 2015 -0600
  59. 7441523 cros_ec: Drop unused CONFIG_DM_CROS_EC by Simon Glass · Thu Mar 26 09:29:32 2015 -0600
  60. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · Thu Mar 26 09:29:26 2015 -0600
  61. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · Sun Mar 22 17:09:10 2015 -0500
  62. ba86783 cmd: net: Clean up return codes by Joe Hershberger · Sun Mar 22 17:09:09 2015 -0500
  63. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  64. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  65. a3c8e86 common/lcd_console: introduce display/framebuffer rotation by Hannes Petermaier · Fri Mar 27 08:01:38 2015 +0100
  66. a030d82 common/lcd_console: move single static variables into common (static) structure by Hannes Petermaier · Fri Mar 27 08:01:37 2015 +0100
  67. f5f5ef2 common/lcd_console: ask only one-time for bg/fg-color per call by Hannes Petermaier · Fri Mar 27 08:01:36 2015 +0100
  68. a165404 common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy by Hannes Petermaier · Fri Mar 27 08:01:35 2015 +0100
  69. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · Thu Mar 05 12:25:25 2015 -0700
  70. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  71. 3c4a287 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · Thu Mar 05 12:25:18 2015 -0700
  72. 7af8d05 dm: Add a new CPU init function which can use driver model by Simon Glass · Thu Mar 05 12:25:16 2015 -0700
  73. 8672ada fastboot: Proper download gadget unregister and clear when cable is missing by Paul Kocialkowski · Sat Mar 28 18:22:49 2015 +0100
  74. ced3349 fastboot: check for alias when looking up partition by name by Michael Scott · Wed Mar 11 10:02:31 2015 -0700
  75. c884884 dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts by Heiko Schocher · Tue Apr 14 09:53:13 2015 +0200
  76. 726c123 cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text by Fabio Estevam · Sat Feb 28 15:11:46 2015 -0300
  77. e0d67df usb: gadget: thor: Invoke board specific USB cleanup interface by Inha Song · Tue Mar 03 17:32:06 2015 +0100
  78. 3ab2d77 usb: gadget: UMS: Invoke board specific USB cleanup interface by Inha Song · Tue Mar 03 17:32:05 2015 +0100
  79. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · Mon Feb 23 18:40:23 2015 +0530
  80. ae07a84 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · Mon Feb 23 18:40:18 2015 +0530
  81. acda1d5 usb: hub: allow pgood_delay to be specified via env by Tim Harvey · Wed Apr 08 12:21:12 2015 -0700
  82. 793b6aa usb: fix first descriptor fetch error handling by Stephen Warren · Wed Apr 08 21:27:49 2015 -0600
  83. 1b41200 usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · Sat Apr 04 15:12:29 2015 +0200
  84. 8f8114d usb: Check usb_new_device for failure by Paul Kocialkowski · Sat Apr 04 15:12:28 2015 +0200
  85. 8c26176 usb: usb_new_device return codes consistency by Paul Kocialkowski · Sat Apr 04 15:12:27 2015 +0200
  86. 57236d5 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · Wed Apr 01 17:18:46 2015 +0300
  87. 20f3eb8 usb_storage : scan all interfaces to find a storage device by Franck Jullien · Wed Mar 04 21:07:00 2015 +0100
  88. 5df417b common/armflash: Support for ARM flash images by Linus Walleij · Sun Apr 05 01:48:31 2015 +0200
  89. 7a96f5a Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Apr 10 09:38:38 2015 -0400
  90. 6a889f2 common, ubi: use positive return values for ubi check by Stefan Agner · Fri Apr 10 11:25:43 2015 +0200
  91. 287b094 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:50 2015 +0200
  92. ed1cb1a lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:49 2015 +0200
  93. b918088 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · Tue Apr 07 09:38:54 2015 -0400
  94. d319f59 cmd_mem: cleanups, catch bad usage by Pavel Machek · Wed Apr 01 13:50:41 2015 +0200
  95. 12f1a54 env_sf: Fix recovery default by Mario Schuknecht · Tue Mar 24 08:59:00 2015 +0100
  96. 913e9f0 arc: clean-up init procedure by Alexey Brodkin · Tue Feb 24 19:40:36 2015 +0300
  97. ae6ad78 nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · Tue Feb 03 11:58:16 2015 -0600
  98. 5fa8b98 cmd_nand: Verify writes to NAND by Peter Tyser · Tue Feb 03 11:58:13 2015 -0600
  99. e23aed3 m68k: fix 3 broken boards by angelo@sysam.it · Sat Mar 28 11:34:52 2015 +0100
  100. 7350318 common/board_f: move board_init_f_mem() from #else CONFIG_X86 by Alexey Brodkin · Tue Mar 24 11:12:47 2015 +0300