1. c9956d8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon May 15 13:01:26 2017 -0400
  2. 0670cac omap24xx_i2c.c: Drop references to CONFIG_OMAP243X by Tom Rini · Fri May 12 22:33:15 2017 -0400
  3. 4601333 i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT by Simon Glass · Fri May 12 21:09:58 2017 -0600
  4. cb05d9d i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD by Simon Glass · Fri May 12 21:09:54 2017 -0600
  5. 3dc631d ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3 by Adam Ford · Mon Apr 17 08:09:40 2017 -0500
  6. e9d8527 drivers: i2c: davinci_i2c: Update davinci i2c driver to driver model by Cooper Jr., Franklin · Thu Apr 20 10:25:43 2017 -0500
  7. e1f7f6d i2c: davinci: Split functions into two parts for future DM support by Cooper Jr., Franklin · Thu Apr 20 10:25:42 2017 -0500
  8. 14fdaa8 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Mon May 08 15:44:44 2017 -0400
  9. 7f61331 aspeed: Add I2C Driver by maxims@google.com · Mon Apr 17 12:00:30 2017 -0700
  10. 9220d50 sunxi: i2c: Add support for DM I2C by Jernej Skrabec · Thu Apr 27 00:03:36 2017 +0200
  11. cffa503 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Apr 18 11:36:06 2017 -0400
  12. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · Mon Mar 27 11:41:03 2017 -0700
  13. 5f0ce63 rockchip: i2c: Enable i2c for rk3399 by eric.gao@rock-chips.com · Mon Apr 10 10:17:03 2017 +0800
  14. 861c041 i2c: Drop unused i2c_soft...() functions by Simon Glass · Tue Mar 28 10:27:31 2017 -0600
  15. 210ebce Blackfin: Remove by Tom Rini · Tue Mar 14 11:08:10 2017 -0400
  16. 3714d31 rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs by Heiko Stübner · Mon Mar 20 12:40:35 2017 +0100
  17. 0a55627 i2c: Set default I2C bus number by Lukasz Majewski · Tue Mar 21 12:08:25 2017 +0100
  18. 698a9ba i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters by Lukasz Majewski · Wed Mar 15 16:59:23 2017 +0100
  19. 4cd6fd4 i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel by Lukasz Majewski · Wed Mar 15 16:59:22 2017 +0100
  20. 54c00a1 i2c: lpc32xx: Force consistent bus numbering by Liam Beguin · Tue Mar 14 11:24:45 2017 -0400
  21. b61b623 i2c: lpc32xx: Move definitions to header file by Liam Beguin · Tue Mar 14 11:24:44 2017 -0400
  22. 285de71 i2c: lpc32xx: Remove note for DM conversation by Sylvain Lemieux · Tue Mar 14 11:24:43 2017 -0400
  23. 13232b9 i2c: lpc32xx: Add DM for lpc32xx I2C by Liam Beguin · Mon Mar 27 11:13:12 2017 -0400
  24. 326998e i2c: lpc32xx: Factor out i2c_adapter parameter by Liam Beguin · Mon Mar 27 11:11:36 2017 -0400
  25. 3fe4a6c i2c: lpc32xx: Prepare compatibility functions by Liam Beguin · Tue Mar 14 11:24:40 2017 -0400
  26. 57612f2 i2c: lpc32xx: Rename probe function by Liam Beguin · Tue Mar 14 11:24:39 2017 -0400
  27. d684adb i2c: lpi2c: add lpi2c driver for i.MX7ULP by Peng Fan · Fri Feb 24 09:54:18 2017 +0800
  28. 56762c1 fsl_i2c.c: Fix warning on gcc-6.x by Tom Rini · Thu Feb 09 15:40:16 2017 -0500
  29. 8d8371d i2c: sandbox: remove code snippet from Kconfig help by Masahiro Yamada · Sat Feb 11 12:39:55 2017 +0900
  30. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  31. ccd9702 i2c: uniphier-f: use readl_poll_timeout() to poll registers by Masahiro Yamada · Sat Jan 28 06:53:56 2017 +0900
  32. 8d4852b i2c: uniphier(-f): remove unneeded #include <dm/root.h> by Masahiro Yamada · Sat Jan 28 06:53:55 2017 +0900
  33. 645be4c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jan 18 07:21:33 2017 -0500
  34. ab23a5b Merge git://git.denx.de/u-boot-samsung by Tom Rini · Wed Jan 18 07:21:12 2017 -0500
  35. 37978c6 i2c: i2c-cdns: No need for dedicated probe function by Moritz Fischer · Mon Jan 16 09:50:47 2017 -0800
  36. 9393f58 i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0 by Moritz Fischer · Mon Jan 16 09:50:46 2017 -0800
  37. 0b24579 i2c: i2c-cdns: Reorder timeout loop for interrupt waiting by Moritz Fischer · Mon Jan 16 09:50:45 2017 -0800
  38. 61f0651 i2c: i2c-cdns: Detect unsupported sequences for rev 1.0 by Moritz Fischer · Mon Jan 16 09:50:44 2017 -0800
  39. c5d3a5e i2c: mux: Allow muxes to work as children of i2c bus without i2c-parent by Moritz Fischer · Mon Jan 16 09:46:06 2017 -0800
  40. f7e6a03 i2c: Kconfig: Add SYS_I2C_S3C24X0 entry by Jaehoon Chung · Mon Jan 09 14:47:52 2017 +0900
  41. 9ac1fdf i2c: s3c24x0: fix the compiler error for exynos4 by Jaehoon Chung · Mon Jan 09 14:47:51 2017 +0900
  42. f807776 i2c: cdns: Add additional compatible string for r1p14 of the IP. by Moritz Fischer · Thu Dec 22 09:36:10 2016 -0800
  43. 127695d Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Tue Dec 20 08:41:54 2016 -0500
  44. 36c4a7c i2c: mv_i2c.c: Correct address endianness by Bradley Bolen · Tue Dec 13 12:49:53 2016 -0500
  45. cac3006 i2c: mxc: Make 'no gpio pinctrl state' print as debug by Jagan Teki · Tue Dec 06 00:00:59 2016 +0100
  46. d9e8bb3 i2c: mxc: Print hex instead of decimal for bus address by Jagan Teki · Tue Dec 06 00:00:58 2016 +0100
  47. 0aedd7f i2c: Kconfig: Add SYS_I2C_MXC entry by Jagan Teki · Tue Dec 06 00:00:57 2016 +0100
  48. cb052ff dm: i2c: Add a note to I2C drivers which need conversion by Simon Glass · Wed Nov 23 06:34:44 2016 -0700
  49. b9d7f99 samsung: i2c: Split the high-speed I2C code into a new driver by Simon Glass · Wed Nov 23 06:34:43 2016 -0700
  50. 365c3da samsung: i2c: Drop old code from I2C driver by Simon Glass · Wed Nov 23 06:34:42 2016 -0700
  51. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · Thu Oct 13 14:19:35 2016 +0530
  52. 1f8f721 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Fri Oct 28 14:14:18 2016 -0400
  53. 66d9e1f i2c: at91_i2c: Change error return -ENODEV to -EINVAL by Wenyou Yang · Tue Sep 27 11:00:32 2016 +0800
  54. 5af5237 i2c: at91_i2c: Remove unnecessary clock calling by Wenyou Yang · Tue Sep 27 11:00:31 2016 +0800
  55. c4bc9a8 i2c: designware: Avoid overwriting the cmd_data register by Marek Vasut · Thu Oct 20 16:48:28 2016 +0200
  56. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  57. 64f9960 x86: i2c: Fix cast of address to 32-bit value by Simon Glass · Sun Sep 25 21:33:30 2016 -0600
  58. 6cddc60 cros_ec: Honor the google,remote-bus dt property by Moritz Fischer · Tue Sep 27 15:42:07 2016 -0700
  59. 00b6aad i2c: tegra: only use new clock/reset APIs by Stephen Warren · Tue Sep 13 10:46:02 2016 -0600
  60. 58e58d8 i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · Fri Sep 16 15:07:55 2016 +0200
  61. 2bbee3e i2c: mv_i2c.c: Validate read length in I2C command by jinghua · Fri Sep 16 15:07:54 2016 +0200
  62. 2b9a838 i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode) by Stefan Roese · Fri Sep 16 15:07:53 2016 +0200
  63. 8c3ba15 i2c: mv_i2c.c: Add DM support by Stefan Roese · Fri Sep 16 15:07:52 2016 +0200
  64. 90ddbb9 i2c: mv_i2c.c: Prepare driver for DM conversion by Stefan Roese · Fri Sep 16 15:07:51 2016 +0200
  65. 71c9a50 i2c: mv_i2c.c: Remove CONFIG_HARD_I2C by Stefan Roese · Fri Sep 16 15:07:50 2016 +0200
  66. 5196855 i2c: mv_i2c.c: cosmetic: Coding style cleanups by Stefan Roese · Fri Sep 16 15:07:49 2016 +0200
  67. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  68. 3529b64 i2c: at91_i2c: Fix the wrong include file by Wenyou Yang · Tue Sep 13 10:40:31 2016 +0800
  69. 27dfc94 rockchip: i2c: fix >32 byte writes by John Keeping · Thu Aug 18 20:08:42 2016 +0100
  70. bcd11c4 rockchip: i2c: move register write out of inner loop by John Keeping · Thu Aug 18 20:08:41 2016 +0100
  71. febe763 rockchip: i2c: use named constant when appropriate by John Keeping · Thu Aug 18 20:08:40 2016 +0100
  72. 932d9ab Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Fri Aug 26 07:42:06 2016 -0400
  73. abd7d31 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · Thu Aug 25 15:20:01 2016 +0200
  74. 1e75f47 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · Mon Aug 22 16:46:55 2016 -0600
  75. 1505b23 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · Thu Aug 18 11:08:43 2016 -0600
  76. cad6de4 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · Tue Aug 09 07:41:15 2016 +0200
  77. 4009b7e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Mon Aug 15 17:31:23 2016 -0400
  78. 26d8828 i2c: atmel: add i2c driver by Songjun Wu · Mon Jun 20 13:22:38 2016 +0800
  79. c704d18 i2c: tegra: add standardized clk/reset API support by Bryan Wu · Fri Aug 05 16:10:35 2016 -0600
  80. 67a8348 i2c: add Tegra186 BPMP driver by Stephen Warren · Mon Aug 08 11:28:27 2016 -0600
  81. 5cd3727 Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri Aug 12 16:00:50 2016 -0400
  82. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · Fri Aug 05 09:47:51 2016 -0600
  83. 70ab454 i2c: Drop redundant platform data setting in drivers by Simon Glass · Fri Aug 05 21:35:27 2016 -0600
  84. c344b6a i2c: i2c-uclass-compat: avoid any BSS usage by Vignesh R · Mon Jul 25 16:26:45 2016 +0530
  85. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  86. 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
  87. 964409d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Jul 26 17:34:28 2016 -0400
  88. 6e6dce6 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · Mon May 23 10:12:11 2016 +0200
  89. efd1fb8 i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · Thu Jul 21 11:57:13 2016 +0200
  90. e841b58 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · Thu Jul 21 11:57:12 2016 +0200
  91. 029a84b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · Thu Jul 21 11:57:11 2016 +0200
  92. 355a127 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · Thu Jul 21 11:57:10 2016 +0200
  93. c4eceb5 i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · Thu Jul 21 11:57:09 2016 +0200
  94. 9f7f689 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:08 2016 +0200
  95. a4ac8b7 i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · Thu Jul 21 11:57:07 2016 +0200
  96. 9e118b3 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · Thu Jul 21 11:57:06 2016 +0200
  97. bdf0f66 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:05 2016 +0200
  98. 1cc2c28 i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · Thu Jul 21 11:57:04 2016 +0200
  99. 7b0c431 i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · Thu Jul 21 11:57:03 2016 +0200
  100. f43d3e9 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · Thu Jul 21 11:57:02 2016 +0200