1. 1324e2b pci: fix address range check in __pci_hose_phys_to_bus() by Marcel Ziswiler · Wed Nov 18 15:05:06 2015 +0100
  2. aabdc52 i2c, avr32: fix compiler warning "input is not relaxable" by Heiko Schocher · Tue Nov 17 12:22:53 2015 +0100
  3. d5499a2 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Sun Nov 22 08:20:03 2015 -0500
  4. f977072 sunxi: Add basic H3 support by Jens Kuske · Tue Nov 17 15:12:58 2015 +0100
  5. bce07f6 sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · Sun Oct 25 06:44:47 2015 +0200
  6. a6cec01 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · Thu Nov 19 21:48:14 2015 +0800
  7. 00ad1f0 ns16550: zap CONFIG_NS16550_SERIAL by Thomas Chou · Thu Nov 19 21:48:13 2015 +0800
  8. 52ac443 ns16550: unify serial_omap by Thomas Chou · Thu Nov 19 21:48:12 2015 +0800
  9. e3b9026 ns16550: unify serial_tegra by Thomas Chou · Thu Nov 19 21:48:11 2015 +0800
  10. 22221c0 ns16550: unify serial_dw by Thomas Chou · Thu Nov 19 21:48:10 2015 +0800
  11. ca32c98 ns16550: unify serial_keystone by Thomas Chou · Thu Nov 19 21:48:09 2015 +0800
  12. 57ce19f ns16550: unify serial_rockchip by Thomas Chou · Thu Nov 19 21:48:08 2015 +0800
  13. 78b9881 ns16550: unify serial_ppc by Thomas Chou · Thu Nov 19 21:48:07 2015 +0800
  14. b0245de ns16550: unify serial_x86 by Thomas Chou · Thu Nov 19 21:48:06 2015 +0800
  15. 16b2e7e ns16550: add generic binding to unify the drivers by Thomas Chou · Thu Nov 19 21:48:05 2015 +0800
  16. d745429 ns16550: change map_sysmem to map_physmem by Thomas Chou · Thu Nov 19 21:48:04 2015 +0800
  17. d073841 debug_uart: restore ns16550 as default by Thomas Chou · Thu Nov 19 21:48:03 2015 +0800
  18. be4ebd1 usb: sandbox: Add a USB emulation driver by Simon Glass · Sun Nov 08 23:48:06 2015 -0700
  19. 9042179 usb: sandbox: Add support for interrupt operations by Simon Glass · Sun Nov 08 23:48:05 2015 -0700
  20. 35787d2 dm: usb: Remove inactive children after a bus scan by Simon Glass · Sun Nov 08 23:48:00 2015 -0700
  21. 5082c69 dm: usb: Deprecate usb_get_dev_index() by Simon Glass · Sun Nov 08 23:47:59 2015 -0700
  22. 7e7573c Revert "dm: Export device_remove_children / device_unbind_children" by Simon Glass · Sun Nov 08 23:47:58 2015 -0700
  23. 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
  24. d43d7e9 Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" by Simon Glass · Sun Nov 08 23:47:56 2015 -0700
  25. 668ef3d sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · Sun Nov 08 23:47:55 2015 -0700
  26. ac33899 sandbox: usb: Allow up to 4 emulated devices on a hub by Simon Glass · Sun Nov 08 23:47:54 2015 -0700
  27. 31d7816 sandbox: usb: Allow dynamic emulated USB device descriptors by Simon Glass · Sun Nov 08 23:47:53 2015 -0700
  28. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  29. bfb744c sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · Fri Nov 06 14:15:37 2015 +0100
  30. cb6a19f input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · Thu Nov 12 05:33:04 2015 -0800
  31. 07ab26e input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · Thu Nov 12 05:33:03 2015 -0800
  32. 7e29bb8 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · Thu Nov 12 05:33:02 2015 -0800
  33. 229ef05 input: Save keyboard's LED state to correct place by Bin Meng · Thu Nov 12 05:33:01 2015 -0800
  34. 139309b input: Convert 'keyboard' driver to use input library by Simon Glass · Wed Nov 11 10:05:48 2015 -0700
  35. eaba37e video: input: Clean up after i8042 conversion by Simon Glass · Wed Nov 11 10:05:47 2015 -0700
  36. 708c831 i8042: Handle a duplicate power-on-reset response by Simon Glass · Wed Nov 11 10:05:46 2015 -0700
  37. fa0a42a input: Convert i8042 to driver model by Simon Glass · Wed Nov 11 10:05:45 2015 -0700
  38. a1f9ee4 input: Add a Kconfig option for the i8042 keyboard by Simon Glass · Wed Nov 11 10:05:42 2015 -0700
  39. e1a77bb input: i8042: Convert to use the input library by Simon Glass · Wed Nov 11 10:05:41 2015 -0700
  40. 03fef7e input: Allow updating of keyboard LEDs by Simon Glass · Wed Nov 11 10:05:40 2015 -0700
  41. f9bd6eb input: Handle caps lock by Simon Glass · Wed Nov 11 10:05:39 2015 -0700
  42. 210ac0d input: Adjust structure of code in process_modifier() by Simon Glass · Wed Nov 11 10:05:38 2015 -0700
  43. e6fa485 input: Support the German keymap by Simon Glass · Wed Nov 11 10:05:37 2015 -0700
  44. 7b059dc sandbox: add a sandbox timer and basic test by Thomas Chou · Fri Oct 30 15:35:52 2015 +0800
  45. d64a8cb input: Allow repeat filtering to be disabled by Simon Glass · Sun Oct 18 21:17:25 2015 -0600
  46. 2fed04b input: Add a function to add a keycode to the existing set by Simon Glass · Sun Oct 18 21:17:24 2015 -0600
  47. aba1f9d input: Add a few more keyboard keycodes by Simon Glass · Sun Oct 18 21:17:23 2015 -0600
  48. e13d3fa input: Correct keycode for Ctrl-Y by Simon Glass · Sun Oct 18 21:17:22 2015 -0600
  49. 2915ad6 i8042: Adjust keyboard init to assume success by Simon Glass · Sun Oct 18 21:17:21 2015 -0600
  50. 4f58bbc i8042: Adjust kbd_reset() to collect all failures by Simon Glass · Sun Oct 18 21:17:20 2015 -0600
  51. 4b48eaf i8042: Use functions to handle register access by Simon Glass · Sun Oct 18 21:17:19 2015 -0600
  52. f406a1b video: Drop unused console functions by Simon Glass · Sun Oct 18 21:17:18 2015 -0600
  53. aa8484f dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · Sun Oct 18 21:17:17 2015 -0600
  54. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · Sun Oct 18 21:17:16 2015 -0600
  55. fb72640 cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · Sun Oct 18 21:17:14 2015 -0600
  56. e7817a9 input: Add the keycode translation tables separately by Simon Glass · Sun Oct 18 21:17:13 2015 -0600
  57. 5e62896 input: Return -ENOSPC when there is not space by Simon Glass · Sun Oct 18 21:17:12 2015 -0600
  58. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · Sun Oct 18 21:17:10 2015 -0600
  59. 8760394 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Nov 19 13:27:26 2015 -0500
  60. ecc0931 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Thu Nov 19 11:25:36 2015 -0500
  61. 8bc7817 zynq: sdhci: Define max clock by macro by Michal Simek · Tue Sep 29 01:27:13 2015 +0200
  62. 728d32e net: zynq: Fix MDC setting for zynq by Michal Simek · Tue Sep 08 17:07:01 2015 +0200
  63. d5abec6 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · Tue Sep 08 16:54:39 2015 +0200
  64. 6429595 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · Tue Sep 08 16:55:42 2015 +0200
  65. 975ae35 net: zynq: Wait till packet is sent by Michal Simek · Mon Aug 17 09:57:46 2015 +0200
  66. 2304511 net: zynq: Disable secondary queues by Edgar E. Iglesias · Fri Sep 25 23:50:07 2015 -0700
  67. 1dc446e net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · Mon Aug 17 09:58:54 2015 +0200
  68. f91f7e5 net: zynq: Do not report TX underrun by Michal Simek · Mon Aug 17 09:51:34 2015 +0200
  69. b6fe7ad net: zynq: Setup BD when structures are filled by Michal Simek · Mon Aug 17 09:50:09 2015 +0200
  70. c6eb0bc net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · Mon Aug 17 09:45:53 2015 +0200
  71. c790ede dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · Tue Oct 27 13:52:47 2015 +0100
  72. 61809f5 dm: core: Add missing entries for manual relocation by Michal Simek · Tue Oct 27 13:48:08 2015 +0100
  73. 28d7e4e dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · Tue Oct 27 13:36:42 2015 +0100
  74. ff5dbef net: zynq: Fix clearing statistic by Michal Simek · Mon Oct 05 12:49:48 2015 +0200
  75. 74a86e8 net: zynq: Extend register description with offsets by Michal Simek · Mon Oct 05 11:49:43 2015 +0200
  76. 492de0f net: zynq: Add support for different PHY interface types by Michal Simek · Wed Oct 07 16:42:56 2015 +0200
  77. c919c2c net: zynq: Add debug message to phyread/phywrite by Michal Simek · Wed Oct 07 16:34:51 2015 +0200
  78. 8d3ce68 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · Fri Sep 25 23:46:08 2015 -0700
  79. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · Sun Nov 08 17:11:49 2015 +0200
  80. ee650e2 altera_pio: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:26:51 2015 +0800
  81. 24a5baf altera_qspi: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:22:50 2015 +0800
  82. fb46833 altera_tse: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:21:16 2015 +0800
  83. 61a9906 altera_sysid: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:18:52 2015 +0800
  84. 3f1f1a2 altera_spi: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:17:25 2015 +0800
  85. d82a4d3 altera_timer: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 11:15:31 2015 +0800
  86. 15890ca altera_uart: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 10:38:09 2015 +0800
  87. ce69fb6 altera_jtag_uart: change ioremap to map_physmem by Thomas Chou · Sat Nov 14 10:36:49 2015 +0800
  88. c78a152 sf: Correct flash->flags for SST flash by Bin Meng · Sun Nov 15 19:31:37 2015 -0800
  89. dea4e33 arm: mvebu: Fix SAR1_CPU_CORE_MASK by Dirk Eibach · Wed Oct 28 16:44:14 2015 +0100
  90. 0277a6b arm: mvebu: a38x: Remove unsupported topologies by Kevin Smith · Fri Oct 23 17:53:19 2015 +0000
  91. 38a7e9b spi: sf_ops: Check the return value from spi_flash_cmd_read_status() by Fabio Estevam · Tue Nov 17 17:13:33 2015 -0200
  92. 0a2bf5c sf: Add lock ops for SST SPI NOR flash by Fabio Estevam · Tue Nov 17 16:50:53 2015 -0200
  93. 748a565 sf: Remove eeprom_m95xxx test driver by Jagan Teki · Wed Nov 04 13:01:59 2015 +0530
  94. 43ad9ce spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · Tue Nov 10 11:52:10 2015 +0530
  95. 809c054 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Mon Nov 16 08:35:38 2015 -0500
  96. ee76cf6 Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · Fri Nov 13 10:04:34 2015 -0500
  97. 66528f6 sf: Fix NULL pointer exception for flashes without lock methods by Bin Meng · Fri Nov 13 02:46:26 2015 -0800
  98. d18eb7b sparc: leon3: Add debug_uart support to LEON3 serial driver. by Francois Retief · Thu Oct 29 12:55:34 2015 +0200
  99. 9d59af9 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · Thu Jan 21 16:09:37 2010 +0100
  100. 02e2a84 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · Mon Jan 25 09:54:51 2010 +0100