1. 4cfcaf7 superio: Add SMSC SIO1007 driver by Bin Meng · Wed Feb 17 00:16:22 2016 -0800
  2. a68a79e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Sat Feb 20 17:32:48 2016 -0500
  3. 1dd49d5 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Fri Feb 19 09:25:09 2016 -0500
  4. cb88cd8 drivers: usb: ohci-at91: clean up the PLLB code by Wenyou Yang · Wed Feb 03 10:20:44 2016 +0800
  5. 2f7be64 drivers: usb: atmel: clean up the UTMI PLL code by Wenyou Yang · Tue Feb 02 11:11:53 2016 +0800
  6. fbd4ac1 drivers: at91: clean up peripheral clock code by Wenyou Yang · Wed Feb 03 10:16:51 2016 +0800
  7. eb06f02 net: phy: marvell: Fix problem with phy_reset() clearing BMCR by Stefan Roese · Wed Feb 10 07:06:06 2016 +0100
  8. d1b5282 net: phy: marvell: Call phy_reset() where possible by Stefan Roese · Wed Feb 10 07:06:05 2016 +0100
  9. d8af3c9 tegra: video: Move LCD driver to use the DM PWM driver by Simon Glass · Sat Jan 30 16:38:01 2016 -0700
  10. 90836ff tegra: Convert CONFIG_PWM_TEGRA to Kconfig by Simon Glass · Sat Jan 30 16:38:00 2016 -0700
  11. 60740e7 tegra: video: Move all fdt-decoding into a single function by Simon Glass · Sat Jan 30 16:37:59 2016 -0700
  12. 264c7f7 tegra: video: Move LCD enums into the driver by Simon Glass · Sat Jan 30 16:37:58 2016 -0700
  13. b1c50fb tegra: video: Remove the static variables by Simon Glass · Sat Jan 30 16:37:57 2016 -0700
  14. e865ef3 tegra: video: Convert tegra20 LCD driver to driver model by Simon Glass · Sat Jan 30 16:37:56 2016 -0700
  15. 923128f tegra: video: Merge the two config structures together by Simon Glass · Sat Jan 30 16:37:55 2016 -0700
  16. 54832f2 tegra: video: Move the check for CONFIG_OF_CONTROL to Kconfig by Simon Glass · Sat Jan 30 16:37:54 2016 -0700
  17. d8fc3c5 tegra: video: Merge the display driver into one file by Simon Glass · Sat Jan 30 16:37:53 2016 -0700
  18. 89c0346 tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20 by Simon Glass · Sat Jan 30 16:37:51 2016 -0700
  19. fad7218 tegra: nyan-big: Move the LCD driver to driver model by Simon Glass · Sat Jan 30 16:37:50 2016 -0700
  20. 118d11f tegra: lcd: Merge tegra124-lcd.c into display.c by Simon Glass · Sat Jan 30 16:37:47 2016 -0700
  21. 97f6c52 tegra: pwm: Add a driver for the tegra PWM by Simon Glass · Sat Jan 30 16:37:46 2016 -0700
  22. 5f4de1f tegra: gpio: Show the GPIO value for outputs by Simon Glass · Sat Jan 30 16:37:45 2016 -0700
  23. a40f7a2 tegra: mmc: Fix comments in the MMC driver init by Simon Glass · Sat Jan 30 16:37:42 2016 -0700
  24. 4f3873d dm: video: Flush the cache after a puts() by Simon Glass · Sat Jan 30 16:37:41 2016 -0700
  25. feb53e2 tegra: keyboard: Fix the init order by Simon Glass · Sat Jan 30 16:37:40 2016 -0700
  26. 2bb6872 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sun Feb 14 08:39:32 2016 -0500
  27. 94bf8b5 usb: remove UniPhier EHCI driver by Masahiro Yamada · Tue Feb 02 21:11:38 2016 +0900
  28. e4dfb05 clk: uniphier: add Media I/O clock driver for UniPhier SoCs by Masahiro Yamada · Tue Feb 02 21:11:32 2016 +0900
  29. c7b0bc7 arasan: nfc: Add initial nand driver support for arasan by Siva Durga Prasad Paladugu · Tue Nov 17 14:30:10 2015 +0530
  30. 937ad76 zynqmp: nand: Add Nand driver support for zynqmp by Siva Durga Prasad Paladugu · Tue Nov 17 14:30:09 2015 +0530
  31. f6ca2a6 mtd: pxa3xx_nand: Don't alloc unneeded memory by Kevin Smith · Thu Jan 14 16:01:39 2016 +0000
  32. 4d21b59 mtd: pxa3xx_nand: Correct offset calculation by Kevin Smith · Thu Jan 14 16:01:38 2016 +0000
  33. 8a02d63 mtd: pxa3xx_nand: Correct null dereference by Kevin Smith · Thu Jan 14 16:01:36 2016 +0000
  34. e37d5a9 nand: mxs: fix error handling for mxs_nand_init by Peng Fan · Wed Jan 27 10:38:02 2016 +0800
  35. f4a63c9 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Feb 11 18:18:15 2016 -0500
  36. 86f0746 dm: video: Add a temporary work-around for old stdout var by Simon Glass · Sat Feb 06 14:31:37 2016 -0700
  37. 615b145 s3c24xx: serial: Remove dead code by David Müller (ELSOFT AG) · Sat Feb 06 07:57:29 2016 +0100
  38. 440fc76 Remove unused CONFIG_HWFLOW option and associated dead code. by David Müller (ELSOFT AG) · Sat Feb 06 07:57:27 2016 +0100
  39. fe6fbf3 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · Sat Feb 06 07:57:25 2016 +0100
  40. c838673 drivers: net: keystone_net: convert driver to adopt device driver model by Mugunthan V N · Tue Feb 02 15:51:33 2016 +0530
  41. cbd7daa drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH by Mugunthan V N · Tue Feb 02 15:51:32 2016 +0530
  42. b5f88e8 dm: pxa: serial: Drop serial_sa1100 serial driver by Simon Glass · Sun Jan 31 09:16:16 2016 -0700
  43. e62df99 dm: serial: Drop serial_max3100 serial driver by Simon Glass · Sun Jan 31 09:16:15 2016 -0700
  44. 5e86d7e dm: freescale: serial: Drop serial_imx serial driver by Simon Glass · Sun Jan 31 09:16:14 2016 -0700
  45. b82d544 dm: opencores: Drop opencores_yanu serial driver by Simon Glass · Sun Jan 31 09:16:13 2016 -0700
  46. 1942e14 dm: freescale: Drop mxs_auart serial driver by Simon Glass · Sun Jan 31 09:16:12 2016 -0700
  47. 931a7a5 serial: serial_stm32: move clock config from driver to board by Vikas Manocha · Tue Jan 26 18:12:20 2016 -0800
  48. 3d93c94 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Mon Feb 08 09:48:04 2016 -0500
  49. 888a90c video: bcm2835: use bus_to_phys() on FB address by Stephen Warren · Sat Feb 06 10:42:43 2016 -0700
  50. c994c9c net: davinci_emac: fix NULL check after pointer dereference by Vishwas Srivastava · Tue Jan 26 12:46:42 2016 +0530
  51. 8aaeb1f net: fix wrong initialization in davinci-emac driver by Vishwas Srivastava · Mon Jan 25 21:28:17 2016 +0530
  52. 1f47573 video: Use 'int' for loop variables instead of short by Simon Glass · Sat Jan 30 15:45:16 2016 -0700
  53. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  54. 83cf24c net: e1000: Convert to use DM PCI API by Bin Meng · Tue Feb 02 05:58:01 2016 -0800
  55. 6c3300c net: designware: Use dm_pci_mem_to_phys() in the probe routine by Bin Meng · Tue Feb 02 05:58:00 2016 -0800
  56. 7c1d055 net: pch_gbe: Convert to use DM PCI API by Bin Meng · Tue Feb 02 05:57:59 2016 -0800
  57. 6e916cc x86: ich6_gpio: Convert to use proper DM API by Bin Meng · Mon Feb 01 01:40:47 2016 -0800
  58. ac371d6 x86: pch9: Implement get_io_base op by Bin Meng · Mon Feb 01 01:40:46 2016 -0800
  59. b9c951d dm: pch: Add get_io_base op by Bin Meng · Mon Feb 01 01:40:45 2016 -0800
  60. fd2afdf x86: pch: Implement get_gpio_base op by Bin Meng · Mon Feb 01 01:40:44 2016 -0800
  61. 8fec3e1 dm: pch: Add get_gpio_base op by Bin Meng · Mon Feb 01 01:40:43 2016 -0800
  62. 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · Mon Feb 01 01:40:42 2016 -0800
  63. 1124562 dm: pch: Remove pch_get_version op by Bin Meng · Mon Feb 01 01:40:41 2016 -0800
  64. 0d3792c spi: ich: Change PCHV_ to ICHV_ by Bin Meng · Mon Feb 01 01:40:38 2016 -0800
  65. d940667 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · Mon Feb 01 01:40:37 2016 -0800
  66. 316fd94 spi: ich: Some clean up by Bin Meng · Mon Feb 01 01:40:36 2016 -0800
  67. f6de3c5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Feb 04 06:56:23 2016 -0500
  68. 74387b9 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Feb 04 06:56:20 2016 -0500
  69. 1e35776 Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" by Dinh Nguyen · Tue Jan 19 09:16:21 2016 -0600
  70. 0d64b5b usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed by Frank Wang · Wed Jan 27 12:39:40 2016 -0800
  71. 7559604 dm: vybrid_gpio: Drop legacy code by Bhuvanchandra DV · Wed Jan 27 10:31:53 2016 +0530
  72. 0bb4c4c dm: lpuart: Drop the legacy code by Bhuvanchandra DV · Wed Jan 27 10:31:52 2016 +0530
  73. 59c88d8 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Tue Feb 02 07:24:52 2016 -0500
  74. 29a47af Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Feb 02 06:51:05 2016 -0500
  75. ce76495 atmel_nand: Add 32 bit ecc support for sama5d2 chip by Josh Wu · Tue Nov 24 16:34:01 2015 +0800
  76. 247a2d0 atmel_nand_ecc: update pmecc registers according to sama5d2 chip by Josh Wu · Tue Nov 24 16:34:00 2015 +0800
  77. 6b731c9 drivers: net: Add ethernet driver for Microchip PIC32. by Purna Chandra Mandal · Thu Jan 28 15:30:21 2016 +0530
  78. d249984 drivers: net: phy: add SMSC LAN8740 Phy support. by Purna Chandra Mandal · Thu Jan 28 15:30:20 2016 +0530
  79. be03317 drivers: mmc: add driver for Microchip PIC32 SDHCI controller. by Andrei Pistirica · Thu Jan 28 15:30:18 2016 +0530
  80. e80d11f drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · Thu Jan 28 15:30:15 2016 +0530
  81. 1dc4283 drivers: serial: add driver for Microchip PIC32 UART controller. by Paul Thacker · Thu Jan 28 15:30:14 2016 +0530
  82. 0ee99ca drivers: gpio: add driver for Microchip PIC32 GPIO controller. by Purna Chandra Mandal · Thu Jan 28 15:30:13 2016 +0530
  83. db4fbfc drivers: pinctrl: Add pinctrl driver for Microchip PIC32. by Purna Chandra Mandal · Thu Jan 28 15:30:12 2016 +0530
  84. 699f919 drivers: clk: Add clock driver for Microchip PIC32 Microcontroller. by Purna Chandra Mandal · Thu Jan 28 15:30:11 2016 +0530
  85. 88ba4d6 driver: net: fsl-mc: Update print to reflect correct string by Prabhakar Kushwaha · Wed Jan 20 12:04:37 2016 +0530
  86. 901a88e driver: net: fsl-mc: Memset dprc_cfg before configuring by Prabhakar Kushwaha · Wed Jan 20 12:04:19 2016 +0530
  87. 69f617f video: sandbox: Allow selection of font size and console name by Simon Glass · Thu Jan 14 18:10:49 2016 -0700
  88. b3a72b3 video: Allow selection of the driver and font size by Simon Glass · Thu Jan 14 18:10:48 2016 -0700
  89. c5332cb video: Add the Cantoraone decorative font by Simon Glass · Thu Jan 14 18:10:46 2016 -0700
  90. cffe741 video: Add the Rufscript handwriting font by Simon Glass · Thu Jan 14 18:10:45 2016 -0700
  91. 87b7dae video: Add the AnkaCoder mono-spaced font by Simon Glass · Thu Jan 14 18:10:44 2016 -0700
  92. 6e9d6e0 video: Add the Nimbus sans font by Simon Glass · Thu Jan 14 18:10:43 2016 -0700
  93. 2ef353e video: Add a console driver that uses TrueType fonts by Simon Glass · Thu Jan 14 18:10:42 2016 -0700
  94. 33bd3b6 video: Provide a backspace method by Simon Glass · Thu Jan 14 18:10:41 2016 -0700
  95. afee743 video: Provide a signal when a new console line is started by Simon Glass · Thu Jan 14 18:10:40 2016 -0700
  96. a74451d video: Provide a left margin for the text console by Simon Glass · Thu Jan 14 18:10:39 2016 -0700
  97. 37b8020 video: Handle the 'bell' character by Simon Glass · Thu Jan 14 18:10:38 2016 -0700
  98. 52c10c5 video: Use fractional units for X coordinates by Simon Glass · Thu Jan 14 18:10:37 2016 -0700
  99. 6e0721d video kconfig console_normal by Simon Glass · Fri Jan 22 21:53:37 2016 +0100
  100. bcbb319 video: Add stb TrueType font renderer by Simon Glass · Thu Jan 14 18:10:34 2016 -0700