aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/omap24xx_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-08Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-6/+14
2012-12-11omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé1-5/+10
2012-12-10omap24xx_i2c: Handle wait_for_bb errorVincent Stehlé1-6/+14
2012-09-06omap4 i2c: add support for i2c bus 4Koen Kooi1-0/+8
2012-09-01omap24xx_i2c: add 2-byte address supportIlya Yanok1-32/+26
2012-07-07omap24xx_i2c: Add AM33XX supportTom Rini1-3/+3
2012-07-07Revert "I2C: OMAP: detect more devices when probing an i2c bus"Tom Rini1-11/+31
2012-02-21Revert "ARM: I2C: I2C Multi byte address support"Tom Rini1-294/+173
2012-02-21Revert "ARM: AM33XX: Add AM33XX I2C driver support"Tom Rini1-13/+7
2012-01-23ARM: AM33XX: Add AM33XX I2C driver supportPatil, Rachna1-7/+13
2012-01-23ARM: I2C: I2C Multi byte address supportPatil, Rachna1-173/+294
2012-01-16drivers/i2c/omap24xx_i2c.c: move all local variables to SRAMAndreas Müller1-4/+9
2012-01-16drivers/i2c/omap24xx_i2c.c: replace printf with one argument by putsAndreas Müller1-6/+6
2011-09-12ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatibleMichael Jones1-52/+53
2011-09-12ARMV7: OMAP: Write more than 1 byte at a time in i2c_writeMichael Jones1-78/+58
2011-07-28cosmetic: spell fixes etc.Michael Jones1-1/+1
2011-04-14I2C: OMAP: detect more devices when probing an i2c busNick Thompson1-31/+11
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-1/+2
2010-10-25ARMV7: OMAP: I2C driver: Fix bug found in 37XX testingSteve Sakoman1-1/+1
2010-10-20ARMV7: OMAP: I2C driver: Restructure i2c_probe functionSteve Sakoman1-11/+30
2010-10-20ARMV7: OMAP: I2C driver: Restructure i2c_write_byte functionSteve Sakoman1-36/+42
2010-10-20ARMV7: OMAP: I2C driver: Restructure i2c_read_byte functionSteve Sakoman1-39/+37
2010-10-20ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driverSteve Sakoman1-6/+8
2010-09-19i2c, omap24xx: set bus_initialized only after relocation.Heiko Schocher1-1/+3
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk1-1/+0
2010-08-05ARMV7: Modify i2c driver for more reliable operation on OMAP4Steve Sakoman1-10/+21
2010-07-05ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4Steve Sakoman1-3/+14
2009-11-16OMAP2/3: I2C: Add support for second and third busDirk Behme1-67/+99
2009-07-28OMAP I2C Fix the sampling clock.Tom Rix1-7/+67
2009-01-24OMAP3: Add I2C supportDirk Behme1-0/+23
2008-11-21ARM: OMAP: Convert IO macrosDirk Behme1-67/+64
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-18i2c: Clean drivers/i2c/ MakefileMichal Simek1-4/+0
2007-11-20drivers/i2c : move i2c drivers to drivers/i2cJean-Christophe PLAGNIOL-VILLARD1-0/+329