- 58994fc i2c: omap24xx_i2c: Use platdata to probe the device by Jean-Jacques Hiblot · Fri Dec 07 14:50:42 2018 +0100
- 3f51de3 i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset by Vignesh R · Fri Dec 07 14:50:41 2018 +0100
- a61b962 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:31 2018 -0700
- 1f09846 DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA by Adam Ford · Mon Aug 20 20:24:35 2018 -0500
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
- 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
- 73010ab Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX by Adam Ford · Fri Aug 11 06:39:13 2017 -0500
- ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
- 0670cac omap24xx_i2c.c: Drop references to CONFIG_OMAP243X by Tom Rini · Fri May 12 22:33:15 2017 -0400
- 3dc631d ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3 by Adam Ford · Mon Apr 17 08:09:40 2017 -0500
- 698a9ba i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters by Lukasz Majewski · Wed Mar 15 16:59:23 2017 +0100
- 560037b drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · Mon Jul 18 15:11:01 2016 +0530
- 38d943a drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · Mon Jul 18 15:11:00 2016 +0530
- 51c2727 omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW by Guy Thouret · Fri Mar 11 16:23:41 2016 +0000
- 7935f03 cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer by Hannes Schmelzer · Thu May 28 15:41:12 2015 +0200
- 0ecd655 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · Mon Jun 30 09:12:09 2014 +0200
- d588505 OMAP24xx I2C: Add support for set-speed by Hannes Petermaier · Mon Feb 03 21:22:18 2014 +0100
- 03281b4 arm: omap: i2c: don't zero cnt in i2c_write by Nikita Kiryanov · Thu Nov 28 18:04:42 2013 +0200
- f53f2b8 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · Tue Oct 22 11:03:18 2013 +0200
- 4d98efd ARM: OMAP: I2C: New read, write and probe functions by Lubomir Popov · Sat Jun 01 06:44:38 2013 +0000
- b56eeed Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Jan 08 13:15:45 2013 +0100
- 17b4852 omap24xx_i2c: Handle OMAP5 like OMAP2,3,4 by Vincent Stehlé · Mon Dec 03 06:07:21 2012 +0000
- 33205e3 omap24xx_i2c: Handle wait_for_bb error by Vincent Stehlé · Mon Dec 03 05:23:16 2012 +0000
- 584ff5f omap4 i2c: add support for i2c bus 4 by Koen Kooi · Wed Aug 08 00:57:35 2012 +0000
- be6c2e4 omap24xx_i2c: add 2-byte address support by Ilya Yanok · Fri Jun 08 03:12:09 2012 +0000
- 3fdfc28 omap24xx_i2c: Add AM33XX support by Tom Rini · Mon May 21 06:46:33 2012 +0000
- 27eed8b Revert "I2C: OMAP: detect more devices when probing an i2c bus" by Tom Rini · Mon May 21 06:46:29 2012 +0000
- 49fbf67 Revert "ARM: I2C: I2C Multi byte address support" by Tom Rini · Mon Feb 20 18:49:16 2012 +0000
- 217457a Revert "ARM: AM33XX: Add AM33XX I2C driver support" by Tom Rini · Mon Feb 20 18:49:15 2012 +0000
- 0860b0b ARM: AM33XX: Add AM33XX I2C driver support by Patil, Rachna · Sun Jan 22 23:46:23 2012 +0000
- a9e18c2 ARM: I2C: I2C Multi byte address support by Patil, Rachna · Sun Jan 22 23:44:12 2012 +0000
- 1e96e9e drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM by Andreas Müller · Wed Jan 04 15:26:22 2012 +0000
- 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
- 4db6786 ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible by Michael Jones · Wed Jul 27 14:01:55 2011 -0400
- 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
- 9c5ef8d cosmetic: spell fixes etc. by Michael Jones · Thu Jul 14 22:09:28 2011 +0000
- 48f7ae4 I2C: OMAP: detect more devices when probing an i2c bus by Nick Thompson · Mon Apr 11 22:37:41 2011 +0000
- 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · Mon Dec 20 18:27:51 2010 -0700
- e8fadbd ARMV7: OMAP: I2C driver: Fix bug found in 37XX testing by Steve Sakoman · Fri Oct 22 13:48:00 2010 -0700
- a91a1df ARMV7: OMAP: I2C driver: Restructure i2c_probe function by Steve Sakoman · Wed Oct 20 06:07:47 2010 -0700
- 94be761 ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function by Steve Sakoman · Wed Oct 20 06:07:46 2010 -0700
- 519effe ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function by Steve Sakoman · Wed Oct 20 06:07:45 2010 -0700
- fb5c39a ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver by Steve Sakoman · Wed Oct 20 06:07:44 2010 -0700
- 2afe314 i2c, omap24xx: set bus_initialized only after relocation. by Heiko Schocher · Fri Sep 17 13:10:37 2010 +0200
- e9e8bab Prepare v2010.09-rc1 by Wolfgang Denk · Fri Sep 10 00:16:19 2010 +0200
- e2bdc13 ARMV7: Modify i2c driver for more reliable operation on OMAP4 by Steve Sakoman · Mon Jul 19 20:31:55 2010 -0700
- 10acc71 ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4 by Steve Sakoman · Sat Jun 12 06:42:57 2010 -0700
- 7a8f657 OMAP2/3: I2C: Add support for second and third bus by Dirk Behme · Mon Nov 02 20:36:26 2009 +0100
- 03b2a74 OMAP I2C Fix the sampling clock. by Tom Rix · Sun Jun 28 12:52:27 2009 -0500
- 5648e51 OMAP3: Add I2C support by Dirk Behme · Sun Dec 14 09:47:18 2008 +0100
- 5a6dc87 ARM: OMAP: Convert IO macros by Dirk Behme · Mon Nov 10 20:15:25 2008 +0100
- af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · Sun Oct 19 02:35:50 2008 +0200
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
- 76b8a13 i2c: Clean drivers/i2c/ Makefile by Michal Simek · Mon Jul 14 19:45:35 2008 +0200
- a8c9916 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · Tue Nov 20 20:14:18 2007 +0100[Renamed from drivers/omap24xx_i2c.c]
- e1e4679 OMAP242x H4 board update by Wolfgang Denk · Sun Sep 25 18:41:04 2005 +0200
- cb99da5 * Some Cleanup. by wdenk · Wed Jan 12 00:15:14 2005 +0000
- 2e405bf Coding Style cleanup by wdenk · Mon Jan 10 00:01:04 2005 +0000
- f806271 * Patches by Richard Woodruff, 01 Oct 2004: by wdenk · Sun Jan 09 23:16:25 2005 +0000