1. 0b7e1df ARM: UniPhier: enable USB features by Masahiro Yamada · Fri Nov 07 18:48:34 2014 +0900
  2. 21b8890 usb: UniPhier: add UniPhier on-chip EHCI host driver support by Masahiro Yamada · Fri Nov 07 18:48:33 2014 +0900
  3. 9c2c1a4 ARM: UniPhier: add MIO register file by Masahiro Yamada · Fri Nov 07 18:48:32 2014 +0900
  4. 1b0a06b usb: add basic USB configs in Kconfig by Masahiro Yamada · Fri Nov 07 18:48:31 2014 +0900
  5. c5f67ba ARM: UniPhier: add EHCI host pin settings for PH1-Pro4 by Masahiro Yamada · Fri Nov 07 18:33:52 2014 +0900
  6. b0c7904 ARM: UniPhier: move DDR related configuration to Kconfig by Masahiro Yamada · Thu Nov 06 20:16:42 2014 +0900
  7. efbc5a2 ARM: UniPhier: reset on-board devices on start-up by Masahiro Yamada · Wed Nov 05 14:25:15 2014 +0900
  8. 9caae5e serial: UniPhier: borrow macros from linux/serial_reg.h by Masahiro Yamada · Thu Oct 30 12:11:14 2014 +0900
  9. 3746a4d Prepare v2015.01-rc1 by Tom Rini · Mon Nov 10 16:19:51 2014 -0500
  10. 8edb116 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Nov 10 09:20:52 2014 -0500
  11. 36806a3 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · Mon Nov 10 09:20:38 2014 -0500
  12. 4cb650f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Nov 07 20:35:20 2014 -0500
  13. 21f0dbe Added support for comments in input to mkenvimage. by Dominik Muth · Thu Aug 28 12:25:27 2014 +0200
  14. 8d119d8 ZFS: Clean up cppcheck warnings where relevant, leaked memory etc by Jorgen Lundman · Fri Nov 07 10:08:35 2014 +0900
  15. 2ad2fce board/esd/common/auto_update.c: fix Uninitialized variable by Wolfgang Denk · Thu Nov 06 14:03:05 2014 +0100
  16. 1fc4234 ARM: MXS: fix Uninitialized variable error by Wolfgang Denk · Thu Nov 06 14:03:04 2014 +0100
  17. c1b7c04 i2c: rcar_i2c: Fix order of restart and clear status by Nobuhiro Iwamatsu · Tue Nov 04 13:28:50 2014 +0900
  18. 2ba098f drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms by Shaveta Leekha · Mon Nov 03 10:43:14 2014 +0530
  19. 455b746 ppc4xx: Handle i2c stuck on combined xfer by Dirk Eibach · Wed Oct 29 15:56:44 2014 +0100
  20. 6301173 ppc4xx: Fix i2c repeated start by Dirk Eibach · Wed Oct 29 15:56:43 2014 +0100
  21. b2f5f6d bfin: the max bfin sdh block count is 127 by Sonic Zhang · Fri Aug 15 17:08:50 2014 +0800
  22. 515c20f bfin: make the CPU macro of LDR target more genenric by Sonic Zhang · Tue Aug 12 18:45:26 2014 +0800
  23. add2b96 board/matrix_vision/mvblx/sys_eeprom.c: fix buffer overflow by Wolfgang Denk · Thu Nov 06 14:03:02 2014 +0100
  24. 61826a6 common/cmd_fitupd.c: restore corrupted file by Wolfgang Denk · Thu Nov 06 14:03:01 2014 +0100
  25. ff61cc7 drivers/net/uli526x.c: fix syntax error by Wolfgang Denk · Thu Nov 06 14:03:00 2014 +0100
  26. 5338cf1 board/cogent/lcd.c: fix syntax error by Wolfgang Denk · Thu Nov 06 14:02:58 2014 +0100
  27. 6ae8083 cppcheck cleanup: fix nullPointer errors by Wolfgang Denk · Thu Nov 06 14:02:57 2014 +0100
  28. c8c6760 doc: fix documentation of out-of-tree build by Timo Ketola · Thu Nov 06 14:39:05 2014 +0200
  29. 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · Wed Nov 05 00:30:18 2014 +0100
  30. 5fe7b1e MAINTAINERS: CFI flash maintainership only includes the CFI related files by Stefan Roese · Fri Oct 31 13:57:42 2014 +0100
  31. ede865b kbuild: sync misc scripts with Linux 3.18-rc1 by Masahiro Yamada · Thu Oct 30 11:06:13 2014 +0900
  32. cfa337b kconfig: sync kconfig files with Linux 3.18-rc1 by Masahiro Yamada · Thu Oct 30 11:06:12 2014 +0900
  33. 4e1c3c7 kbuild: sync top Makefile with Linux 3.18-rc1 by Masahiro Yamada · Thu Oct 30 11:06:11 2014 +0900
  34. 8c4532f kbuild: improve multi-objs dependency and cleanups by Masahiro Yamada · Thu Oct 30 11:06:10 2014 +0900
  35. 7527ba4 kbuild: bug fixes and cleanups of Makefile.host by Masahiro Yamada · Thu Oct 30 11:06:09 2014 +0900
  36. cbd8caa kbuild: remove "clobber" target by Masahiro Yamada · Thu Oct 30 10:58:32 2014 +0900
  37. c3249b8 hush: make run_command() return an error on parsing failure by Rabin Vincent · Wed Oct 29 23:21:41 2014 +0100
  38. e2c7f9b hush: fix segfault on syntax error by Rabin Vincent · Wed Oct 29 23:21:40 2014 +0100
  39. 401ac65 hush: return consistent codes from run_command() by Rabin Vincent · Wed Oct 29 23:21:39 2014 +0100
  40. 7e0194a sandbox: init cli for -c by Rabin Vincent · Wed Oct 29 23:21:38 2014 +0100
  41. 70f3958 dlmalloc: ensure gd is set for early alloc by Rabin Vincent · Wed Oct 29 23:21:37 2014 +0100
  42. 9ea1854 power_spi.c: Rewrite pmic_reg function by Tom Rini · Sat Oct 25 07:38:31 2014 -0400
  43. 81ca627 image-fdt: boot_get_fdt() return value when no DTB exists by Noam Camus · Wed Oct 22 17:17:49 2014 +0300
  44. ca772a7 powerpc: o2dnt: convert to generic board by Anatolij Gustschin · Tue Oct 21 22:31:26 2014 +0200
  45. c5794ed net: smc911x: Keep MAC programmed by Marek Vasut · Sat Oct 11 18:42:58 2014 +0200
  46. 859f306 sort drivers/mmc/Makefile by Pavel Machek · Tue Sep 09 15:16:10 2014 +0200
  47. f096a3b generic-board: make compile-time noise for non-generic boards by Masahiro Yamada · Fri Nov 07 03:32:07 2014 +0900
  48. a45c7d1 Merge git://git.denx.de/u-boot-ti by Tom Rini · Fri Nov 07 16:18:35 2014 -0500
  49. 62a9585 omap3: cm-t3517: add LCD/DVI and splash support by Igor Grinberg · Mon Nov 03 11:32:27 2014 +0200
  50. dfb92d0 omap3: cm-t3517: add Ethernet support by Igor Grinberg · Mon Nov 03 11:32:26 2014 +0200
  51. f7fd7e4 omap3: cm-t3517: add USB support by Igor Grinberg · Mon Nov 03 11:32:25 2014 +0200
  52. c3373ee omap3: cm-t3517: add basic board support by Igor Grinberg · Wed Nov 05 14:25:35 2014 +0200
  53. 2f4e095 omap: hsmmc: assume cd gpio is active low by Igor Grinberg · Mon Nov 03 11:32:23 2014 +0200
  54. b9e27fa omap3: cm-t35: move get_board_serial() fallback by Igor Grinberg · Mon Nov 03 11:32:22 2014 +0200
  55. fd6cd35 omap3: cm-t35: move the SMC911x code by Igor Grinberg · Mon Nov 03 11:32:21 2014 +0200
  56. 86ec16b omap3: cm-t35: extract the splash code from board by Igor Grinberg · Mon Nov 03 11:32:20 2014 +0200
  57. 9c687fd omap3: cm-t35: move the USB hub reset code by Igor Grinberg · Mon Nov 03 11:32:19 2014 +0200
  58. 3c5dc28 compulab: refactor board revision handling by Igor Grinberg · Mon Nov 03 11:32:18 2014 +0200
  59. d5e635e am335x: make get_board_rev() function weak by Igor Grinberg · Wed Nov 05 13:29:54 2014 +0200
  60. 9603afb arm: am335x: net: pxm2: disable rgmii internal delay mode by Heiko Schocher · Wed Nov 05 10:23:21 2014 +0100
  61. 46e6517 ks2_evm: board: remove sprintf for simple string by Khoronzhuk, Ivan · Tue Nov 04 20:48:47 2014 +0200
  62. f238c4a ks2_evm: config: enable fatload command by Khoronzhuk, Ivan · Tue Nov 04 18:06:27 2014 +0200
  63. 0127362 keystone2: config: align names of images with MCSDK by Khoronzhuk, Ivan · Tue Nov 04 16:52:35 2014 +0200
  64. 449c3a6 keystone2: config: restructure handling of default env settings by Murali Karicheri · Tue Nov 04 16:52:34 2014 +0200
  65. 1b2cdb2 dma: keystone_nav: remove spurious qm_cfg verification by Khoronzhuk, Ivan · Tue Nov 04 01:39:27 2014 +0200
  66. a68f669 keystone2: change default boot mode to ubi by Murali Karicheri · Mon Nov 03 18:09:52 2014 +0200
  67. 2e846ce ks2_evm: configs: fix UBI volume name by Khoronzhuk, Ivan · Mon Nov 03 18:09:51 2014 +0200
  68. 5b36a91 ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file since it is now in ti_armv7_common.h by Guillaume GARDET · Mon Nov 03 14:26:18 2014 +0100
  69. af02aa1 ARM: TI: Enable raw initrd support by Guillaume GARDET · Mon Nov 03 14:26:17 2014 +0100
  70. f0c53a4 net: phy: marvell: add errata w/a for 88E151* chips by Hao Zhang · Thu Oct 30 18:59:43 2014 +0200
  71. 12889ef Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh by Tom Rini · Wed Nov 05 13:11:18 2014 -0500
  72. ff16d0b ks2_evm: readme: add k2l evm board information by Khoronzhuk, Ivan · Wed Oct 29 13:21:22 2014 +0200
  73. 7874b8a board: k2l_evm: add network support by Hao Zhang · Wed Oct 29 13:09:34 2014 +0200
  74. 689d95c net: keystone_net: add Keystone2 K2L SoC support by Khoronzhuk, Ivan · Wed Oct 29 13:09:33 2014 +0200
  75. 53eae4a net: keystone_serdes: add keystone K2L SoC support by Khoronzhuk, Ivan · Wed Oct 29 13:09:32 2014 +0200
  76. 1bc679a ARM: keystone2: keysonte_nav: add support for K2L SoC by Khoronzhuk, Ivan · Wed Oct 29 13:09:31 2014 +0200
  77. b8f273a Enable Android Fastboot support on am335x_evm board by Dileep Katta · Wed Oct 29 05:07:11 2014 +0530
  78. b28b2e2 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Wed Nov 05 12:48:09 2014 -0500
  79. ad0a9e8 twl4030: More voltages on VAUX2 and VAUX3 by Paul Kocialkowski · Tue Oct 28 16:10:59 2014 +0100
  80. b672be0 am335x_evm: Convert NOR_BOOT to Kconfig by Tom Rini · Mon Oct 27 16:15:08 2014 -0400
  81. 240cde7 am335x_evm: Add NOR to Kconfig by Tom Rini · Mon Oct 27 16:15:07 2014 -0400
  82. ab87281 arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo by Nikita Kiryanov · Wed Oct 29 17:56:22 2014 +0200
  83. 97d5daf arm: mx6: cm_fx6: change issd gpio order by Nikita Kiryanov · Wed Oct 29 17:56:21 2014 +0200
  84. ae0a494 Merge git://www.denx.de/git/u-boot-sunxi by Tom Rini · Wed Nov 05 07:23:32 2014 -0500
  85. a4c152b Merge git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · Wed Nov 05 07:12:16 2014 -0500
  86. ea7851d dm: sunxi: Request USB vbus gpio by Hans de Goede · Fri Oct 31 17:04:52 2014 +0100
  87. 3d1095f dm: sunxi: Request card detect gpio by Hans de Goede · Fri Oct 31 16:55:02 2014 +0100
  88. 6664898 dm: sunxi: Add support for serial using driver model by Simon Glass · Thu Oct 30 20:25:50 2014 -0600
  89. 7830453 dm: sunxi: Modify the GPIO driver to support driver model by Simon Glass · Thu Oct 30 20:25:49 2014 -0600
  90. e941e2b dm: sunxi: Make sure that GPIOs are requested by Simon Glass · Thu Oct 30 20:25:48 2014 -0600
  91. d862453 dm: sunxi: Add pinmux functions which take a bank parameter by Simon Glass · Thu Oct 30 20:25:47 2014 -0600
  92. b38f911 dm: sunxi: Add a new config for an FDT-based pcDuino3 by Simon Glass · Thu Oct 30 20:25:46 2014 -0600
  93. eb27dfb dm: sunxi: dts: Add sun7i device tree files by Simon Glass · Thu Oct 30 20:25:45 2014 -0600
  94. faef71b sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms. by Ian Campbell · Fri Oct 24 21:20:50 2014 +0100
  95. 0ea187d sunxi: kconfig: Introduce CONFIG_TARGET_<BOARD> by Ian Campbell · Fri Oct 24 21:20:49 2014 +0100
  96. 33502bf sunxi: Drop FEL variants of defconfigs. by Ian Campbell · Fri Oct 24 21:20:48 2014 +0100
  97. 8f32aaa sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · Fri Oct 24 21:20:47 2014 +0100
  98. 8ad104b sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option by Ian Campbell · Fri Oct 24 21:20:46 2014 +0100
  99. 4a24a1c sunxi: kconfig: Rename TARGET_SUN[45678]I to MACH_SUN[45678]I. by Ian Campbell · Fri Oct 24 21:20:45 2014 +0100
  100. d8e69e0 sunxi: kconfig: Add top-level ARCH_SUNXI by Ian Campbell · Fri Oct 24 21:20:44 2014 +0100