1. 4b2a8f2 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · Fri Jan 13 09:17:21 2017 -0500
  2. 41ff529 mmc: sunxi: revive depends on UART0_PORT_F by Masahiro Yamada · Thu Jan 12 12:16:15 2017 +0900
  3. 483a01d mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cd by Masahiro Yamada · Fri Jan 13 12:13:48 2017 +0900
  4. eeb91ad mmc: sdhci: fix NULL pointer access when host->ops is not set by Masahiro Yamada · Fri Jan 13 11:51:51 2017 +0900
  5. 54c46f9 net: gmac_rockchip: Add Rockchip GMAC driver by Sjoerd Simons · Wed Jan 11 11:46:11 2017 +0100
  6. c154fc0 net: designware: Export the operation functions by Simon Glass · Wed Jan 11 11:46:10 2017 +0100
  7. 3240e94 net: designware: Split the link init into a separate function by Simon Glass · Wed Jan 11 11:46:09 2017 +0100
  8. 4afa85e net: designware: Adjust dw_adjust_link() to return an error by Simon Glass · Wed Jan 11 11:46:08 2017 +0100
  9. 9cf8fd0 net: designware: Export various functions/struct to allow subclassing by Sjoerd Simons · Wed Jan 11 11:46:07 2017 +0100
  10. 5a808a9 rockchip: video: fix mpixelclock in rockchip HDMI by Nickey Yang Nickey Yang · Thu Dec 29 14:01:26 2016 +0800
  11. 9ea1fdf mmc: rockchip_sdhci: add clock init for mmc by Kever Yang · Wed Dec 28 11:32:35 2016 +0800
  12. 2cfca56 power_i2c.c: Fix unused variable warning by Tom Rini · Wed Jan 11 09:16:05 2017 -0500
  13. aa8bf62 Merge tag 'xilinx-for-v2017.03' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Wed Jan 11 08:04:26 2017 -0500
  14. b2c8868 mmc: move more driver config options to Kconfig by Masahiro Yamada · Tue Jan 10 13:32:07 2017 +0900
  15. f1ad728 mmc: move DesignWare-based drivers to Kconfig by Masahiro Yamada · Tue Jan 10 13:32:05 2017 +0900
  16. 7942e91 mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW by Masahiro Yamada · Tue Jan 10 13:32:04 2017 +0900
  17. dc607f8 mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIP by Masahiro Yamada · Tue Jan 10 13:32:03 2017 +0900
  18. 10e80f3 power: change from meaningless value to error number by Jaehoon Chung · Thu Dec 15 20:49:50 2016 +0900
  19. c232653 mmc: uniphier-sd: fix Kconfig dependency by Masahiro Yamada · Fri Dec 30 23:20:14 2016 +0900
  20. dcbc443 mmc: sdhci-cadence: add Cadence SD4HC support by Masahiro Yamada · Fri Dec 30 22:41:46 2016 +0900
  21. bc00a54 mmc: sdhci: combine the Host controller v3.0 feature into one condition by Jaehoon Chung · Fri Dec 30 15:30:21 2016 +0900
  22. f7558ee mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER by Jaehoon Chung · Fri Dec 30 15:30:20 2016 +0900
  23. 46d3c03 mmc: sdhci: move the callback function into sdhci_ops by Jaehoon Chung · Fri Dec 30 15:30:18 2016 +0900
  24. d4cb6ba mmc: s5p_sdhci: add the s5p_set_clock function by Jaehoon Chung · Fri Dec 30 15:30:17 2016 +0900
  25. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · Fri Dec 30 15:30:16 2016 +0900
  26. 730a595 mmc: sdhci: remove the SDHCI_QUIRK_NO_CD by Jaehoon Chung · Fri Dec 30 15:30:15 2016 +0900
  27. 9174eb4 mmc: pic32_sdhci: move the code to pic32_sdhci.c by Jaehoon Chung · Fri Dec 30 15:30:14 2016 +0900
  28. 1e81af8 mmc: sdhci: remove the unused code about testing Card detect by Jaehoon Chung · Fri Dec 30 15:30:13 2016 +0900
  29. 665152e mmc: sdhci: disable the 8bit mode when host doesn't support it by Jaehoon Chung · Fri Dec 30 15:30:11 2016 +0900
  30. 6fe282a xilinx_phy: Pass correct pointer to fdtdec_get_int() by Kamensky Ivan · Tue Dec 27 19:12:23 2016 +0300
  31. e4c8e2a Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jan 10 08:19:33 2017 -0500
  32. 79417c5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Jan 10 08:19:21 2017 -0500
  33. f807776 i2c: cdns: Add additional compatible string for r1p14 of the IP. by Moritz Fischer · Thu Dec 22 09:36:10 2016 -0800
  34. baa2035 net: zynq_gem: Use clock driver for ZynqMP by Siva Durga Prasad Paladugu · Tue Nov 15 16:15:42 2016 +0530
  35. 468b55f clk: zynqmp: Add clock driver support for zynqmp by Siva Durga Prasad Paladugu · Tue Nov 15 16:15:41 2016 +0530
  36. 117b6ca fpga: zynqmp: Remove empty functions by Michal Simek · Fri Dec 16 10:01:45 2016 +0100
  37. e670965 net: gem: Use wait_for_bit() instead of private mdio_wait() by Michal Simek · Mon Dec 12 09:47:26 2016 +0100
  38. 095b761 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · Fri Nov 18 11:09:15 2016 +0530
  39. c54cb36 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Wed Jan 04 19:41:50 2017 -0500
  40. 4888179 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Jan 04 19:41:23 2017 -0500
  41. fe84507 ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLS by York Sun · Wed Dec 28 08:43:45 2016 -0800
  42. dcd28c0 ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to Kconfig by York Sun · Wed Dec 28 08:43:44 2016 -0800
  43. be73553 powerpc: mpc85xx: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig by York Sun · Wed Dec 28 08:43:43 2016 -0800
  44. 097e360 mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to Kconfig by York Sun · Wed Dec 28 08:43:42 2016 -0800
  45. 1dc61ca arm: layerscape: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig by York Sun · Wed Dec 28 08:43:41 2016 -0800
  46. d297d39 fsl_ddr: Move DDR config options to driver Kconfig by York Sun · Wed Dec 28 08:43:40 2016 -0800
  47. d7dd06c powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014 by York Sun · Wed Dec 28 08:43:32 2016 -0800
  48. fa419942 crypto: Move CONFIG_SYS_FSL_SEC_LE and _BE to Kconfig by York Sun · Wed Dec 28 08:43:31 2016 -0800
  49. 92c36e2 crypto: Move SYS_FSL_SEC_COMPAT into driver Kconfig by York Sun · Wed Dec 28 08:43:30 2016 -0800
  50. 991402e mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print by Jagan Teki · Tue Jan 03 00:24:36 2017 +0100
  51. 2d3be6f spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible by Vignesh R · Wed Dec 21 10:42:33 2016 +0530
  52. 4f06bf2 spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible by Vignesh R · Wed Dec 21 10:42:32 2016 +0530
  53. 19d39fc spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI by Priit Laes · Mon Jan 02 20:24:50 2017 +0200
  54. 84c4560 pci: kconfig: fix spelling in description by Marcel Ziswiler · Mon Dec 19 15:38:05 2016 +0100
  55. bd5867a video: tegra: fix spelling in comment by Marcel Ziswiler · Mon Dec 19 15:38:04 2016 +0100
  56. 418faac imx: thermal: Kconfig: add MX7 by Peng Fan · Fri Dec 02 13:43:03 2016 +0800
  57. bfd110f mmc: move MMC_SDHCI_IO_ACCESSORS to Kconfig by Masahiro Yamada · Wed Dec 07 22:10:30 2016 +0900
  58. 124f6ce mmc: move some SDHCI related options to Kconfig by Masahiro Yamada · Wed Dec 07 22:10:29 2016 +0900
  59. 7db8c17 mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI by Masahiro Yamada · Wed Dec 07 22:10:28 2016 +0900
  60. e8b9972 mmc: make MMC driver entries dependent on MMC by Masahiro Yamada · Wed Dec 07 22:10:27 2016 +0900
  61. a5ed4be mmc: complete unfinished move of CONFIG_MMC by Masahiro Yamada · Wed Dec 07 22:10:26 2016 +0900
  62. 0ad0b61 Update Maintainer and Author's email address by Ajay Bhargav · Wed Dec 21 13:28:06 2016 +0530
  63. 36901a4 timer: Support clocks via phandle by Zakharov Vlad · Fri Dec 09 17:18:32 2016 +0300
  64. dd242ab regulator: fixed: Add support to handle enable-active-high DT property by Vignesh R · Wed Dec 07 16:55:06 2016 +0530
  65. e22e6d9 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Dec 23 18:41:32 2016 -0500
  66. bc6c9aa Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · Fri Dec 23 10:17:22 2016 -0500
  67. 42b5d88 power: pmic: add the max8998 controller for DM by Jaehoon Chung · Thu Dec 15 18:21:10 2016 +0900
  68. 2cdeab2 mmc: Extend dependencies for zynq sdhci by Michal Simek · Thu Dec 15 11:15:49 2016 +0100
  69. ab095d0 mmc: spear: remove the entire spear_sdhci.c file by Jaehoon Chung · Fri Dec 02 17:46:10 2016 +0900
  70. f9d3428 spi: Zap armada100_spi.c and env by Jagan Teki · Fri Nov 25 00:58:58 2016 +0530
  71. 7c3894e spi: Zap mpc52xx_spi.c, config and related code by Jagan Teki · Thu Dec 15 17:36:47 2016 +0100
  72. 33290c9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Tue Dec 20 08:42:50 2016 -0500
  73. 127695d Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Tue Dec 20 08:41:54 2016 -0500
  74. 0fe6d0e gpio: zynq: Remove empty line by Michal Simek · Thu Dec 15 09:57:25 2016 +0100
  75. 008838d block: Move ceva driver to DM by Michal Simek · Thu Sep 08 15:06:22 2016 +0200
  76. c886f35 dm: Add support for scsi/sata based devices by Michal Simek · Thu Sep 08 15:06:45 2016 +0200
  77. e4dab43 net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · Thu Dec 08 10:25:44 2016 +0100
  78. 92a744f serial: 16550: Add Ingenic JZ4780 support by Marek Vasut · Thu Dec 01 02:06:31 2016 +0100
  79. 1a59eec serial: 16550: Add port type as driver data by Marek Vasut · Thu Dec 01 02:06:30 2016 +0100
  80. f523c9c serial: 16550: Add getfcr accessor by Marek Vasut · Thu Dec 01 02:06:29 2016 +0100
  81. 36c4a7c i2c: mv_i2c.c: Correct address endianness by Bradley Bolen · Tue Dec 13 12:49:53 2016 -0500
  82. 4212269 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Dec 18 13:54:25 2016 -0500
  83. f88b8cc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Dec 16 18:32:43 2016 -0500
  84. cac3006 i2c: mxc: Make 'no gpio pinctrl state' print as debug by Jagan Teki · Tue Dec 06 00:00:59 2016 +0100
  85. d9e8bb3 i2c: mxc: Print hex instead of decimal for bus address by Jagan Teki · Tue Dec 06 00:00:58 2016 +0100
  86. 0aedd7f i2c: Kconfig: Add SYS_I2C_MXC entry by Jagan Teki · Tue Dec 06 00:00:57 2016 +0100
  87. f36b594 video: Kconfig: Add VIDEO_IPV3 entry by Jagan Teki · Tue Dec 06 00:00:54 2016 +0100
  88. 87e7f35 dm: net: fec: Add .read_rom_hwaddr by Jagan Teki · Tue Dec 06 00:00:51 2016 +0100
  89. c6cd8d5 net: fec_mxc: Driver cleanups by Jagan Teki · Tue Dec 06 00:00:50 2016 +0100
  90. 484f021 net: fec_mxc: Convert into driver model by Jagan Teki · Tue Dec 06 00:00:49 2016 +0100
  91. bc5fb46 net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr by Jagan Teki · Tue Dec 06 00:00:48 2016 +0100
  92. ba81b04 arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC by Patrick Bruenn · Fri Nov 04 11:57:02 2016 +0100
  93. f75b480 pinctrl: imx6: support i.MX6SLL by Peng Fan · Sun Dec 11 19:24:35 2016 +0800
  94. a2c2f6c OCOTP: Update OCOTP driver to support i.MX6SLL by Peng Fan · Sun Dec 11 19:24:33 2016 +0800
  95. 9de7160 driver: fsl-mc: qbman: Add QBMAN 4.1 support by Priyanka Jain · Wed Dec 07 12:04:05 2016 +0530
  96. 6ef52f1 Revert "sf: Fix quad bit set for micron devices" by Cyrille Pitchen · Thu Dec 15 17:45:39 2016 +0100
  97. 8d7899f sf: Do not force the DT memory map size to exactly match the device by Phil Edworthy · Fri Dec 09 15:03:39 2016 +0000
  98. 4d035ac mtd: spi: don't return -1 when scan succeed by Fabien Parent · Mon Dec 05 19:09:10 2016 +0100
  99. e3f9426 spi: cadence_qspi: Move DT prop code to match layout by Phil Edworthy · Tue Nov 29 12:58:34 2016 +0000
  100. 1fdd923 spi: cadence_qspi: Fix CS timings by Phil Edworthy · Tue Nov 29 12:58:33 2016 +0000