- 8db5f47 exynos: i2c: Correct bug in pinmux selection by Simon Glass · Thu Jul 02 18:15:44 2015 -0600
- 8a18dd8 dm: i2c: Add compatibility functions for dm_i2c_reg_read/write() by Simon Glass · Sat May 16 15:01:41 2015 -0600
- 0e7c339 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sat May 30 20:16:01 2015 -0400
- 563ee4c ARM: UniPhier: update the vendor name of UniPhier in Kconfig by Masahiro Yamada · Fri May 29 17:30:01 2015 +0900
- 663a23f ARM: UniPhier: replace <asm/io.h> with <linux/io.h> by Masahiro Yamada · Fri May 29 17:30:00 2015 +0900
- 7935f03 cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer by Hannes Schmelzer · Thu May 28 15:41:12 2015 +0200
- 0c465bf Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue May 26 10:38:01 2015 -0400
- 24ebcf2 i2c, mxc: rework i2c base address names for different SoCs by Heiko Schocher · Mon May 18 10:58:12 2015 +0200
- 5c4b1e9 arm, imx6, i2c: add I2C4 for MX6DL by Heiko Schocher · Mon May 18 10:56:24 2015 +0200
- a392caa Merge git://git.denx.de/u-boot-samsung by Tom Rini · Mon May 18 09:15:15 2015 -0400
- daa4577 sandbox: i2c: search child emul dev and check its uclass id by Przemyslaw Marczak · Wed May 13 13:38:31 2015 +0200
- 8262cb1 i2c: mxc: refactor i2c driver and support dm by Peng Fan · Fri May 15 07:29:12 2015 +0800
- 9a1589a dm: i2c: Add a function to find out the chip offset length by Simon Glass · Mon May 04 11:30:58 2015 -0600
- 4e92237 i2c: s3c: Implant support for S3C2440 by Marek Vasut · Sat Oct 11 18:42:56 2014 +0200
- 0547483 dm: i2c-gpio: Remove redundant dm_gpio_set_value() call by Axel Lin · Sun Apr 26 11:05:38 2015 +0800
- 4c70ed9 dm: i2c: Add an explicit test mode to the sandbox I2C driver by Simon Glass · Mon Apr 20 12:37:15 2015 -0600
- 0c70261 dm: i2c: Add functions to read and write a register by Simon Glass · Mon Apr 20 12:37:14 2015 -0600
- 34d8e95 dm: i2c: sandbox: Add debugging to the speed limit by Simon Glass · Mon Apr 20 12:37:13 2015 -0600
- f1a5216 driver/i2c/mxc: Enable I2C bus 3 and 4 by York Sun · Fri Mar 20 10:20:40 2015 -0700
- 39bc3be sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig by Simon Glass · Fri Mar 06 13:19:04 2015 -0700
- 46227bd dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · Wed Mar 25 12:21:55 2015 -0600
- d3aa7e1 dm: i2c: add i2c-gpio driver by Przemyslaw Marczak · Tue Mar 31 18:57:18 2015 +0200
- e5fa121 Kconfig: i2c: fix help message related to dm i2c by Przemyslaw Marczak · Tue Mar 31 18:57:17 2015 +0200
- 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
- de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
- 2fae3e7 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · Fri Apr 10 23:09:51 2015 +0200
- b23324c lpc32xx: i2c: add LPC32xx I2C interface support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:45 2015 +0200
- cca56a7 i2c: mvtwsi: Fix problem with baud rate calculation by Stefan Roese · Wed Mar 18 09:30:54 2015 +0100
- 8bd9079 mv_i2c: fix warnings on 64-bit builds by Rob Herring · Tue Mar 17 15:46:36 2015 -0500
- d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · Wed Mar 11 15:54:46 2015 +0900
- b75c449 dm: i2c: Add a missing memory allocaton check by Simon Glass · Wed Feb 18 14:10:28 2015 -0700
- e200ee2 dm: Move CONFIG_I2C_COMPAT to Kconfig by Simon Glass · Fri Feb 13 12:20:48 2015 -0700
- d8b771d dm: Expand and complete Kconfig in drivers/ by Simon Glass · Thu Feb 05 21:41:35 2015 -0700
- d5ff0b9 dm: i2c: Make API accessible even without CONFIG_DM by Simon Glass · Thu Feb 05 21:41:33 2015 -0700
- e4e8ff2 dm: i2c: Add a dm_ prefix to driver model bus speed functions by Simon Glass · Thu Feb 05 21:41:32 2015 -0700
- a99827f i2c: s3c24x0: reduce transmission status timeout by Przemyslaw Marczak · Tue Jan 27 13:36:35 2015 +0100
- 4e003c5 dm: i2c: Add two more I2C init functions to the compatibility layer by Simon Glass · Mon Jan 26 20:29:39 2015 -0700
- f542841 dm: i2c: dts: Support an offset-len device tree property by Simon Glass · Mon Jan 26 20:29:37 2015 -0700
- 2a4f811 dm: i2c: s3c24x0: adjust to dm-i2c api by Przemyslaw Marczak · Tue Jan 27 13:36:36 2015 +0100
- 7d73708 dm: i2c-uclass-compat: fix missed argument by Przemyslaw Marczak · Tue Jan 27 13:36:28 2015 +0100
- 713c3f0 dm: i2c: Move slave details to child platdata by Simon Glass · Sun Jan 25 08:27:13 2015 -0700
- 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · Sun Jan 25 08:27:05 2015 -0700
- a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · Sun Jan 25 08:26:55 2015 -0700
- 0275eb1 dm: i2c: Add a compatbility layer by Simon Glass · Mon Jan 12 18:02:08 2015 -0700
- 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · Mon Jan 12 18:02:07 2015 -0700
- 4e82e5e i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller by Masahiro Yamada · Tue Jan 13 12:44:37 2015 +0900
- 96a42ed i2c: UniPhier: add driver for UniPhier i2c controller by Masahiro Yamada · Tue Jan 13 12:44:36 2015 +0900
- cd5cf8e i2c: add CONFIG_DM_I2C to Kconfig by Masahiro Yamada · Tue Jan 13 12:44:35 2015 +0900
- b67e227 i2c:mxc fix array size of i2c_data by Peng Fan · Tue Jan 06 14:12:51 2015 +0800
- 667aee9 dm: i2c: tegra: Convert to driver model by Simon Glass · Wed Dec 10 08:55:57 2014 -0700
- 3834c84 dm: i2c: Add a sandbox I2C driver by Simon Glass · Wed Dec 10 08:55:50 2014 -0700
- daa5470 dm: i2c: Add I2C emulation driver for sandbox by Simon Glass · Wed Dec 10 08:55:49 2014 -0700
- c7a5890 dm: i2c: Add a uclass for I2C by Simon Glass · Wed Dec 10 08:55:47 2014 -0700
- b896fee i2c: Correct spelling error by Mark Tomlinson · Tue Dec 02 08:49:19 2014 +1300
- 7753552 i2c: Fix deselection of muxes by Mark Tomlinson · Tue Dec 02 08:49:18 2014 +1300
- db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
- 80d27fa blackfin: convert to use CONFIG_SYS_I2C framework by Scott Jiang · Thu Nov 13 15:30:55 2014 +0800
- 0030ed7 adi_i2c: convert to use general io accessors. by Scott Jiang · Thu Nov 13 15:30:54 2014 +0800
- 655761e blackfin: rename bfin-twi_i2c driver to adi_i2c by Scott Jiang · Thu Nov 13 15:30:53 2014 +0800
- c1b7c04 i2c: rcar_i2c: Fix order of restart and clear status by Nobuhiro Iwamatsu · Tue Nov 04 13:28:50 2014 +0900
- 2ba098f drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms by Shaveta Leekha · Mon Nov 03 10:43:14 2014 +0530
- 455b746 ppc4xx: Handle i2c stuck on combined xfer by Dirk Eibach · Wed Oct 29 15:56:44 2014 +0100
- 6301173 ppc4xx: Fix i2c repeated start by Dirk Eibach · Wed Oct 29 15:56:43 2014 +0100
- f458c4d i2c: use __weak by Jeroen Hofstee · Mon Oct 27 22:27:18 2014 +0100
- ef6073e i2c: designware: Convert driver to multibus/multiadapter framework by Stefan Roese · Tue Oct 28 12:12:00 2014 +0100
- 55844a7 i2c: mxs: Add support for I2C 1 on i.MX28 by Marek Vasut · Mon Oct 20 00:23:43 2014 +0200
- 051f0ea i2c: mxs: Pass the i2c_adapter around by Marek Vasut · Mon Oct 20 00:23:42 2014 +0200
- f6da94a i2c: mxs: Add basic support for i2c framework by Marek Vasut · Mon Oct 20 00:23:41 2014 +0200
- 1910402 i2c: mxs: Consolidate hard-coded bus address by Marek Vasut · Mon Oct 20 00:23:40 2014 +0200
- dffb827 i2c: designware: add an implement i2c protos by Jeroen Hofstee · Wed Oct 08 22:58:09 2014 +0200
- 93dfae7 tegra: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:46 2014 +0200
- 54cd2b2 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · Wed Oct 22 12:13:16 2014 +0200
- c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · Wed Oct 22 12:13:06 2014 +0200
- b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · Thu Sep 18 13:28:06 2014 +0900
- f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
- 95b0ab5 ls102xa: i2c: Add i2c support for LS102xA by Wang Huan · Fri Sep 05 13:52:35 2014 +0800
- 33f6964 Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jul 28 10:12:45 2014 +0200
- 3352b22 sunxi: Add i2c support by Hans de Goede · Fri Jun 13 22:55:49 2014 +0200
- 9830f1c mvtwsi: convert to CONFIG_SYS_I2C framework by Hans de Goede · Fri Jun 13 22:55:48 2014 +0200
- 37787f6 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · Mon Jul 07 12:17:48 2014 +0800
- 0ecd655 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · Mon Jun 30 09:12:09 2014 +0200
- ca185b0 board: gdsys: Make gdsys osd hardware detection more robust by Dirk Eibach · Thu Jul 03 09:28:22 2014 +0200
- b957743 i2c: IHS I2C master driver by Dirk Eibach · Thu Jul 03 09:28:18 2014 +0200
- bff242f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Jul 07 10:10:52 2014 -0400
- a84cd72 ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · Mon Jun 23 15:15:54 2014 -0700
- 51def16 i2c: tegra: dump alen in debug statements by Stephen Warren · Wed Jun 25 10:57:29 2014 -0600
- 6e06f46 i2c: tegra: write clean data to TX FIFO by Stephen Warren · Wed Jun 25 10:57:28 2014 -0600
- db88225 i2c: tegra: use repeated start for reads by Stephen Warren · Wed Jun 25 10:57:27 2014 -0600
- 6c2d142 i2c: kona: Resolve Kona I2C driver issue by Steve Rae · Mon May 26 12:33:29 2014 -0700
- b1a58ea mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals by Hans de Goede · Sat May 03 17:46:27 2014 +0200
- 162aab0 mvtwsi: Fix clock programming by Hans de Goede · Sat May 03 17:46:26 2014 +0200
- 8243b58 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri May 09 11:18:45 2014 -0400
- 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
- 6eaec4c i2c: zynq: Fixed compilation errors when using DEBUG by Jesper B. Christensen · Fri Apr 25 15:46:17 2014 +0200
- fdd7efe drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · Thu Apr 24 14:51:23 2014 +0530
- a4c0266 driver/mxc_i2c: Move static data structure to global_data by York Sun · Mon Feb 10 14:02:52 2014 -0800
- 7b4187c Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Apr 21 21:01:35 2014 +0200
- bc9cd95 i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · Fri Apr 04 13:16:52 2014 -0400
- f89c87f i2c, davinci: move i2c_defs.h to the drivers/i2c directory by Karicheri, Muralidharan · Fri Apr 04 13:16:51 2014 -0400
- 8b5fe13 i2c: sh_i2c: bugfix: i2c probe command does not work by Tetsuyuki Kobayashi · Mon Apr 14 17:13:57 2014 +0900