1. d44a6ff Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Thu Nov 12 15:59:35 2015 -0500
  2. 9875e12 pengwyn: nand and ethernet fixes by Vincent BENOIT · Mon Nov 02 18:50:23 2015 +0100
  3. 1884e02 block: ahci: Remove dead code by Fabio Estevam · Sun Nov 01 13:18:27 2015 -0200
  4. 4f515fb i2c: Fix pca953x endianess issue by Dirk Eibach · Thu Oct 29 13:51:27 2015 +0100
  5. e2493dd i2c: soft_i2c: Fix bus indizes by Dirk Eibach · Wed Oct 28 11:46:39 2015 +0100
  6. 9459433 hrcon: Add fan controllers by Dirk Eibach · Wed Oct 28 11:46:36 2015 +0100
  7. 981bacd hrcon: Add support for the DH variant by Dirk Eibach · Wed Oct 28 11:46:35 2015 +0100
  8. 9c9f807 i2c: ihs_i2c: Fix hold_bus control by Dirk Eibach · Wed Oct 28 11:46:24 2015 +0100
  9. 2c7212b i2c: ihs_i2c: Use macro bestpractices by Dirk Eibach · Wed Oct 28 11:46:23 2015 +0100
  10. 9ac3385 i2c: ihs_i2c: Dual channel support by Dirk Eibach · Wed Oct 28 11:46:22 2015 +0100
  11. 1e9e619 driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep by Prabhakar Kushwaha · Sun Oct 25 13:18:54 2015 +0530
  12. 91d5254 driver: usb: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · Sun Oct 25 13:18:41 2015 +0530
  13. fdefb90 driver: dwmmc: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · Sun Oct 25 13:18:25 2015 +0530
  14. 76ea8b0 pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus() by Cheng Gu · Fri Oct 23 21:48:01 2015 +0000
  15. 33602a9 fastboot: Implement NAND backend by Maxime Ripard · Thu Oct 15 14:34:17 2015 +0200
  16. aa3eba2 fastboot: Implement flashing session counter by Maxime Ripard · Thu Oct 15 14:34:15 2015 +0200
  17. 00e8eb7 fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · Thu Oct 15 14:34:13 2015 +0200
  18. 8ce94a9 mtd: uboot: Add meaningful error message by Maxime Ripard · Thu Oct 15 14:34:09 2015 +0200
  19. 5fb0c84 Tegra: T210: Add QSPI driver by Tom Warren · Mon Oct 12 14:50:54 2015 -0700
  20. 5e44dce pci: tegra: add/enable support for Tegra210 by Stephen Warren · Mon Oct 05 17:00:44 2015 -0600
  21. 4fdee2d pci: tegra: call tegra_pcie_board_init() earlier by Stephen Warren · Mon Oct 05 17:00:43 2015 -0600
  22. e3553be pci: tegra: implement PCA enable workaround by Stephen Warren · Mon Oct 05 17:00:42 2015 -0600
  23. e4d73c3 pci: tegra: use #address-/size-cells from DT by Stephen Warren · Mon Oct 05 17:00:41 2015 -0600
  24. 50d1dba pci: tegra: clip RAM size to 32-bits by Stephen Warren · Mon Oct 05 17:00:40 2015 -0600
  25. 9c0a201 net: altera_tse: add mSG-DMA support by Thomas Chou · Mon Nov 09 14:36:29 2015 +0800
  26. 9f9d66a net: altera_tse: add priv ops to prepare msgdma support by Thomas Chou · Mon Nov 09 11:02:15 2015 +0800
  27. b917dee net: altera_tse: wait sgdma in altera_tse_recv by Thomas Chou · Mon Nov 09 08:00:00 2015 +0800
  28. 67bd52f net: altera_tse: factor out stop mac func by Thomas Chou · Sun Nov 08 10:57:05 2015 +0800
  29. cdc1152 mtd: add altera quadspi driver by Thomas Chou · Mon Nov 09 14:56:02 2015 +0800
  30. 47eae23 cfi_flash: convert to driver model by Thomas Chou · Sat Nov 07 14:31:08 2015 +0800
  31. e51b65e dm: implement a MTD uclass by Thomas Chou · Sat Nov 07 14:20:31 2015 +0800
  32. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · Tue Nov 10 01:06:16 2015 +0000
  33. 7f30312 Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · Fri Nov 06 09:21:33 2015 -0500
  34. dde1ffb net: altera_tse: get numbers of fdt address and size cells by Thomas Chou · Fri Nov 06 09:37:17 2015 +0800
  35. e2a9d2f net: altera_tse: use BIT macro by Thomas Chou · Fri Nov 06 09:37:08 2015 +0800
  36. db08920 net: altera_tse: remove the useless parenthesis by Thomas Chou · Fri Nov 06 09:36:52 2015 +0800
  37. 992b88b net: altera_tse: fix packed and aligned attribute by Thomas Chou · Fri Nov 06 09:36:41 2015 +0800
  38. 455e953 net: altera_tse: use data type u32 for regs and desc by Thomas Chou · Fri Nov 06 09:36:26 2015 +0800
  39. 36038cd net: altera_tse: remove unused macro and regs def by Thomas Chou · Fri Nov 06 09:36:06 2015 +0800
  40. 083cbdd altera_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · Tue Nov 03 14:19:02 2015 +0800
  41. 2636a1e altera_jtag_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · Tue Nov 03 14:18:27 2015 +0800
  42. ef4b350 spi: altera_spi: minor clean up by Thomas Chou · Sat Oct 31 20:55:48 2015 +0800
  43. f4c874b misc: altera_sysid: minor clean up by Thomas Chou · Sat Oct 31 20:54:53 2015 +0800
  44. 90b1d79 timer: altera_timer: minor clean up by Thomas Chou · Sat Oct 31 20:54:16 2015 +0800
  45. 9baccdc timer: altera_timer: use BIT macro by Thomas Chou · Thu Oct 29 21:16:39 2015 +0800
  46. 65a50c9 serial: altera_uart: minor clean up by Thomas Chou · Sat Oct 31 20:53:23 2015 +0800
  47. 94c3921 serial: altera_uart: use BIT macro by Thomas Chou · Thu Oct 29 21:18:01 2015 +0800
  48. 5cbdb8c serial: altera_jtag_uart: minor clean up by Thomas Chou · Sat Oct 31 20:52:38 2015 +0800
  49. bd5bd7a serial: altera_jtag_uart: use BIT macro by Thomas Chou · Thu Oct 29 21:09:31 2015 +0800
  50. 1cd8761 sf: Add SPI NOR protection mechanism by Fabio Estevam · Thu Nov 05 12:43:42 2015 -0200
  51. d970969 sf: Add SPI protection mechanism from the kernel by Fabio Estevam · Thu Nov 05 12:43:41 2015 -0200
  52. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · Thu Nov 05 12:43:39 2015 -0200
  53. dae7b73 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Nov 05 07:47:21 2015 -0500
  54. e5e2498 Merge git://git.denx.de/u-boot-samsung by Tom Rini · Thu Nov 05 07:46:45 2015 -0500
  55. 5edcf4c Merge git://git.denx.de/u-boot-usb by Tom Rini · Thu Nov 05 07:46:37 2015 -0500
  56. ccdaff3 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · Thu Nov 05 07:46:28 2015 -0500
  57. d52a5a7f video: Drop DEV_EXT_VIDEO flag by Bin Meng · Tue Nov 03 23:23:38 2015 -0800
  58. 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · Tue Nov 03 23:23:37 2015 -0800
  59. cb4ac0b spi: cadence_qspi: Ensure check for max frequency in place by Chin Liang See · Sat Oct 17 08:32:38 2015 -0500
  60. f1d200f spi: cadence_qspi: Fix fdt read of spi-max-frequency by Chin Liang See · Sat Oct 17 08:32:14 2015 -0500
  61. 36431f9 spi: cadence_qspi: Ensure spi_calibration is run when sclk change by Chin Liang See · Sat Oct 17 08:31:55 2015 -0500
  62. 1e4fa7c Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Wed Nov 04 18:30:51 2015 -0500
  63. b9b8c2f rtc: Add MCP79411 support to DS1307 rtc driver by Andy Fleming · Wed Oct 21 18:59:06 2015 -0500
  64. 23d9b62 arm: zynq: Move serial driver to driver model by Simon Glass · Sat Oct 17 19:41:27 2015 -0600
  65. 4ef8bc5 arm: zynq: serial: Drop non-device-tree serial driver portions by Simon Glass · Sat Oct 17 19:41:26 2015 -0600
  66. 091f6a3 arm: zynq: Support the debug UART by Simon Glass · Sat Oct 17 19:41:22 2015 -0600
  67. c860e3e dm: serial: Deal with stdout-path with an alias by Simon Glass · Sat Oct 17 19:41:17 2015 -0600
  68. e8d13bb usb: udc: Fix warnings on 64-bit builds by Michal Simek · Fri Oct 30 16:21:30 2015 +0100
  69. 6c7d003 usb: lthor: Specify correct parameter for sizeof type by Michal Simek · Fri Oct 30 16:19:43 2015 +0100
  70. 698cd6f usb: dwc3: Fix warnings on 64-bit builds by Michal Simek · Fri Oct 30 16:24:06 2015 +0100
  71. 354e39e dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · Tue Oct 20 15:22:00 2015 +0530
  72. 66cb3e4 ohci: Add missing cache-flush for hcca area by Hans de Goede · Tue Oct 20 18:39:29 2015 +0200
  73. 11fd15d mmc: atmel: Add atmel sdhci support by Wenyou Yang · Mon Nov 02 10:57:09 2015 +0800
  74. 09456d9 mmc: sdhci: Fix the SD clock stop sequence by Wenyou Yang · Tue Sep 22 14:59:25 2015 +0800
  75. c6799ce mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card by Yangbo Lu · Thu Sep 17 10:27:48 2015 +0800
  76. 81eacd6 mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter Card by Yangbo Lu · Thu Sep 17 10:27:12 2015 +0800
  77. 61a9337 Powerpc: eSDHC: expand a fix to T4160 by Shaohui Xie · Fri Sep 11 19:02:13 2015 +0800
  78. 44468ef s5p sdhci: call pinmux for card's gpio pins before use them by Przemyslaw Marczak · Wed Oct 28 15:41:50 2015 +0100
  79. 1bc7f23 sandbox: add ADC driver by Przemyslaw Marczak · Tue Oct 27 13:08:06 2015 +0100
  80. d8c1562 dm: adc: add Exynos54xx compatible ADC driver by Przemyslaw Marczak · Tue Oct 27 13:08:01 2015 +0100
  81. e0cb85b dm: adc: add simple ADC uclass implementation by Przemyslaw Marczak · Tue Oct 27 13:08:00 2015 +0100
  82. c900103 dm: regulator: add function device_get_supply_regulator() by Przemyslaw Marczak · Tue Oct 27 13:07:59 2015 +0100
  83. 9181512 dm: pmic: add s2mps11 PMIC I/O driver by Przemyslaw Marczak · Tue Oct 27 13:07:58 2015 +0100
  84. 23aeb92 lcd: atmel: Add 32bpp support for HLCDC by Marek Vasut · Fri Oct 23 22:55:40 2015 +0200
  85. 0b7d54e mmc: atmel: Zap global 'initialized' variable by Marek Vasut · Fri Oct 23 20:46:31 2015 +0200
  86. 903fc1d mmc: atmel: Implement proper private data by Marek Vasut · Fri Oct 23 20:46:30 2015 +0200
  87. 6da7779 mmc: atmel: Fix clock configuration by Marek Vasut · Fri Oct 23 20:46:29 2015 +0200
  88. 34524b1 mmc: atmel: Silence debug output by Marek Vasut · Fri Oct 23 20:46:28 2015 +0200
  89. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 30 12:56:58 2015 -0400
  90. 6dc192d drivers/ddr/fsl_ddr: Make SR_IE configurable by Joakim Tjernlund · Wed Oct 14 16:32:00 2015 +0200
  91. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 29 16:30:33 2015 -0400
  92. c3944fd dm: core: Remove unnecessary codes in uclass_pre_remove_device() by Bin Meng · Wed Oct 07 21:32:40 2015 -0700
  93. feff27d net: pch_gbe: Add driver remove support by Bin Meng · Wed Oct 07 21:32:39 2015 -0700
  94. f0f0277 net: designware: Add driver remove support by Bin Meng · Wed Oct 07 21:32:38 2015 -0700
  95. f87a15c net: phy: Test previous phydev->dev against new mac dev by Bin Meng · Wed Oct 07 21:19:31 2015 -0700
  96. 59c6d89 net: phy: Change to print all phys that are not found by Bin Meng · Wed Oct 07 21:19:30 2015 -0700
  97. 0776c57 net: phy: Don't create phy device when there is no phy by Bin Meng · Wed Oct 07 21:19:29 2015 -0700
  98. 23e9d5c net: phy: micrel: disable NAND-tree for KSZ8051 by Sylvain Rochet · Wed Oct 07 22:54:22 2015 +0200
  99. 4a7217d net: rtl8169: Build warning fixes for 64-bit by Stephen Warren · Fri Oct 02 17:44:34 2015 -0600
  100. bd8d300 net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNL by Sylvain Lemieux · Wed Sep 09 16:29:51 2015 -0400