1. 989e8b2 stm32f429: pass the device unique ID in DTB by Antonio Borneo · Sun Jul 19 22:19:46 2015 +0800
  2. 53112f2 Kill unneeded #include <linux/kconfig.h> by Masahiro Yamada · Fri Jul 17 20:30:28 2015 +0900
  3. 208ef29 board: ks2: README: fix typos by Nishanth Menon · Thu Jul 16 10:14:49 2015 -0500
  4. d369034 am33xx: Unused get_board_rev function removal by Paul Kocialkowski · Thu Jul 16 15:36:41 2015 +0200
  5. 9055378 omap3: CONFIG_REVISION_TAG ifdef check for get_board_rev by Paul Kocialkowski · Thu Jul 16 15:10:20 2015 +0200
  6. 52eb41d omap5: Definitions for SYS_BOOT-based fallback boot device selection by Paul Kocialkowski · Wed Jul 15 16:02:26 2015 +0200
  7. c1a3e7e omap4: Definitions for SYS_BOOT-based fallback boot device selection by Paul Kocialkowski · Wed Jul 15 16:02:25 2015 +0200
  8. 368beeb omap3: Definitions for SYS_BOOT-based fallback boot device selection by Paul Kocialkowski · Wed Jul 15 16:02:24 2015 +0200
  9. 062fbb6 omap-common: SYS_BOOT-based fallback boot device selection for peripheral boot by Paul Kocialkowski · Wed Jul 15 16:02:23 2015 +0200
  10. 265f291 siemens-am33x-common: Hardcoded value instead of non-included define by Paul Kocialkowski · Wed Jul 15 16:02:22 2015 +0200
  11. b16d6d5 omap-common: Boot device define instead of hardcoded value by Paul Kocialkowski · Wed Jul 15 16:02:21 2015 +0200
  12. 851c4e7 omap: SPL boot devices cleanup and completion by Paul Kocialkowski · Wed Jul 15 16:02:20 2015 +0200
  13. d5b7624 omap-common: Common boot code OMAP3 support and cleanup by Paul Kocialkowski · Wed Jul 15 16:02:19 2015 +0200
  14. 5865450 kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86 by Masahiro Yamada · Wed Jul 15 20:59:29 2015 +0900
  15. 499a538 nds32: include <asm/arch-*/*.h> instead of <asm/arch/*.h> by Masahiro Yamada · Wed Jul 15 20:59:28 2015 +0900
  16. 7f7335e generic_board: Call "checkboard" even though the root node has a "model" property by Haikun.Wang@freescale.com · Thu Jul 09 19:58:03 2015 +0800
  17. c2d7e60 keystone2: net: add mcast function to keyston2 Ethernet driver by Vitaly Andrianov · Wed Jul 08 11:56:01 2015 -0400
  18. aa750ed keystone2: add wfi in to the core_spin loop by Vitaly Andrianov · Wed Jul 08 11:40:14 2015 -0400
  19. 9da159b misc: led: pca9551_led: Fix problem with multiple blink frequencies by Stefan Roese · Mon Jul 06 13:35:55 2015 +0200
  20. 5837d22 stm32f429-discovery: Use ttyS0 as the console device by rev13@wp.pl · Sun Jul 05 12:54:23 2015 +0200
  21. 5df36a9 kbuild: use relative path more to include Makefile by Masahiro Yamada · Sun Jul 05 01:56:57 2015 +0900
  22. 1072aba kbuild: do not add $((generic-)offsets-file) to targets by Masahiro Yamada · Sun Jul 05 01:56:56 2015 +0900
  23. 56fc3ba kbuild: sync with Linux 4.1 by Masahiro Yamada · Sun Jul 05 01:56:55 2015 +0900
  24. 331cec3 kconfig: sync with Linux 4.1 by Masahiro Yamada · Sun Jul 05 01:56:54 2015 +0900
  25. d546c4e config: ti_omap5_common: Palmas power support in SPL by Paul Kocialkowski · Thu Jul 02 00:20:25 2015 +0200
  26. 4e949e2 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Sat Jul 25 09:04:18 2015 -0400
  27. ddb5318 sunxi: Enable both ehci and otg in host mode on various boards by Hans de Goede · Thu Jun 18 18:19:22 2015 +0200
  28. 0c86ceb sunxi: ga10h: Enable both otg and regular usb host controllers by Hans de Goede · Wed Jun 17 21:16:59 2015 +0200
  29. 78c2e64 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · Thu Jun 18 18:21:33 2015 +0200
  30. 31e4f6f sunxi: musb: Improve output during probing by Hans de Goede · Thu Jun 18 22:45:34 2015 +0200
  31. 0b3845a sunxi: musb: Use device-model for musb host mode by Hans de Goede · Wed Jun 17 17:44:58 2015 +0200
  32. ea059bf sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · Wed Jun 17 15:49:26 2015 +0200
  33. c77fbfb sunxi: musb: Add id pin support by Hans de Goede · Sun Jun 14 17:40:37 2015 +0200
  34. c93ecd0 sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · Sun Jun 14 16:48:56 2015 +0200
  35. aadd97f sunxi: usb-phy: Add support for reading otg id pin value by Hans de Goede · Sun Jun 14 17:29:53 2015 +0200
  36. 16eac656 sunxi: Enable CMD_USB and USB_STORAGE by default on sunxi by Hans de Goede · Wed Jun 17 20:54:07 2015 +0200
  37. 10e8717 sunxi: Update selects in arch/arm/Kconfig for DM conversions by Tom Rini · Tue Jun 30 16:51:15 2015 -0400
  38. 40dd321 sunxi: Remove bogus uart entry from utoo-p66 dts file by Hans de Goede · Sat Jul 25 11:20:38 2015 +0200
  39. 5e80377 Merge git://git.denx.de/u-boot-usb by Tom Rini · Fri Jul 24 16:39:56 2015 -0400
  40. c267e7b usb: ci_udc: fix request allocation when endpoints are disabled by Rob Herring · Fri Jul 24 10:14:21 2015 -0500
  41. 25d9a6d sunxi: spl: Remove redundant check from `board_mmc_init` for signature by Daniel Kochmański · Fri May 29 17:21:00 2015 +0200
  42. e8b97e2 sunxi: spl: Detect at runtime where SPL was read from by Daniel Kochmański · Fri May 29 16:55:42 2015 +0200
  43. 8c95c51 sunxi: Create helper function veryfing valid boot signature on MMC by Daniel Kochmański · Fri May 29 16:55:41 2015 +0200
  44. 13df57b mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · Fri May 29 16:55:43 2015 +0200
  45. 1ada377 arm: marvell: Increase MAXARGS to 32 by Stefan Roese · Thu Jul 23 10:26:11 2015 +0200
  46. 6f7d667 arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot support by Stefan Roese · Mon Jul 20 11:20:40 2015 +0200
  47. d0503cd spl: spl_mmc: Add option to boot from a MMC partition with offset by Stefan Roese · Mon Jul 20 11:20:39 2015 +0200
  48. 69e9dde kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS by Stefan Roese · Mon Jul 20 11:20:38 2015 +0200
  49. 539fe4a kwbimage: Add support for SDIO/MMC boot device selection by Stefan Roese · Mon Jul 20 11:20:37 2015 +0200
  50. 6396213 arm: mvebu: Add SPL SDIO/MMC boot support by Stefan Roese · Mon Jul 20 11:20:36 2015 +0200
  51. facc37f Merge git://git.denx.de/u-boot-uniphier by Tom Rini · Thu Jul 23 11:46:05 2015 -0400
  52. 5856549 ARM: UniPhier: document reference support card by Masahiro Yamada · Tue Jul 21 14:04:24 2015 +0900
  53. 3e27895 ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3 by Masahiro Yamada · Tue Jul 21 14:04:23 2015 +0900
  54. fa71441 ARM: UniPhier: add PH1-sLD3 SoC support by Masahiro Yamada · Tue Jul 21 14:04:22 2015 +0900
  55. f0fdc1b ARM: UniPhier: update CONFIG_BOOTARGS by Masahiro Yamada · Tue Jul 21 14:04:21 2015 +0900
  56. b033837 ARM: UniPhier: disable CONFIG_FIT by Masahiro Yamada · Tue Jul 21 14:04:20 2015 +0900
  57. eebc129 ARM: UniPhier: add environment variable for TFTP boot by Masahiro Yamada · Tue Jul 21 14:04:19 2015 +0900
  58. ec81fb5 ARM: UniPhier: add environment sets for non-FIT Linux boot by Masahiro Yamada · Tue Jul 21 14:04:18 2015 +0900
  59. 0c503b6 ARM: dts: UniPhier: add device-specific compatible string for EEPROM by Masahiro Yamada · Mon Jul 13 10:35:34 2015 +0900
  60. 2ae17c9 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Thu Jul 23 09:02:28 2015 -0400
  61. 5caab19 arm: mvebu: db-88f6820: Add SPL support with DDR init code by Stefan Roese · Wed Mar 25 13:35:15 2015 +0100
  62. 61cee0a arm: mvebu: a38x: Use correct PEX register access macros by Stefan Roese · Mon Jun 08 17:01:26 2015 +0200
  63. 5ffceb8 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · Thu Mar 26 15:36:56 2015 +0100
  64. 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
  65. 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
  66. 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
  67. 8ec49a6 Makefile: Fix mvebu build target to use SPL load and exe-address by Stefan Roese · Mon Apr 20 11:17:16 2015 +0200
  68. 73acffe arm: mvebu: Disable MMU before changing register base address by Stefan Roese · Fri Apr 24 10:49:11 2015 +0200
  69. d7f2c12 arm: mvebu: spl.c: Add call to board_early_init_f() by Stefan Roese · Fri Apr 17 18:13:06 2015 +0200
  70. 8588a7b arm: mvebu: Use default reg base address for SPL on A38x by Stefan Roese · Fri Apr 17 18:12:41 2015 +0200
  71. e0fa3b8 ci_udc: fix 64-bit compile warnings by Stephen Warren · Wed Jul 22 15:16:20 2015 -0600
  72. d04fe8b arm: mvebu: Call timer_init early before PHY and DDR init by Stefan Roese · Wed Jul 15 15:36:52 2015 +0200
  73. 3ceae9e arm: mvebu: add Armada XP SATA support by Anton Schubert · Wed Jul 15 14:50:05 2015 +0200
  74. 7b5ec7e linux_compat: handle __GFP_ZERO in kmalloc() by Masahiro Yamada · Mon Jul 13 13:17:07 2015 +0900
  75. c537347 linux_compat: move vzalloc() to header file as an inline function by Masahiro Yamada · Mon Jul 13 13:17:06 2015 +0900
  76. 34d20f8 linux_compat: remove cpu_relax() define by Masahiro Yamada · Mon Jul 13 13:17:05 2015 +0900
  77. c9c310c x86: delete unneeded declarations of disable_irq() and enable_irq() by Masahiro Yamada · Mon Jul 13 13:17:04 2015 +0900
  78. 44123cf usb: ehci-marvell: Drop wrl accessor function by Stefan Roese · Wed Jul 22 10:01:30 2015 +0200
  79. f84f091 usb: CONFIG_USB_FASTBOOT prefix replacement for consistency by Paul Kocialkowski · Mon Jul 20 12:38:22 2015 +0200
  80. 3d31026 implement Fastboot via USB OTG on bcm28155_ap boards by Jiandong Zheng · Thu Jul 09 14:26:40 2015 -0700
  81. 88bb7c0 usb: gadget: bcm_udc_otg files by Jiandong Zheng · Thu Jul 09 14:26:39 2015 -0700
  82. f29810e g_dnl: add missing declaration by Steve Rae · Thu Jul 09 14:26:38 2015 -0700
  83. 2032bfd usb: gadget: fastboot: Dequeue the previous IN request for the current request by Paul Kocialkowski · Sat Jul 04 16:46:16 2015 +0200
  84. 4a126b6 usb: gadget: fastboot: Request status and length check in rx handler by Paul Kocialkowski · Sat Jul 04 16:46:15 2015 +0200
  85. 6b9f728 fastboot: Dynamic controller index for usb_gadget_handle_interrupts by Paul Kocialkowski · Sun May 24 11:41:04 2015 +0200
  86. 46f9729 usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget code by Paul Kocialkowski · Fri Jun 12 19:57:01 2015 +0200
  87. d48378f usb: board_usb_init and board_usb_cleanup calls in the fastboot command by Paul Kocialkowski · Fri Jun 12 19:57:00 2015 +0200
  88. d55acc0 usb: Fastboot function config for better consistency with other functions by Paul Kocialkowski · Fri Jun 12 19:56:59 2015 +0200
  89. 045d605 usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · Fri Jun 12 19:56:58 2015 +0200
  90. d5e033b drivers: usb: fsl: Remove LS102XA immap inclusion by Nikhil Badola · Wed Jun 24 10:52:48 2015 +0530
  91. e28e0f2 include: usb: Map USB controller base addresses for LS2085A by Nikhil Badola · Tue Jun 23 09:18:20 2015 +0530
  92. a740dfb include: usb: Move USB controller base address mapping by Nikhil Badola · Tue Jun 23 09:18:03 2015 +0530
  93. 807babb drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller by Nikhil Badola · Tue Jun 23 09:17:49 2015 +0530
  94. 05a18f4 drivers: usb: fsl: Remove warnings for 64-bit architectures by Nikhil Badola · Tue Jun 23 09:17:32 2015 +0530
  95. 757219e ls1021aqds: Enable USB IP support by Ramneek Mehresh · Fri May 29 14:47:22 2015 +0530
  96. eed80b0 ls1021atwr: Enable USB IP support by Ramneek Mehresh · Fri May 29 14:47:21 2015 +0530
  97. e39289e arch: arm: fsl: Add XHCI support for LS1021A by Ramneek Mehresh · Fri May 29 14:47:20 2015 +0530
  98. f4de407 usb: fsl: Add XHCI driver support by Ramneek Mehresh · Fri May 29 14:47:19 2015 +0530
  99. d1fbfbd usb: xhci: keystone: Remove common dwc3 drv functions calls by Ramneek Mehresh · Fri May 29 14:47:18 2015 +0530
  100. 8099940 usb: xhci: omap: Remove common dwc3 drv functions calls by Ramneek Mehresh · Fri May 29 14:47:17 2015 +0530