1. 965f4da dm: led: Tidy up SPL options for the led and led-gpio by Simon Glass · Sun Aug 30 16:55:14 2015 -0600
  2. ac2ee65 pinctrl: Add the concept of peripheral IDs by Simon Glass · Sun Aug 30 16:55:13 2015 -0600
  3. 8d6510d pinctrl: Add help text to Kconfig by Simon Glass · Sun Aug 30 16:55:12 2015 -0600
  4. 2ada182 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · Mon Aug 31 12:12:27 2015 -0400
  5. 8d04743 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Aug 31 11:43:47 2015 -0400
  6. 0b53a75 pinctrl: sandbox: add sandbox pinctrl driver by Masahiro Yamada · Thu Aug 27 12:44:30 2015 +0900
  7. f8efa63 pinctrl: add pin control uclass support by Masahiro Yamada · Thu Aug 27 12:44:29 2015 +0900
  8. e1cc1f0 dm: core: allow device_bind() to not return a device pointer by Masahiro Yamada · Thu Aug 27 12:44:28 2015 +0900
  9. 347a622 dm: tpm: Convert LPC driver to driver model by Simon Glass · Sat Aug 22 18:31:39 2015 -0600
  10. cd8cc67 dm: tpm: Convert I2C driver to driver model by Simon Glass · Sat Aug 22 18:31:38 2015 -0600
  11. a425f76 dm: tpm: sandbox: Convert TPM driver to driver model by Simon Glass · Sat Aug 22 18:31:35 2015 -0600
  12. 6c7a232 dm: tpm: Add a uclass for Trusted Platform Modules by Simon Glass · Sat Aug 22 18:31:31 2015 -0600
  13. a57bcee tpm: tpm_tis_i2c: Tidy up delays by Simon Glass · Sat Aug 22 18:31:30 2015 -0600
  14. 7ccebaf tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix by Simon Glass · Sat Aug 22 18:31:29 2015 -0600
  15. a459e18 tpm: tpm_tis_i2c: Simplify init code by Simon Glass · Sat Aug 22 18:31:28 2015 -0600
  16. 6a7e7cc tpm: tpm_tis_i2c: Move definitions into the header file by Simon Glass · Sat Aug 22 18:31:27 2015 -0600
  17. fbb120a tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip by Simon Glass · Sat Aug 22 18:31:26 2015 -0600
  18. 1de4d58 tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip by Simon Glass · Sat Aug 22 18:31:25 2015 -0600
  19. ab79b00 tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific by Simon Glass · Sat Aug 22 18:31:24 2015 -0600
  20. 651d3d1 tpm: tpm_tis_i2c: Drop unnecessary methods by Simon Glass · Sat Aug 22 18:31:23 2015 -0600
  21. 9457627 tpm: Move the I2C TPM code into one file by Simon Glass · Sat Aug 22 18:31:22 2015 -0600
  22. c98f7fe tpm: Convert drivers to use SPDX by Simon Glass · Sat Aug 22 18:31:21 2015 -0600
  23. 350497c tpm: Add Kconfig options for TPMs by Simon Glass · Sat Aug 22 18:31:19 2015 -0600
  24. ac1f857 tpm: Remove old pre-driver-model I2C code by Simon Glass · Sat Aug 22 18:31:17 2015 -0600
  25. 15cd969 drivers: kconfig: Sort driver menu in alphabetical order by Bin Meng · Thu Aug 20 22:44:16 2015 -0700
  26. 82d0f6b drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu by Bin Meng · Thu Aug 20 22:44:15 2015 -0700
  27. 51c7df2 drivers: kconfig: Move "Generic Driver Options" menu to the top by Bin Meng · Thu Aug 20 22:44:14 2015 -0700
  28. 298e608 dm: core: Add Kconfig for simple bus driver by Marek Vasut · Mon Aug 03 01:15:48 2015 +0200
  29. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · Tue Aug 11 08:33:29 2015 -0600
  30. b017009 sunxi: mmc: set transfer timeout according to byte_cnt. by Yousong Zhou · Sat Aug 29 21:26:11 2015 +0800
  31. 60b1b29 mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig by Hans de Goede · Fri Aug 21 21:49:51 2015 +0200
  32. 353f3d0 sunxi_nand_spl: clear status flags in SPL implementation by Boris Brezillon · Sat Aug 29 12:29:38 2015 +0200
  33. 0246245 sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END by Hans de Goede · Fri Aug 21 15:23:57 2015 +0200
  34. 3ce35f9 sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI by Hans de Goede · Sun Aug 16 14:48:22 2015 +0200
  35. 5a34ee2 sunxi_nand_spl: Add support for backup boot partitions by Hans de Goede · Sat Aug 15 21:51:33 2015 +0200
  36. 01c69ed sunxi_nand_spl: Auto detect nand configuration parameters by Hans de Goede · Sat Aug 15 21:23:08 2015 +0200
  37. a44f40e sunxi_nand_spl: Parametrize lowlevel read functions by Hans de Goede · Sat Aug 15 20:51:53 2015 +0200
  38. f851120 sunxi_nand_spl: Properly config page-size in the nand ctl register by Hans de Goede · Sat Aug 15 20:05:13 2015 +0200
  39. d223678 sunxi_nand_spl: Add support for sun4i and sun5i SoCs by Hans de Goede · Sat Aug 15 13:17:49 2015 +0200
  40. c270b48 sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off by Hans de Goede · Sat Aug 15 12:41:09 2015 +0200
  41. 4de74a4 sunxi_nand_spl: Add proper cache flusing by Hans de Goede · Sat Aug 15 12:32:24 2015 +0200
  42. 466a318 sunxi_nand_spl: Turn off clocks when we're done with the nand by Hans de Goede · Sat Aug 15 11:59:25 2015 +0200
  43. 5ed52f6 sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary by Hans de Goede · Sat Aug 15 11:55:26 2015 +0200
  44. 19af938 sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode by Hans de Goede · Sat Aug 15 12:43:26 2015 +0200
  45. 7c7fbfb sunxi_nand_spl: We only need to reset the nand chip once by Hans de Goede · Sat Aug 15 11:38:33 2015 +0200
  46. 534e607 sunxi_nand_spl: Drop unnecessary temp buf by Hans de Goede · Sat Aug 15 09:33:41 2015 +0200
  47. da6c37b sunxi: musb: Drop no longer accurate comment in Kconfig help text by Hans de Goede · Sun Aug 16 11:15:29 2015 +0200
  48. c6c47c2 sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig by Hans de Goede · Fri Aug 14 16:19:34 2015 +0200
  49. 126c80b Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sun Aug 30 19:48:39 2015 -0400
  50. 5c5ee4d video: discard empty video_set_lut implementation by Peng Fan · Sat Jul 25 20:59:35 2015 +0800
  51. 25318dc serial: uniphier: drop platform data support by Masahiro Yamada · Fri Aug 28 20:13:19 2015 +0900
  52. 06b4781 mtd: denali_spl: do not allocate page_buffer in .bss section by Masahiro Yamada · Thu Aug 27 18:52:36 2015 +0900
  53. cc55adf TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx by Kishon Vijay Abraham I · Mon Aug 10 16:52:56 2015 +0530
  54. 4329a05 usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts by Kishon Vijay Abraham I · Mon Aug 10 16:52:54 2015 +0530
  55. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · Tue Aug 18 13:06:37 2015 +0200
  56. b30eaad Merge git://git.denx.de/u-boot-x86 by Tom Rini · Wed Aug 26 17:48:05 2015 -0400
  57. 82cdd78 dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · Mon Aug 24 01:14:02 2015 -0700
  58. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · Mon Aug 24 01:14:01 2015 -0700
  59. ff1b635 video: ct69000: Remove unused codes by Bin Meng · Mon Aug 24 01:00:09 2015 -0700
  60. e52e17a video: cfb_console: Allow VGA device to work without i8042 keyboard by Bin Meng · Mon Aug 24 01:00:07 2015 -0700
  61. ef4d785 x86: i8042: Correctly initialize the controller by Bin Meng · Mon Aug 24 01:00:06 2015 -0700
  62. bc82308 x86: i8042: Clean up the driver per coding convention by Bin Meng · Mon Aug 24 01:00:05 2015 -0700
  63. c89f251 x86: i8042: Reorder static functions by Bin Meng · Mon Aug 24 01:00:04 2015 -0700
  64. c8c1ef9 x86: i8042: Remove unused codes by Bin Meng · Mon Aug 24 01:00:03 2015 -0700
  65. 0773aed x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · Sat Aug 22 15:58:59 2015 -0600
  66. 94641cb x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · Sat Aug 22 15:58:58 2015 -0600
  67. 44344a6 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · Thu Aug 20 06:40:26 2015 -0700
  68. df92cee x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · Fri Aug 21 00:18:51 2015 -0700
  69. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · Thu Aug 20 06:40:23 2015 -0700
  70. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · Thu Aug 20 06:40:17 2015 -0700
  71. 9f671fd x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · Thu Aug 13 00:29:17 2015 -0700
  72. c8990bd video: coreboot: Save VESA mode for future use by Bin Meng · Thu Aug 13 00:29:16 2015 -0700
  73. d0ee7d0 net: e1000: Fix build warnings for 32-bit by Bin Meng · Wed Aug 26 06:17:27 2015 -0700
  74. b12d6fc Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Wed Aug 26 07:07:36 2015 -0400
  75. e3bbfb7 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · Tue Jul 21 16:15:21 2015 +0800
  76. c94f09d mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · Tue Jul 21 16:15:19 2015 +0800
  77. 75659da mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · Thu Jul 23 10:26:16 2015 +0200
  78. 3ea94ed nand: Sync with Linux v4.1 by Scott Wood · Fri Jun 26 19:03:26 2015 -0500
  79. fc9d57c mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · Wed May 21 19:06:12 2014 -0300
  80. 831bbad nand: Remove __UBOOT__ ifdefs by Scott Wood · Mon Jun 22 22:38:32 2015 -0500
  81. e822b4a lcd: pxa: clean-up include file order by Marcel Ziswiler · Sun Aug 16 04:16:31 2015 +0200
  82. f891e24 usb: pxa27x_udc: clean-up include file order by Marcel Ziswiler · Sun Aug 16 04:16:30 2015 +0200
  83. 7cfcbee serial: pxa: clean-up include file order by Marcel Ziswiler · Sun Aug 16 04:16:29 2015 +0200
  84. 2c64583 arm: pxa: mmc: clean-up include file order by Marcel Ziswiler · Sun Aug 16 04:16:27 2015 +0200
  85. 1558797 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Sun Aug 23 20:44:25 2015 -0400
  86. 12a8d79 gpio: Add DW APB GPIO driver by Marek Vasut · Tue Jun 23 15:54:19 2015 +0200
  87. eb447cb ddr: altera: Repair uninited variable by Marek Vasut · Mon Aug 10 23:01:43 2015 +0200
  88. af67cf3 ddr: altera: Replace float multiplication with integer one by Marek Vasut · Mon Aug 10 22:50:11 2015 +0200
  89. a83ccd5 net: e1000: Add Kconfig options by Simon Glass · Wed Aug 19 09:33:41 2015 -0600
  90. 9f86b38 net: e1000: Convert to driver model by Simon Glass · Wed Aug 19 09:33:40 2015 -0600
  91. c53abc3 net: e1000: Prepare for driver model conversion by Simon Glass · Wed Aug 19 09:33:39 2015 -0600
  92. cece904 net: e1000: Move #include of common.h to the C files by Simon Glass · Wed Aug 19 09:33:38 2015 -0600
  93. d9c4d2a net: e1000: Support 64-bit physical address by Mingkai Hu · Tue Aug 18 14:06:26 2015 -0700
  94. af83c78 usb: dwc2: Rename to dwc2_usb by Marek Vasut · Wed Aug 12 22:19:15 2015 +0200
  95. ac4a35f usb: dwc2: Add original Synopsys compat string by Marek Vasut · Wed Aug 12 22:19:14 2015 +0200
  96. 2b9d163 usb: gadget: ether: populate _reset_ callback by Kishon Vijay Abraham I · Wed Aug 19 13:49:48 2015 +0530
  97. 9cceb95 usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop by Kishon Vijay Abraham I · Wed Aug 19 13:49:47 2015 +0530
  98. 8db2520 usb: gadget: ether: Perform board initialization from ethernet gadget driver by Kishon Vijay Abraham I · Wed Aug 19 13:49:46 2015 +0530
  99. 65bb454 usb: xhci: Fix a potential NULL pointer dereference by Sergey Temerkhanov · Mon Aug 17 15:38:07 2015 +0300
  100. 64bbb7d usb: spear: Add support for both SPEAr600 EHCI controllers by Stefan Roese · Tue Aug 18 09:27:18 2015 +0200