1. 9edd3f7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Oct 26 15:44:31 2012 -0700
  2. c9e35f3 arm: Remove support for lpc2292 by Marek Vasut · Wed Oct 03 08:54:08 2012 +0000
  3. dd01863 drivers/i2c/fsl_i2c.c: sparse fix by Kim Phillips · Tue Oct 16 14:28:43 2012 +0000
  4. 2459912 i2c: sh_i2c: use setbits/clrbits macro by Tetsuyuki Kobayashi · Thu Sep 13 19:08:05 2012 +0000
  5. 773003c i2c: sh_i2c.c: check error in i2c_read and i2c_write by Tetsuyuki Kobayashi · Thu Sep 13 19:08:01 2012 +0000
  6. cece11c i2c: sh_i2c: enable i2c_probe by Tetsuyuki Kobayashi · Thu Sep 13 19:08:00 2012 +0000
  7. c105d3f i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 by Tetsuyuki Kobayashi · Thu Sep 13 19:07:59 2012 +0000
  8. 6636bd2 i2c: sh_i2c.c: adjust for SH73A0 by Tetsuyuki Kobayashi · Thu Sep 13 19:07:58 2012 +0000
  9. b788fe3 i2c: sh_i2c.c: correct BUSY bit define in ICSR by Tetsuyuki Kobayashi · Thu Sep 13 19:07:57 2012 +0000
  10. cc4283c i2c: sh_i2c.c: support iccl and icch extension by Tetsuyuki Kobayashi · Thu Sep 13 19:07:56 2012 +0000
  11. 99ba342 imx: Use MXC_I2C_CLK in imx i2c driver by Matthias Weisser · Mon Sep 24 02:46:53 2012 +0000
  12. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · Wed Sep 19 15:50:56 2012 -0700
  13. 955cb9c i2c: sh: Remove irq_wait function by Nobuhiro Iwamatsu · Tue Oct 02 16:49:18 2012 +0000
  14. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  15. 22562a4 Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · Tue Sep 04 17:00:24 2012 -0700
  16. 584ff5f omap4 i2c: add support for i2c bus 4 by Koen Kooi · Wed Aug 08 00:57:35 2012 +0000
  17. cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · Mon Aug 13 09:53:12 2012 +0000
  18. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · Fri Aug 31 08:30:00 2012 +0000
  19. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · Sun Aug 05 09:05:31 2012 +0000
  20. be6c2e4 omap24xx_i2c: add 2-byte address support by Ilya Yanok · Fri Jun 08 03:12:09 2012 +0000
  21. c07c11d I2C: Add support for Multi channel by Rajeshwari Shinde · Mon Jul 23 21:23:54 2012 +0000
  22. 4b4480a I2C: Modify the I2C driver for EXYNOS5 by Rajeshwari Shinde · Mon Jul 23 21:23:53 2012 +0000
  23. 8df7431 I2C: Move struct s3c24x0_i2c to a common place. by Rajeshwari Shinde · Mon Jul 23 21:23:52 2012 +0000
  24. b6f9826 mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support by Troy Kisky · Thu Jul 19 08:18:20 2012 +0000
  25. a23ab22 mxc_i2c: add bus recovery support by Troy Kisky · Thu Jul 19 08:18:19 2012 +0000
  26. ae44760 mxc_i2c: prep work for multiple busses support by Troy Kisky · Thu Jul 19 08:18:18 2012 +0000
  27. a2d15da mxc_i2c: add i2c_regs argument to i2c_imx_stop by Troy Kisky · Thu Jul 19 08:18:17 2012 +0000
  28. eca037a mxc_i2c: add retries by Troy Kisky · Thu Jul 19 08:18:16 2012 +0000
  29. 8ff683a mxc_i2c: check for arbitration lost by Troy Kisky · Thu Jul 19 08:18:15 2012 +0000
  30. e203df3 mxc_i2c: change slave addr if conflicts with destination. by Troy Kisky · Thu Jul 19 08:18:14 2012 +0000
  31. fef163f mxc_i2c: don't disable controller after every transaction by Troy Kisky · Thu Jul 19 08:18:13 2012 +0000
  32. e6fa4d7 mxc_i2c: place i2c_reset code inline by Troy Kisky · Thu Jul 19 08:18:12 2012 +0000
  33. a974bcc mxc_i2c: place imx_start code inline by Troy Kisky · Thu Jul 19 08:18:11 2012 +0000
  34. e955aad mxc_i2c: remove redundant read by Troy Kisky · Thu Jul 19 08:18:10 2012 +0000
  35. f024a3b mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state by Troy Kisky · Thu Jul 19 08:18:09 2012 +0000
  36. 321a42b mxc_i2c.c: code i2c_probe as a 0 length i2c_write by Troy Kisky · Thu Jul 19 08:18:08 2012 +0000
  37. 0ce898d mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write by Troy Kisky · Thu Jul 19 08:18:07 2012 +0000
  38. 14db6f2 mxc_i2c: create i2c_init_transfer by Troy Kisky · Thu Jul 19 08:18:06 2012 +0000
  39. 30fa77c mxc_i2c: clear i2sr before waiting for bit by Troy Kisky · Thu Jul 19 08:18:05 2012 +0000
  40. 752ac8f mxc_i2c: create tx_byte function by Troy Kisky · Thu Jul 19 08:18:04 2012 +0000
  41. 2254b7f mxc_i2c: remove ifdef of CONFIG_HARD_I2C by Troy Kisky · Thu Jul 19 08:18:03 2012 +0000
  42. 1ac1e45 mxc_i2c: fix i2c_imx_stop by Troy Kisky · Thu Jul 19 08:18:02 2012 +0000
  43. f2a868b mxs-i2c: Fix internal address byte order by Torsten Fleischer · Tue Apr 17 05:37:45 2012 +0000
  44. 2f822c8 mxc_i2c: remove setting speed at each start by Troy Kisky · Tue Apr 24 17:33:27 2012 +0000
  45. 8462c63 mxc_i2c: specify i2c base address in config file by Troy Kisky · Tue Apr 24 17:33:25 2012 +0000
  46. f6322ebd i2c: designware_i2c.c: Add support for the "i2c probe" command by Stefan Roese · Fri Jan 20 11:52:33 2012 +0100
  47. 3fdfc28 omap24xx_i2c: Add AM33XX support by Tom Rini · Mon May 21 06:46:33 2012 +0000
  48. 27eed8b Revert "I2C: OMAP: detect more devices when probing an i2c bus" by Tom Rini · Mon May 21 06:46:29 2012 +0000
  49. a0d0b76 tegra: i2c: Add function to find DVC bus by Simon Glass · Mon Apr 02 13:19:01 2012 +0000
  50. 631e693 i2c:designware Turn off the ctrl when setting the speed by Armando Visconti · Thu Mar 29 20:10:17 2012 +0000
  51. 3f64acb i2c: Add support for designware i2c controller by Vipin KUMAR · Sun Feb 26 23:13:29 2012 +0000
  52. 52bc236 sh: i2c: Add support I2C controller of SH7734 by Nobuhiro Iwamatsu · Thu Mar 01 17:56:35 2012 +0000
  53. ccf7e90 tegra: i2c: Add I2C driver by Yen Lin · Tue Mar 06 19:00:23 2012 +0000
  54. 49fbf67 Revert "ARM: I2C: I2C Multi byte address support" by Tom Rini · Mon Feb 20 18:49:16 2012 +0000
  55. 217457a Revert "ARM: AM33XX: Add AM33XX I2C driver support" by Tom Rini · Mon Feb 20 18:49:15 2012 +0000
  56. 0860b0b ARM: AM33XX: Add AM33XX I2C driver support by Patil, Rachna · Sun Jan 22 23:46:23 2012 +0000
  57. a9e18c2 ARM: I2C: I2C Multi byte address support by Patil, Rachna · Sun Jan 22 23:44:12 2012 +0000
  58. 1e96e9e drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM by Andreas Müller · Wed Jan 04 15:26:22 2012 +0000
  59. a30293f drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts by Andreas Müller · Wed Jan 04 15:26:19 2012 +0000
  60. 4fbe902 drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sat Nov 19 02:51:38 2011 +0000
  61. e60b79d i2c: sh: Add support I2C for Renesas SH by Nobuhiro Iwamatsu · Mon Nov 14 18:27:04 2011 +0000
  62. da632e5 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Nov 16 20:24:41 2011 +0100
  63. 905214e iMX28: Add I2C bus driver by Marek Vasut · Tue Nov 08 23:18:12 2011 +0000
  64. 4e506ca fsl_i2c: Fix compile warning by Kumar Gala · Tue Nov 08 03:39:43 2011 +0000
  65. 68fcf89 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Tue Nov 08 00:38:52 2011 +0100
  66. 5e01561 Powerpc/i2c: Use the same initialize codes by Jerry Huang · Wed Oct 26 15:29:38 2011 +0000
  67. 5f1291e I2C: Fix mxc_i2c.c problem on imx31_phycore by Marek Vasut · Wed Oct 26 00:05:44 2011 +0000
  68. 32079d6 I2C: added I2C-2 and I2C-3 to MX35 by Stefano Babic · Fri Aug 05 12:19:08 2011 +0200
  69. 4f27444 I2C: Add i2c_get/set_speed() to mxc_i2c.c by Marek Vasut · Tue Sep 27 06:34:11 2011 +0000
  70. aeb952a I2C: mv_i2c: fix multi-bus init issue by Lei Wen · Fri Sep 30 05:44:12 2011 +0000
  71. 8d370f7 I2C: mv_i2c: fix build issue when enable debug option by Lei Wen · Fri Sep 30 05:43:48 2011 +0000
  72. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · Mon Aug 29 02:14:05 2011 +0000
  73. 94cb842 I2C: mxc_i2c rework by Marek Vasut · Thu Sep 22 09:22:12 2011 +0000
  74. 861512f i2c, davinci: add i2c set speed by Heiko Schocher · Wed Sep 14 19:25:12 2011 +0000
  75. 4db6786 ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible by Michael Jones · Wed Jul 27 14:01:55 2011 -0400
  76. bb54d57 ARMV7: OMAP: Write more than 1 byte at a time in i2c_write by Michael Jones · Sun Sep 04 14:01:55 2011 -0400
  77. 9066223 I2C: mxc: fix compilation for MX31 by Stefano Babic · Tue Aug 30 00:51:14 2011 +0000
  78. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · Thu Jul 14 22:09:28 2011 +0000
  79. 75e490a I2C: Add driver for ST-Ericsson U8500 i2c by Michael Brandt · Tue Apr 19 10:42:41 2011 +0000
  80. c634896 i2c, soft_i2c: deblock bus if switching to another i2c bus by Heiko Schocher · Fri Apr 08 16:24:09 2011 +0200
  81. 340983d Replace obsolete e-mail address by Albert ARIBAUD · Fri Apr 22 19:41:02 2011 +0200
  82. f384125 I2C: mv_i2c: add multi bus support by Lei Wen · Wed Apr 13 23:48:39 2011 +0530
  83. a41374b4 mv_i2c: use structure to replace the direclty define by Lei Wen · Wed Apr 13 23:48:31 2011 +0530
  84. de04937 mv_i2c: fix timeout value to be consistent with comments by Lei Wen · Wed Apr 13 23:48:26 2011 +0530
  85. d3ae17b pxa: move i2c driver to the common place by Lei Wen · Wed Apr 13 23:48:16 2011 +0530
  86. 78129d9 IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers by Stefano Babic · Mon Mar 14 15:43:56 2011 +0100
  87. 48f7ae4 I2C: OMAP: detect more devices when probing an i2c bus by Nick Thompson · Mon Apr 11 22:37:41 2011 +0000
  88. 848bb99 I2C: mxc_i2c: address failure with mx35 processor by Stefano Babic · Thu Jan 20 07:51:31 2011 +0000
  89. 2212172 I2C: mxc_i2c: get rid of __REG access by Stefano Babic · Thu Jan 20 07:50:44 2011 +0000
  90. bb16a5b mxc_i2c: Add support for the i.MX35 processor by Stefano Babic · Wed Jan 19 22:46:26 2011 +0000
  91. 447beb1 mxc_i2c: add support for MX53 processor by Liu Hui-R64343 · Mon Jan 03 22:27:39 2011 +0000
  92. 78d6691 Fix at91 includes in soft_i2c driver by Ryan Mallon · Thu Jan 27 08:54:15 2011 +1300
  93. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · Mon Dec 20 18:27:51 2010 -0700
  94. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  95. e020dd4 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · Fri Oct 29 21:47:48 2010 +0200
  96. 383c43e Add generic support for samsung s3c2440 by C Nauman · Tue Oct 26 23:04:31 2010 +0900
  97. e8fadbd ARMV7: OMAP: I2C driver: Fix bug found in 37XX testing by Steve Sakoman · Fri Oct 22 13:48:00 2010 -0700
  98. a91a1df ARMV7: OMAP: I2C driver: Restructure i2c_probe function by Steve Sakoman · Wed Oct 20 06:07:47 2010 -0700
  99. 94be761 ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function by Steve Sakoman · Wed Oct 20 06:07:46 2010 -0700
  100. 519effe ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function by Steve Sakoman · Wed Oct 20 06:07:45 2010 -0700