1. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  2. 1e197bd i2c: mxs: Staticize the functions in the driver by Marek Vasut · 12 years ago
  3. 90a4cc8 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  4. 9a611f6 I2C: S3C24X0: Resolve build error for VCMA9 by Rajeshwari Shinde · 12 years ago
  5. b56eeed Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  6. 53cfac5 I2C: Driver changes for FDT support by Rajeshwari Shinde · 12 years ago
  7. 1568c798 designware_i2c.h: Define IC_CLK only if not already defined in config file by Armando Visconti · 12 years ago
  8. 891a1c4 designware_i2c.h: Fixed the correct values for SCL low/high time by Armando Visconti · 12 years ago
  9. 28a724f designware_i2c: Fixed the setting of the i2c bus speed by Armando Visconti · 12 years ago
  10. 6bc6ef7 designware_i2c: Added s/w generation of stop bit by Armando Visconti · 12 years ago
  11. 4a7b4ec designware_i2c.c: Added the support for MULTI_BUS by Armando Visconti · 12 years ago
  12. b35cd1c drivers:i2c: Modify I2C driver for Exynos4 by Piotr Wilczek · 12 years ago
  13. 17b4852 omap24xx_i2c: Handle OMAP5 like OMAP2,3,4 by Vincent Stehlé · 12 years ago
  14. 9fd4f7f mxs: i2c: Implement algorithm to set up arbitrary i2c speed by Marek Vasut · 12 years ago
  15. b5e45d5 mxs: i2c: Restore speed setting after block reset by Marek Vasut · 12 years ago
  16. 111725c i2c: mxs: Fix TIMING2 register value by Marek Vasut · 12 years ago
  17. 77f9a1c i2c: mxs: Use i2c_set_bus_speed() in i2c_init() by Marek Vasut · 12 years ago
  18. 7d20a4b i2c: mxs: Implement i2c_get/set_bus_speed() by Marek Vasut · 12 years ago
  19. d770201 i2c: mxs: Abstract out the MXS I2C speed setup by Marek Vasut · 12 years ago
  20. ae61146 i2c: Staticize local functions in mxc i2c driver by Marek Vasut · 12 years ago
  21. 1f5e8b1 soft_i2c: add necessary includes for AVR32 by Andreas Bießmann · 14 years ago
  22. 33205e3 omap24xx_i2c: Handle wait_for_bb error by Vincent Stehlé · 12 years ago
  23. 9edd3f7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  24. c9e35f3 arm: Remove support for lpc2292 by Marek Vasut · 12 years ago
  25. dd01863 drivers/i2c/fsl_i2c.c: sparse fix by Kim Phillips · 12 years ago
  26. 2459912 i2c: sh_i2c: use setbits/clrbits macro by Tetsuyuki Kobayashi · 12 years ago
  27. 773003c i2c: sh_i2c.c: check error in i2c_read and i2c_write by Tetsuyuki Kobayashi · 12 years ago
  28. cece11c i2c: sh_i2c: enable i2c_probe by Tetsuyuki Kobayashi · 12 years ago
  29. c105d3f i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 by Tetsuyuki Kobayashi · 12 years ago
  30. 6636bd2 i2c: sh_i2c.c: adjust for SH73A0 by Tetsuyuki Kobayashi · 12 years ago
  31. b788fe3 i2c: sh_i2c.c: correct BUSY bit define in ICSR by Tetsuyuki Kobayashi · 12 years ago
  32. cc4283c i2c: sh_i2c.c: support iccl and icch extension by Tetsuyuki Kobayashi · 12 years ago
  33. 99ba342 imx: Use MXC_I2C_CLK in imx i2c driver by Matthias Weisser · 12 years ago
  34. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  35. 955cb9c i2c: sh: Remove irq_wait function by Nobuhiro Iwamatsu · 12 years ago
  36. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  37. 22562a4 Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  38. 584ff5f omap4 i2c: add support for i2c bus 4 by Koen Kooi · 12 years ago
  39. cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · 12 years ago
  40. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  41. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  42. be6c2e4 omap24xx_i2c: add 2-byte address support by Ilya Yanok · 12 years ago
  43. c07c11d I2C: Add support for Multi channel by Rajeshwari Shinde · 12 years ago
  44. 4b4480a I2C: Modify the I2C driver for EXYNOS5 by Rajeshwari Shinde · 12 years ago
  45. 8df7431 I2C: Move struct s3c24x0_i2c to a common place. by Rajeshwari Shinde · 12 years ago
  46. b6f9826 mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support by Troy Kisky · 12 years ago
  47. a23ab22 mxc_i2c: add bus recovery support by Troy Kisky · 12 years ago
  48. ae44760 mxc_i2c: prep work for multiple busses support by Troy Kisky · 12 years ago
  49. a2d15da mxc_i2c: add i2c_regs argument to i2c_imx_stop by Troy Kisky · 12 years ago
  50. eca037a mxc_i2c: add retries by Troy Kisky · 12 years ago
  51. 8ff683a mxc_i2c: check for arbitration lost by Troy Kisky · 12 years ago
  52. e203df3 mxc_i2c: change slave addr if conflicts with destination. by Troy Kisky · 12 years ago
  53. fef163f mxc_i2c: don't disable controller after every transaction by Troy Kisky · 12 years ago
  54. e6fa4d7 mxc_i2c: place i2c_reset code inline by Troy Kisky · 12 years ago
  55. a974bcc mxc_i2c: place imx_start code inline by Troy Kisky · 12 years ago
  56. e955aad mxc_i2c: remove redundant read by Troy Kisky · 12 years ago
  57. f024a3b mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state by Troy Kisky · 12 years ago
  58. 321a42b mxc_i2c.c: code i2c_probe as a 0 length i2c_write by Troy Kisky · 12 years ago
  59. 0ce898d mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write by Troy Kisky · 12 years ago
  60. 14db6f2 mxc_i2c: create i2c_init_transfer by Troy Kisky · 12 years ago
  61. 30fa77c mxc_i2c: clear i2sr before waiting for bit by Troy Kisky · 12 years ago
  62. 752ac8f mxc_i2c: create tx_byte function by Troy Kisky · 12 years ago
  63. 2254b7f mxc_i2c: remove ifdef of CONFIG_HARD_I2C by Troy Kisky · 12 years ago
  64. 1ac1e45 mxc_i2c: fix i2c_imx_stop by Troy Kisky · 12 years ago
  65. f2a868b mxs-i2c: Fix internal address byte order by Torsten Fleischer · 13 years ago
  66. 2f822c8 mxc_i2c: remove setting speed at each start by Troy Kisky · 13 years ago
  67. 8462c63 mxc_i2c: specify i2c base address in config file by Troy Kisky · 13 years ago
  68. f6322ebd i2c: designware_i2c.c: Add support for the "i2c probe" command by Stefan Roese · 13 years ago
  69. 3fdfc28 omap24xx_i2c: Add AM33XX support by Tom Rini · 13 years ago
  70. 27eed8b Revert "I2C: OMAP: detect more devices when probing an i2c bus" by Tom Rini · 13 years ago
  71. a0d0b76 tegra: i2c: Add function to find DVC bus by Simon Glass · 13 years ago
  72. 631e693 i2c:designware Turn off the ctrl when setting the speed by Armando Visconti · 13 years ago
  73. 3f64acb i2c: Add support for designware i2c controller by Vipin KUMAR · 13 years ago
  74. 52bc236 sh: i2c: Add support I2C controller of SH7734 by Nobuhiro Iwamatsu · 13 years ago
  75. ccf7e90 tegra: i2c: Add I2C driver by Yen Lin · 13 years ago
  76. 49fbf67 Revert "ARM: I2C: I2C Multi byte address support" by Tom Rini · 13 years ago
  77. 217457a Revert "ARM: AM33XX: Add AM33XX I2C driver support" by Tom Rini · 13 years ago
  78. 0860b0b ARM: AM33XX: Add AM33XX I2C driver support by Patil, Rachna · 13 years ago
  79. a9e18c2 ARM: I2C: I2C Multi byte address support by Patil, Rachna · 13 years ago
  80. 1e96e9e drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM by Andreas Müller · 13 years ago
  81. a30293f drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts by Andreas Müller · 13 years ago
  82. 4fbe902 drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  83. e60b79d i2c: sh: Add support I2C for Renesas SH by Nobuhiro Iwamatsu · 13 years ago
  84. da632e5 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  85. 905214e iMX28: Add I2C bus driver by Marek Vasut · 13 years ago
  86. 4e506ca fsl_i2c: Fix compile warning by Kumar Gala · 13 years ago
  87. 68fcf89 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  88. 5e01561 Powerpc/i2c: Use the same initialize codes by Jerry Huang · 13 years ago
  89. 5f1291e I2C: Fix mxc_i2c.c problem on imx31_phycore by Marek Vasut · 13 years ago
  90. 32079d6 I2C: added I2C-2 and I2C-3 to MX35 by Stefano Babic · 13 years ago
  91. 4f27444 I2C: Add i2c_get/set_speed() to mxc_i2c.c by Marek Vasut · 13 years ago
  92. aeb952a I2C: mv_i2c: fix multi-bus init issue by Lei Wen · 13 years ago
  93. 8d370f7 I2C: mv_i2c: fix build issue when enable debug option by Lei Wen · 13 years ago
  94. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · 13 years ago
  95. 94cb842 I2C: mxc_i2c rework by Marek Vasut · 13 years ago
  96. 861512f i2c, davinci: add i2c set speed by Heiko Schocher · 13 years ago
  97. 4db6786 ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible by Michael Jones · 13 years ago
  98. bb54d57 ARMV7: OMAP: Write more than 1 byte at a time in i2c_write by Michael Jones · 13 years ago
  99. 9066223 I2C: mxc: fix compilation for MX31 by Stefano Babic · 13 years ago
  100. 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · 13 years ago