1. 58e58d8 i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · Fri Sep 16 15:07:55 2016 +0200
  2. 2bbee3e i2c: mv_i2c.c: Validate read length in I2C command by jinghua · Fri Sep 16 15:07:54 2016 +0200
  3. 2b9a838 i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode) by Stefan Roese · Fri Sep 16 15:07:53 2016 +0200
  4. 8c3ba15 i2c: mv_i2c.c: Add DM support by Stefan Roese · Fri Sep 16 15:07:52 2016 +0200
  5. 90ddbb9 i2c: mv_i2c.c: Prepare driver for DM conversion by Stefan Roese · Fri Sep 16 15:07:51 2016 +0200
  6. 71c9a50 i2c: mv_i2c.c: Remove CONFIG_HARD_I2C by Stefan Roese · Fri Sep 16 15:07:50 2016 +0200
  7. 5196855 i2c: mv_i2c.c: cosmetic: Coding style cleanups by Stefan Roese · Fri Sep 16 15:07:49 2016 +0200
  8. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  9. 3529b64 i2c: at91_i2c: Fix the wrong include file by Wenyou Yang · Tue Sep 13 10:40:31 2016 +0800
  10. 27dfc94 rockchip: i2c: fix >32 byte writes by John Keeping · Thu Aug 18 20:08:42 2016 +0100
  11. bcd11c4 rockchip: i2c: move register write out of inner loop by John Keeping · Thu Aug 18 20:08:41 2016 +0100
  12. febe763 rockchip: i2c: use named constant when appropriate by John Keeping · Thu Aug 18 20:08:40 2016 +0100
  13. 932d9ab Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Fri Aug 26 07:42:06 2016 -0400
  14. abd7d31 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · Thu Aug 25 15:20:01 2016 +0200
  15. 1e75f47 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · Mon Aug 22 16:46:55 2016 -0600
  16. 1505b23 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · Thu Aug 18 11:08:43 2016 -0600
  17. cad6de4 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · Tue Aug 09 07:41:15 2016 +0200
  18. 4009b7e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Mon Aug 15 17:31:23 2016 -0400
  19. 26d8828 i2c: atmel: add i2c driver by Songjun Wu · Mon Jun 20 13:22:38 2016 +0800
  20. c704d18 i2c: tegra: add standardized clk/reset API support by Bryan Wu · Fri Aug 05 16:10:35 2016 -0600
  21. 67a8348 i2c: add Tegra186 BPMP driver by Stephen Warren · Mon Aug 08 11:28:27 2016 -0600
  22. 5cd3727 Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri Aug 12 16:00:50 2016 -0400
  23. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · Fri Aug 05 09:47:51 2016 -0600
  24. 70ab454 i2c: Drop redundant platform data setting in drivers by Simon Glass · Fri Aug 05 21:35:27 2016 -0600
  25. c344b6a i2c: i2c-uclass-compat: avoid any BSS usage by Vignesh R · Mon Jul 25 16:26:45 2016 +0530
  26. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  27. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · Tue Jul 05 17:10:09 2016 -0600
  28. 964409d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Jul 26 17:34:28 2016 -0400
  29. 6e6dce6 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · Mon May 23 10:12:11 2016 +0200
  30. efd1fb8 i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · Thu Jul 21 11:57:13 2016 +0200
  31. e841b58 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · Thu Jul 21 11:57:12 2016 +0200
  32. 029a84b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · Thu Jul 21 11:57:11 2016 +0200
  33. 355a127 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · Thu Jul 21 11:57:10 2016 +0200
  34. c4eceb5 i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · Thu Jul 21 11:57:09 2016 +0200
  35. 9f7f689 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:08 2016 +0200
  36. a4ac8b7 i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · Thu Jul 21 11:57:07 2016 +0200
  37. 9e118b3 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · Thu Jul 21 11:57:06 2016 +0200
  38. bdf0f66 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:05 2016 +0200
  39. 1cc2c28 i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:04 2016 +0200
  40. 7b0c431 i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · Thu Jul 21 11:57:03 2016 +0200
  41. f43d3e9 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · Thu Jul 21 11:57:02 2016 +0200
  42. 2b656eb i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · Thu Jul 21 11:57:01 2016 +0200
  43. 560037b drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · Mon Jul 18 15:11:01 2016 +0530
  44. 38d943a drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · Mon Jul 18 15:11:00 2016 +0530
  45. bbf1ccf drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable by Mugunthan V N · Mon Jul 18 15:10:58 2016 +0530
  46. fa1f73f ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · Tue Jul 19 21:56:13 2016 +0900
  47. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  48. d40c885 drivers: i2c: mxc: Add early init by Yuan Yao · Wed Jun 08 18:24:51 2016 +0800
  49. c42be01 i2c: mvtwsi: Eliminate twsi_control_flags by Chris Packham · Fri May 13 15:19:31 2016 +1200
  50. 38fe7dc i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr by Stefan Roese · Thu Apr 28 09:47:19 2016 +0200
  51. b71955f i2c: Add entry for Designware I2C driver in Kconfig by Stefan Roese · Thu Apr 28 09:47:17 2016 +0200
  52. 349686c dm: fsl_i2c: Enable DM for FSL I2C by mario.six@gdsys.cc · Mon Apr 25 08:31:09 2016 +0200
  53. 416b2dc dm: fsl_i2c: Factor out adap parameter by mario.six@gdsys.cc · Mon Apr 25 08:31:08 2016 +0200
  54. 2d96aa7 dm: fsl_i2c: Prepare compatibility functions by mario.six@gdsys.cc · Mon Apr 25 08:31:07 2016 +0200
  55. 271fb69 dm: fsl_i2c: Rename methods for reading/writing data by mario.six@gdsys.cc · Mon Apr 25 08:31:06 2016 +0200
  56. 4a79069 dm: fsl_i2c: Rename probe method by mario.six@gdsys.cc · Mon Apr 25 08:31:05 2016 +0200
  57. 8230fc4 dm: fsl_i2c: Remove unnecessary variable by mario.six@gdsys.cc · Mon Apr 25 08:31:04 2016 +0200
  58. 2eae9d0 dm: fsl_i2c: Reword and clarify comment by mario.six@gdsys.cc · Mon Apr 25 08:31:03 2016 +0200
  59. a447265 dm: fsl_i2c: Use clearer parameter names by mario.six@gdsys.cc · Mon Apr 25 08:31:02 2016 +0200
  60. 7d43b4e dm: fsl_i2c: Rename I2C register structure by mario.six@gdsys.cc · Mon Apr 25 08:31:01 2016 +0200
  61. abb3e13 i2c: designware_i2c: Optionally check enable status register by Stefan Roese · Wed Apr 27 09:02:12 2016 +0200
  62. 81aaacc i2c: muxes: Add support for TI PCA954X mux by Michal Simek · Mon Apr 25 10:50:42 2016 +0200
  63. 91429f4 i2c: cdns: Support different bus speeds by Michal Simek · Thu Apr 14 14:15:49 2016 +0200
  64. 48cd206 i2c: cdns: Moving speed setup from probe to set_bus_speed function by Michal Simek · Thu Apr 14 14:15:48 2016 +0200
  65. 97ba81f i2c: cdns: Read address from DT in ofdata_to_platdata by Michal Simek · Thu Apr 14 14:15:47 2016 +0200
  66. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · Sat Apr 30 19:18:00 2016 -0700
  67. 3848120 i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) by Stefan Roese · Thu Apr 21 08:19:42 2016 +0200
  68. 3cb2796 i2c: designware_i2c: Add DM support by Stefan Roese · Thu Apr 21 08:19:41 2016 +0200
  69. 41de766 i2c: designware_i2c: Prepare for DM driver conversion by Stefan Roese · Thu Apr 21 08:19:40 2016 +0200
  70. 88893c9 i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed() by Stefan Roese · Thu Apr 21 08:19:39 2016 +0200
  71. 3bc33ba i2c: designware_i2c: Add dw_i2c_enable() helper function by Stefan Roese · Thu Apr 21 08:19:38 2016 +0200
  72. 5a3a3a4 i2c: designware_i2c: Add ic_enable_status to ic_regs struct by Stefan Roese · Thu Apr 21 08:19:37 2016 +0200
  73. 0075dac dm: i2c: Add driver for Cadence I2C IP by Moritz Fischer · Mon Dec 28 09:47:11 2015 -0800
  74. 78752d6 i2c: uniphier: use devm_get_addr() to get base address by Masahiro Yamada · Thu Mar 24 22:32:40 2016 +0900
  75. 51c2727 omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW by Guy Thouret · Fri Mar 11 16:23:41 2016 +0000
  76. 4f1a581 dm: i2c: mxc_i2c: implement i2c_idle_bus by Peng Fan · Fri Mar 11 16:47:50 2016 +0800
  77. 5a09209 mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs" by Hans de Goede · Tue Jan 26 16:51:14 2016 +0100
  78. 9afcd96 x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · Sun Jan 17 16:11:45 2016 -0700
  79. 5e66fdc x86: i2c: Add a stub driver for Intel I2C/SMbus by Simon Glass · Sun Jan 17 16:11:44 2016 -0700
  80. 6e4666b dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · Thu Jan 21 19:43:53 2016 -0700
  81. 3d15605 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:42 2016 -0700
  82. 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · Thu Jan 14 14:06:26 2016 +0100
  83. 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · Thu Jan 14 14:06:25 2016 +0100
  84. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  85. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · Mon Dec 21 13:56:33 2015 +0100
  86. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Sun Jan 03 10:32:24 2016 -0500
  87. fd99908 i2c: mxc: add a condition in case the parameter is NULL by Gong Qianyu · Fri Dec 18 17:38:01 2015 +0800
  88. 5ea6f88 Kconfig: i2c: Fix indentation by Michal Simek · Tue Dec 08 11:18:54 2015 +0100
  89. c1adca9 Kconfig: i2c: Fix typo Suport -> Support by Michal Simek · Tue Dec 08 11:18:53 2015 +0100
  90. aabdc52 i2c, avr32: fix compiler warning "input is not relaxable" by Heiko Schocher · Tue Nov 17 12:22:53 2015 +0100
  91. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  92. e2493dd i2c: soft_i2c: Fix bus indizes by Dirk Eibach · Wed Oct 28 11:46:39 2015 +0100
  93. 9459433 hrcon: Add fan controllers by Dirk Eibach · Wed Oct 28 11:46:36 2015 +0100
  94. 981bacd hrcon: Add support for the DH variant by Dirk Eibach · Wed Oct 28 11:46:35 2015 +0100
  95. 9c9f807 i2c: ihs_i2c: Fix hold_bus control by Dirk Eibach · Wed Oct 28 11:46:24 2015 +0100
  96. 2c7212b i2c: ihs_i2c: Use macro bestpractices by Dirk Eibach · Wed Oct 28 11:46:23 2015 +0100
  97. 9ac3385 i2c: ihs_i2c: Dual channel support by Dirk Eibach · Wed Oct 28 11:46:22 2015 +0100
  98. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 30 12:56:58 2015 -0400
  99. 0e58b51 armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · Mon Oct 26 19:47:50 2015 +0800
  100. ccc63f5 i2c: Instantiate I2C controllers when selected by Michal Simek · Tue Oct 27 16:02:36 2015 +0100