1. 28a1fcc new PCA9564 i2c bridge driver by Valentin Yakovenkov · Mon Oct 26 18:49:06 2009 -0400
  2. c0ff6cc Blackfin: TWI/I2C: implement bus speed get/set functions by Mike Frysinger · Wed Oct 14 19:27:27 2009 -0400
  3. 1fae8ca Blackfin: TWI/I2C: add timeout to transfer by Mike Frysinger · Wed Oct 14 19:27:26 2009 -0400
  4. 1464f4d Clean-up of s3c24x0 drivers excluding nand driver by kevin.morfitt@fearnside-systems.co.uk · Sat Oct 10 13:33:11 2009 +0900
  5. 6384da2 fsl_i2c: Do not generate STOP after read. by Joakim Tjernlund · Tue Sep 22 13:40:44 2009 +0200
  6. 5a6e061 fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR by Joakim Tjernlund · Thu Sep 17 11:07:17 2009 +0200
  7. e677e70 fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR} by Joakim Tjernlund · Thu Sep 17 11:07:16 2009 +0200
  8. c324b78 fsl_i2c: Wait for STOP condition to propagate by Joakim Tjernlund · Thu Sep 17 11:07:15 2009 +0200
  9. 2165c62 fsl_i2c: increase I2C timeout values and make them configurable by Timur Tabi · Fri Sep 04 16:28:35 2009 -0500
  10. 6e9de1d Minor coding style cleanup. by Wolfgang Denk · Mon Aug 10 10:38:34 2009 +0200
  11. 03b2a74 OMAP I2C Fix the sampling clock. by Tom Rix · Sun Jun 28 12:52:27 2009 -0500
  12. 5cd2a24 arm, i2c: added support for the TWSI I2C Interface by Heiko Schocher · Mon Jul 20 09:59:37 2009 +0200
  13. c5ca01f i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c by Heiko Schocher · Thu Jul 09 12:04:26 2009 +0200
  14. d4b35d2 Blackfin: TWI/I2C: fix pure writes by Peter Meerwald · Mon Jun 29 15:48:33 2009 -0400
  15. 469cde4 i2c: Update references to individual i2c commands by Peter Tyser · Sat Apr 18 22:34:03 2009 -0500
  16. 2e69765 i2c: Create common default i2c_[set|get]_bus_speed() functions by Peter Tyser · Sat Apr 18 22:34:01 2009 -0500
  17. f046146 tsi108_i2c: Add i2c_init() stub function by Peter Tyser · Fri Apr 24 15:34:09 2009 -0500
  18. c85a21e Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Apr 02 00:24:33 2009 +0200
  19. 7911a92 soft_i2c.c compiler/linker error by Jens Scharsig · Tue Mar 31 08:18:29 2009 +0200
  20. 6685a33 s3c24x0: move i2c driver to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Mon Mar 30 18:58:40 2009 +0200
  21. 1106923 davinci: move i2c driver to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Mon Mar 30 18:58:39 2009 +0200
  22. ac09d35 s3c44b0: move i2c driver to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Sun Mar 29 23:01:40 2009 +0200
  23. 643e7c0 8xx: add support for new keymile kmsupx4 board. by Heiko Schocher · Thu Mar 12 07:37:34 2009 +0100
  24. 2c9f3a4 83xx, i2c: add mux support for fsl_i2c by Heiko Schocher · Tue Feb 24 11:30:37 2009 +0100
  25. 3314fc6 i.MX31: Start the I2C clock on driver initialisation by Guennadi Liakhovetski · Fri Feb 13 09:23:36 2009 +0100
  26. ab9d077 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sun Feb 01 21:38:07 2009 +0100
  27. 3421667 Blackfin: overhaul i2c driver by Mike Frysinger · Mon Oct 06 04:16:47 2008 -0400
  28. 58c41f9 soft_i2c.c add option for repeated start in i2c_read() by Andrew Dyer · Mon Dec 29 17:36:01 2008 -0600
  29. 5648e51 OMAP3: Add I2C support by Dirk Behme · Sun Dec 14 09:47:18 2008 +0100
  30. 55334c7 Coding style cleanup, update CHANGELOG. by Wolfgang Denk · Tue Dec 16 01:02:17 2008 +0100
  31. 13d598f i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · Wed Dec 03 11:28:30 2008 -0600
  32. 3e9dabd Section name should be ".data", not "data" by Trent Piepho · Wed Nov 12 17:29:48 2008 -0800
  33. 5a6dc87 ARM: OMAP: Convert IO macros by Dirk Behme · Mon Nov 10 20:15:25 2008 +0100
  34. af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · Sun Oct 19 02:35:50 2008 +0200
  35. 7f3afd6 mgsuvd: fix compiler warning when using soft_i2c driver by Heiko Schocher · Fri Oct 17 13:52:51 2008 +0200
  36. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  37. 6ee861b I2C: adding new "i2c bus" Command to the I2C Subsystem. by Heiko Schocher · Wed Oct 15 09:39:47 2008 +0200
  38. 0e2f2c5 soft_i2c: Add CFG_I2C_INIT_BOARD option by Heiko Schocher · Wed Oct 15 09:38:38 2008 +0200
  39. dc7d22a soft_i2c: prevent compiler warnings if driver does not use CPU Pins. by Heiko Schocher · Wed Oct 15 09:35:26 2008 +0200
  40. 9031b21 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver. by Heiko Schocher · Wed Oct 15 09:34:45 2008 +0200
  41. 30aa8bd Merge branch 'Makefile' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Mon Sep 01 00:16:29 2008 +0200
  42. 4756dec soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Thu Aug 28 12:31:51 2008 +0200
  43. 00648a7 Add I2C frequency dividers for ColdFire by TsiChung Liew · Tue Aug 19 00:56:46 2008 +0600
  44. 76b8a13 i2c: Clean drivers/i2c/ Makefile by Michal Simek · Mon Jul 14 19:45:35 2008 +0200
  45. 3762825 Fix merge problems by Stefan Roese · Wed Aug 06 14:05:38 2008 +0200
  46. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  47. 9849e00 Fix warnings introduced by I2C bus speed setting patch by Kumar Gala · Wed Mar 26 18:53:28 2008 -0500
  48. 15ea70f add an i2c driver for mx31 by Sascha Hauer · Wed Mar 26 20:40:49 2008 +0100
  49. a48499f Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: by Wolfgang Denk · Fri Apr 11 15:11:26 2008 +0200
  50. 761ca85 add an i2c driver for mx31 by Sascha Hauer · Sun Mar 30 11:32:16 2008 +0100
  51. b301fda Add support for setting the I2C bus speed in fsl_i2c.c by Timur Tabi · Fri Mar 14 17:45:29 2008 -0500
  52. a8c9916 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Tue Nov 20 20:14:18 2007 +0100