1. 316de87 armv8: lsch3: Fix lane protocol parsing logic by Prabhakar Kushwaha · Wed Nov 04 12:25:52 2015 +0530
  2. d285ef7 arm: ls1021a: Ensure Generic Timer disabled before jumping into the OS by Alison Wang · Tue Aug 04 09:55:37 2015 +0800
  3. 25c9dc5 arm: ls1021a: Ensure LS1021 ARM Generic Timer CompareValue Set 64-bit by Alison Wang · Wed Jul 15 15:13:05 2015 +0800
  4. 89de706 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Fri Nov 27 08:41:03 2015 -0500
  5. c2df68ff i2c: Fix the comment to match the function described by Stefan Roese · Wed Nov 25 07:41:58 2015 +0100
  6. 7521a94 arm: spear: x600: Enable tiny-printf by Stefan Roese · Tue Nov 24 09:25:08 2015 +0100
  7. 27f5b19 sf: Move SPI flash drivers to defconfig by Bin Meng · Wed Nov 25 05:34:54 2015 -0800
  8. 72a049d spi: Move SPI drivers to defconfig by Bin Meng · Wed Nov 25 05:34:53 2015 -0800
  9. 4676aa7 am33xx: Remove serial_init in s_init for QSPI/NOR XIP boot by Vignesh R · Fri Nov 20 16:07:41 2015 +0530
  10. c6676e0 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · Wed Nov 18 12:42:53 2015 -0500
  11. 1324e2b pci: fix address range check in __pci_hose_phys_to_bus() by Marcel Ziswiler · Wed Nov 18 15:05:06 2015 +0100
  12. 7840c4a part:efi: add bootable parameter in gpt command by Patrick Delaunay · Tue Nov 17 11:36:52 2015 +0100
  13. 309691b gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · Fri Nov 20 08:06:17 2015 +0100
  14. 7b9839c gpt: part: Definition and declaration of GPT verification functions by Lukasz Majewski · Fri Nov 20 08:06:16 2015 +0100
  15. cc5f3d7 gpt: doc: Update gpt command's help description by Lukasz Majewski · Fri Nov 13 07:42:10 2015 +0100
  16. 7546ec2 gpt: doc: README: Update README entry for gpt verify extension by Lukasz Majewski · Fri Nov 20 08:06:14 2015 +0100
  17. ad4e590 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · Fri Nov 20 08:06:13 2015 +0100
  18. 26a552c lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates by Stefan Roese · Mon Nov 16 15:26:34 2015 +0100
  19. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  20. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · Mon Nov 16 15:26:32 2015 +0100
  21. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · Mon Nov 16 15:26:31 2015 +0100
  22. aabdc52 i2c, avr32: fix compiler warning "input is not relaxable" by Heiko Schocher · Tue Nov 17 12:22:53 2015 +0100
  23. 83921e7 sunxi: Update new defconfigs by Tom Rini · Sun Nov 22 10:46:25 2015 -0500
  24. d5499a2 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Sun Nov 22 08:20:03 2015 -0500
  25. de12f02 sunxi: Add support for the Lamobo R1 board by Jelle de Jong · Sun Oct 18 16:34:13 2015 +0200
  26. cc78aff sunxi: Add support for Orangepi Plus and Orangepi PC boards by Hans de Goede · Fri Nov 20 16:19:51 2015 +0100
  27. b7f9007 sunxi: Add H3 dts[i] files by Hans de Goede · Fri Nov 20 16:03:56 2015 +0100
  28. 2b8bd91 sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3 by Siarhei Siamashka · Fri Nov 20 07:07:48 2015 +0200
  29. 53f018e sunxi: Add H3 DRAM initialization support by Jens Kuske · Tue Nov 17 15:12:59 2015 +0100
  30. f977072 sunxi: Add basic H3 support by Jens Kuske · Tue Nov 17 15:12:58 2015 +0100
  31. bce07f6 sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · Sun Oct 25 06:44:47 2015 +0200
  32. db41834 sunxi: Enable DFU for RAM by Siarhei Siamashka · Sun Oct 25 06:44:46 2015 +0200
  33. ad5b2a2 vexpress64: store env in flash by Ryan Harkin · Wed Nov 18 10:39:09 2015 +0000
  34. b522757 vexpress64: remove #error by Ryan Harkin · Wed Nov 18 10:39:08 2015 +0000
  35. 98d2fff vexpress64: use 2nd DRAM bank only on juno by Ryan Harkin · Wed Nov 18 10:39:07 2015 +0000
  36. 8961d50 vexpress64: compile Juno PCIe conditionally by Ryan Harkin · Wed Nov 18 10:39:06 2015 +0000
  37. 7515464 Juno: don't print PCI debug information by default by Andre Przywara · Fri Nov 13 11:25:46 2015 +0000
  38. a24ea7a eeprom: Clean up checkpatch issues by Marek Vasut · Tue Nov 10 20:53:33 2015 +0100
  39. 4d17f71 eeprom: Add support for selecting i2c bus by Marek Vasut · Tue Nov 10 20:53:32 2015 +0100
  40. f422ae7 eeprom: Add bus argument to eeprom_init() by Marek Vasut · Tue Nov 10 20:53:31 2015 +0100
  41. 7a23721 eeprom: Pull out the RW loop by Marek Vasut · Tue Nov 10 20:53:30 2015 +0100
  42. d062c48 eeprom: Pull out transfer length computation by Marek Vasut · Tue Nov 10 20:53:29 2015 +0100
  43. 4208679 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · Tue Nov 10 20:53:28 2015 +0100
  44. a1d4aeb eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · Tue Nov 10 20:53:27 2015 +0100
  45. d848b08 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · Tue Nov 10 20:53:26 2015 +0100
  46. 2a632ffc eeprom: Make eeprom_write_enable() weak by Marek Vasut · Tue Nov 10 20:53:25 2015 +0100
  47. 6ae5957 eeprom: Pull out address computation by Marek Vasut · Tue Nov 10 20:53:24 2015 +0100
  48. 78990c7 eeprom: Pull out the I/O code by Marek Vasut · Tue Nov 10 20:53:23 2015 +0100
  49. ae59bfc eeprom: Zap CONFIG_SPI_X by Marek Vasut · Tue Nov 10 20:53:22 2015 +0100
  50. ff933f5 eeprom: Zap eeprom_probe() by Marek Vasut · Tue Nov 10 20:53:21 2015 +0100
  51. 44a6ac4 eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · Tue Nov 10 20:53:20 2015 +0100
  52. ee54144 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · Tue Nov 10 20:53:19 2015 +0100
  53. 704a096 eeprom: Shuffle code around by Marek Vasut · Tue Nov 10 20:53:18 2015 +0100
  54. a56b152 tricorder: rewrite tricordereeprom command by Andreas Bießmann · Tue Nov 10 20:53:17 2015 +0100
  55. dfa25df ARM: keystone2: configs: Correct burn_uboot_sp erase size by Cooper Jr., Franklin · Thu Nov 19 07:45:22 2015 -0600
  56. 5c13153 ARM: dra7x/am57x: Remove pin input/output config from WAKEUP pins by Cooper Jr., Franklin · Thu Nov 19 08:03:54 2015 -0600
  57. 8e27fd6 nios2: 10m50: change to ns16550 uart by Thomas Chou · Thu Nov 19 21:48:15 2015 +0800
  58. a6cec01 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · Thu Nov 19 21:48:14 2015 +0800
  59. 00ad1f0 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · Thu Nov 19 21:48:13 2015 +0800
  60. 52ac443 ns16550: unify serial_omap by Thomas Chou · Thu Nov 19 21:48:12 2015 +0800
  61. e3b9026 ns16550: unify serial_tegra by Thomas Chou · Thu Nov 19 21:48:11 2015 +0800
  62. 22221c0 ns16550: unify serial_dw by Thomas Chou · Thu Nov 19 21:48:10 2015 +0800
  63. ca32c98 ns16550: unify serial_keystone by Thomas Chou · Thu Nov 19 21:48:09 2015 +0800
  64. 57ce19f ns16550: unify serial_rockchip by Thomas Chou · Thu Nov 19 21:48:08 2015 +0800
  65. 78b9881 ns16550: unify serial_ppc by Thomas Chou · Thu Nov 19 21:48:07 2015 +0800
  66. b0245de ns16550: unify serial_x86 by Thomas Chou · Thu Nov 19 21:48:06 2015 +0800
  67. 16b2e7e ns16550: add generic binding to unify the drivers by Thomas Chou · Thu Nov 19 21:48:05 2015 +0800
  68. d745429 ns16550: change map_sysmem to map_physmem by Thomas Chou · Thu Nov 19 21:48:04 2015 +0800
  69. d073841 debug_uart: restore ns16550 as default by Thomas Chou · Thu Nov 19 21:48:03 2015 +0800
  70. 12c420c dm: Add timeline and guide for porting serial drivers by Simon Glass · Fri Nov 20 10:48:47 2015 -0700
  71. c0ccc72 dm: test: usb: sandbox: Add keyboard tests for sandbox by Simon Glass · Sun Nov 08 23:48:08 2015 -0700
  72. 2b510fa sandbox: Enable USB keyboard by Simon Glass · Sun Nov 08 23:48:07 2015 -0700
  73. be4ebd1 usb: sandbox: Add a USB emulation driver by Simon Glass · Sun Nov 08 23:48:06 2015 -0700
  74. 9042179 usb: sandbox: Add support for interrupt operations by Simon Glass · Sun Nov 08 23:48:05 2015 -0700
  75. ab88fdb usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · Sun Nov 08 23:48:04 2015 -0700
  76. 48629c5 usb: Drop unused code in usb_kbd.c by Simon Glass · Sun Nov 08 23:48:03 2015 -0700
  77. 846bb37 dm: test: usb: Add a test for device reordering by Simon Glass · Sun Nov 08 23:48:02 2015 -0700
  78. 4700fe5 dm: test: usb: Add tests for the 'usb tree' command by Simon Glass · Sun Nov 08 23:48:01 2015 -0700
  79. 35787d2 dm: usb: Remove inactive children after a bus scan by Simon Glass · Sun Nov 08 23:48:00 2015 -0700
  80. 5082c69 dm: usb: Deprecate usb_get_dev_index() by Simon Glass · Sun Nov 08 23:47:59 2015 -0700
  81. 7e7573c Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · Sun Nov 08 23:47:58 2015 -0700
  82. a435b6c Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" by Simon Glass · Sun Nov 08 23:47:57 2015 -0700
  83. d43d7e9 Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" by Simon Glass · Sun Nov 08 23:47:56 2015 -0700
  84. 668ef3d sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · Sun Nov 08 23:47:55 2015 -0700
  85. ac33899 sandbox: usb: Allow up to 4 emulated devices on a hub by Simon Glass · Sun Nov 08 23:47:54 2015 -0700
  86. 31d7816 sandbox: usb: Allow dynamic emulated USB device descriptors by Simon Glass · Sun Nov 08 23:47:53 2015 -0700
  87. 0a74c96 dm: core: Add safe device iteration macros by Simon Glass · Sun Nov 08 23:47:52 2015 -0700
  88. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · Sun Nov 08 23:47:51 2015 -0700
  89. fe6d12a test: Record and silence console in tests by Simon Glass · Sun Nov 08 23:47:50 2015 -0700
  90. 79defce sandbox: Enable console recording and silent console by Simon Glass · Sun Nov 08 23:47:49 2015 -0700
  91. 1bb4923 console: Add a console buffer by Simon Glass · Sun Nov 08 23:47:48 2015 -0700
  92. 1294ecf Add a circular memory buffer implementation by Simon Glass · Sun Nov 08 23:47:47 2015 -0700
  93. 456f5e4 Drop config.h header from display_options.c by Simon Glass · Sun Nov 08 23:47:46 2015 -0700
  94. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  95. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · Sun Nov 08 23:47:44 2015 -0700
  96. b25fa31 sandbox: Add a way to skip time delays by Simon Glass · Sun Nov 08 23:47:43 2015 -0700
  97. bfb744c sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · Fri Nov 06 14:15:37 2015 +0100
  98. 7ca7374 x86: qemu: Convert to use driver model keyboard by Bin Meng · Thu Nov 12 05:33:06 2015 -0800
  99. 50704d3 x86: crownbay: Convert to use driver model keyboard by Bin Meng · Thu Nov 12 05:33:05 2015 -0800
  100. cb6a19f input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · Thu Nov 12 05:33:04 2015 -0800