1. f4dc96a net: Improve error handling by Joe Hershberger · Sun Mar 22 17:09:24 2015 -0500
  2. c96323f sandbox: Enable DHCP and IP defrag by Joe Hershberger · Sun Mar 22 17:09:22 2015 -0500
  3. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · Sun Mar 22 17:09:16 2015 -0500
  4. e4d7cb1 sandbox: eth: Add ARP and PING response to sandbox driver by Joe Hershberger · Sun Mar 22 17:09:14 2015 -0500
  5. 6ab7699 sandbox: eth: Add network support to sandbox by Joe Hershberger · Sun Mar 22 17:09:13 2015 -0500
  6. 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · Sun Mar 22 17:09:12 2015 -0500
  7. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · Sun Mar 22 17:09:11 2015 -0500
  8. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · Sun Mar 22 17:09:10 2015 -0500
  9. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  10. aca1c31 net: Use int instead of u8 for boolean flag by Joe Hershberger · Sun Mar 22 17:09:05 2015 -0500
  11. e1e8a8c net: Refactor in preparation for driver model by Joe Hershberger · Sun Mar 22 17:09:03 2015 -0500
  12. b79dda3 net: Remove unneeded "extern" in net.h by Joe Hershberger · Sun Mar 22 17:09:02 2015 -0500
  13. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · Sun Mar 22 17:09:00 2015 -0500
  14. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  15. 3da658a dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · Thu Mar 05 12:25:32 2015 -0700
  16. 7a115d4 dm: sandbox: pci: Enable PCI for sandbox by Simon Glass · Thu Mar 05 12:25:30 2015 -0700
  17. d9e90bb dm: sandbox: pci: Add a PCI emulation uclass by Simon Glass · Thu Mar 05 12:25:28 2015 -0700
  18. b94dc89 dm: pci: Add a uclass for PCI by Simon Glass · Thu Mar 05 12:25:25 2015 -0700
  19. 75532d8 dm: pci: Move common PCI functions into their own file by Simon Glass · Thu Mar 05 12:25:24 2015 -0700
  20. 9c1f382 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · Thu Mar 05 12:25:22 2015 -0700
  21. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  22. 2eb77f1 fdt: Tighten up error handling in fdtdec_get_pci_addr() by Simon Glass · Thu Mar 05 12:25:19 2015 -0700
  23. 7af8d05 dm: Add a new CPU init function which can use driver model by Simon Glass · Thu Mar 05 12:25:16 2015 -0700
  24. 9ffbe33 fdt: Export fdtdec_get_number() for general use by Simon Glass · Thu Mar 05 12:25:14 2015 -0700
  25. 5f8865f x86: Add support for panther (Asus Chromebox) by Simon Glass · Mon Mar 02 12:40:54 2015 -0700
  26. 4837e6e x86: Move common Chromebook config into a separate file by Simon Glass · Mon Mar 02 12:40:53 2015 -0700
  27. 99c5173 x86: pci: Add PCI IDs for lynxpoint by Simon Glass · Mon Mar 02 12:40:51 2015 -0700
  28. 273ac5b Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Thu Apr 16 12:51:23 2015 -0400
  29. 0a3ec0a sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · Fri Apr 10 23:09:52 2015 +0200
  30. 2fae3e7 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · Fri Apr 10 23:09:51 2015 +0200
  31. cb189b7 power: axp209: Registers definitions in header by Paul Kocialkowski · Sun Mar 22 18:08:21 2015 +0100
  32. 6d95489 power: axp152: Registers definitions in header by Paul Kocialkowski · Sun Mar 22 18:08:20 2015 +0100
  33. 6604a13 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · Sun Mar 22 18:07:09 2015 +0100
  34. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · Mon Feb 23 18:40:23 2015 +0530
  35. 3a8a22b include: configs: Enable DWC3 and DFU in AM43xx by Kishon Vijay Abraham I · Mon Feb 23 18:40:22 2015 +0530
  36. 2408076 include: configs: Enable DWC3 and DFU in DRA7xx by Kishon Vijay Abraham I · Mon Feb 23 18:40:20 2015 +0530
  37. e99e37b usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · Mon Feb 23 18:40:12 2015 +0530
  38. 0bc879b usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · Mon Feb 23 18:40:11 2015 +0530
  39. ee0bb0a dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:10 2015 +0530
  40. 6311ae7 usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · Mon Feb 23 18:40:09 2015 +0530
  41. dcc2c44 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · Mon Feb 23 18:40:08 2015 +0530
  42. e9808cf usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:07 2015 +0530
  43. 1cee7b1 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · Mon Feb 23 18:40:06 2015 +0530
  44. dc5c653 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:05 2015 +0530
  45. 2cdd496 include: dwc3-uboot: add a structure for populating platform data by Kishon Vijay Abraham I · Mon Feb 23 18:40:03 2015 +0530
  46. e7e1709 include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error by Kishon Vijay Abraham I · Mon Feb 23 18:40:01 2015 +0530
  47. 35ffd28 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:39:58 2015 +0530
  48. c2b77b6 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · Mon Feb 23 18:39:54 2015 +0530
  49. 021a582 include: usb: modify gadget.h to include udc support by Kishon Vijay Abraham I · Mon Feb 23 18:39:47 2015 +0530
  50. f4b6753 Create API to map between CPU physical and bus addresses by Stephen Warren · Tue Mar 24 20:07:33 2015 -0600
  51. 94938d8 usb: Convert protocol header structures to use explicitly sized variables by Sergey Temerkhanov · Wed Apr 01 17:18:44 2015 +0300
  52. 9a36b5b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Apr 13 10:52:46 2015 -0400
  53. 396a904 Merge git://git.denx.de/u-boot-arc by Tom Rini · Fri Apr 10 12:39:13 2015 -0400
  54. 48fd615 integrator: consolidate flash info by Linus Walleij · Sun Apr 05 01:48:33 2015 +0200
  55. c39566a vexpress64: juno: add default NOR flash boot by Linus Walleij · Sun Apr 05 01:48:32 2015 +0200
  56. 7a96f5a Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Apr 10 09:38:38 2015 -0400
  57. ee69a39 lpc32xx: add support for board work_92105 by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:51 2015 +0200
  58. ed1cb1a lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:49 2015 +0200
  59. 34b3b4b dtt: add ds620 support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:48 2015 +0200
  60. 391e163 lpc32xx: add Ethernet support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:43 2015 +0200
  61. 56f860f omap3: pandora: use common configuration by Grazvydas Ignotas · Thu Apr 09 02:14:33 2015 +0300
  62. 9857717 mcx: update maintainer and convert to generic board by Anatolij Gustschin · Wed Apr 08 13:49:41 2015 +0200
  63. f8f13b1 board: axs10x - support v3 mother-board by Alexey Brodkin · Thu Apr 09 19:50:58 2015 +0300
  64. fddfa9c ARM: mx5: add support for USB armory board by Andrej Rosano · Wed Apr 08 18:56:30 2015 +0200
  65. fc34dd0 mx53loco: Disable printing cpuinfo by Fabio Estevam · Mon Apr 06 11:23:07 2015 -0300
  66. f106bf5 config: exynos: trats2: Enable support for Image.itb at trats2 device by Łukasz Majewski · Wed Apr 01 12:34:30 2015 +0200
  67. cfbfc4d config: exynos: trats: Enable support for Image.itb at trats device by Łukasz Majewski · Wed Apr 01 12:34:29 2015 +0200
  68. e8cbc04 config: exynos: common: Provide env variables to support Image.itb by Łukasz Majewski · Wed Apr 01 12:34:28 2015 +0200
  69. b2d517b config: peach: Correct memory layout environment settings by Sjoerd Simons · Thu Mar 12 22:33:29 2015 +0100
  70. bfc3b29 exynos5: add trace feature #ifdef in exynos5-common.h by Inha Song · Fri Mar 13 17:48:35 2015 +0900
  71. 6e8c723 Merge git://git.denx.de/u-boot-arc by Tom Rini · Fri Apr 03 09:14:44 2015 -0400
  72. c1a1955 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Fri Apr 03 09:14:38 2015 -0400
  73. a3cd548 board: Switch Abilis TB-100 board to Driver Model for serial port by Alexey Brodkin · Fri Mar 27 13:24:35 2015 +0300
  74. f0dd458 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Tue Mar 31 19:15:59 2015 -0400
  75. 4258754 ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h by Wu, Josh · Mon Mar 30 14:51:19 2015 +0800
  76. 9c70939 ARM: atmel: at91sam9n12ek: enable spl support by Bo Shen · Fri Mar 27 14:23:36 2015 +0800
  77. 9a3b1fe ARM: atmel: at91sam9x5ek: enable spl support by Bo Shen · Fri Mar 27 14:23:35 2015 +0800
  78. c56e9f4 ARM: atmel: at91sam9m10g45ek: enable spl support by Bo Shen · Fri Mar 27 14:23:34 2015 +0800
  79. 32abdfe ARM: at91: at91sam9n12ek: save the environment to a fat file in MMC card by Wu, Josh · Tue Mar 24 17:07:22 2015 +0800
  80. 358f579 arm, at91: corvus: move MACH_TYPE to defconfig by Heiko Schocher · Tue Mar 17 08:26:11 2015 +0100
  81. 34e9ddf Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Tue Mar 31 17:17:06 2015 -0400
  82. d06691d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · Tue Mar 31 11:45:36 2015 -0400
  83. ae6ad78 nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · Tue Feb 03 11:58:16 2015 -0600
  84. bc4bf94 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · Tue Feb 03 11:58:15 2015 -0600
  85. c9d92cf nand: Add verification functions by Peter Tyser · Tue Feb 03 11:58:12 2015 -0600
  86. c8e8a33 nand: Remove unused read/write structures by Peter Tyser · Tue Feb 03 10:24:05 2015 -0600
  87. 3cf94c4 nand: Remove unused CONFIG_MTD_NAND_ECC_JFFS2 option by Peter Tyser · Tue Feb 03 10:11:59 2015 -0600
  88. 5382953 ARM: tegra: update colibri_t20 configuration by Marcel Ziswiler · Thu Mar 26 02:17:27 2015 +0100
  89. cad18b8 ARM: tegra: rename colibri_t20 board/configuration/device-tree by Marcel Ziswiler · Thu Mar 26 01:31:54 2015 +0100
  90. 5d12466 tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO by Simon Glass · Mon Mar 09 19:12:56 2015 -0600
  91. e8829b6 qspi: dra7x: enable quad mode read for ti-qspi driver by Ravi Babu · Wed Feb 11 18:54:29 2015 -0500
  92. 630df14 sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clock by Iain Paton · Sat Mar 28 10:26:38 2015 +0000
  93. 659845a powerpc: ppc4xx: convert AMCC boards to generic board by Anatolij Gustschin · Sat Mar 28 16:49:47 2015 +0100
  94. e23aed3 m68k: fix 3 broken boards by angelo@sysam.it · Sat Mar 28 11:34:52 2015 +0100
  95. a90caa3 vexpress64: cut config and defaults for unclear variant by Linus Walleij · Mon Mar 23 11:06:14 2015 +0100
  96. e08177c vexpress64: remove board late init, use smhload by Linus Walleij · Mon Mar 23 11:06:12 2015 +0100
  97. 82cc6fa config: Define BOOTP client architecture and VCI for ARMv8 by Thierry Reding · Fri Mar 20 13:11:58 2015 +0100
  98. e2d901e config: Use booti instead of bootz on 64-bit ARM by Thierry Reding · Fri Mar 20 12:56:17 2015 +0100
  99. 4d5fd81 ARM: omap4_panda: enable saveenv command by maxin.john@enea.com · Wed Mar 18 10:51:47 2015 +0100
  100. 0e4f3df m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · Fri Mar 27 17:01:12 2015 +0900