aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-bfin-twi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12i2c-bfin-twi: move setup to the earlier subsys initcallMichael Hennerich1-1/+1
2011-01-12i2c-bfin-twi: handle faulty slave devices betterMichael Hennerich1-0/+22
2010-05-20i2c-bfin-twi: return completion in interrupt for smbus quick transfersSonic Zhang1-11/+7
2010-05-20i2c-bfin-twi: remove redundant retrySonic Zhang1-18/+2
2010-05-20i2c-bfin-twi: fix lost interrupts at high speedsSonic Zhang1-24/+13
2010-05-20i2c-bfin-twi: add debug output for error statusMichael Hennerich1-0/+12
2010-05-20i2c-bfin-twi: integrate timeout timer with completion interfaceSonic Zhang1-59/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-24i2c-bfin-twi: fix CLKDIV calculationSonic Zhang1-3/+3
2009-06-16i2c: Use resource_size macroLinus Walleij1-1/+1
2009-06-16i2c-bfin-twi: pull in io.h for ioremap()Mike Frysinger1-0/+1
2009-06-13i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionalityMichael Hennerich1-1/+11
2009-06-13i2c: Blackfin TWI: fix transfer errors with repeat startFrank Shew1-6/+15
2009-06-13i2c: Blackfin TWI: fix REPEAT START mode doesn't repeatSonic Zhang1-8/+7
2009-06-13i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0Michael Hennerich1-3/+8
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2009-01-07i2c: Drop I2C_CLASS_ALLJean Delvare1-1/+1
2008-07-28i2c: Blackfin I2C Driver: Functional power management supportMichael Hennerich1-11/+24
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-04-22i2c-bfin-twi: Fix mismatch in add timer and delete timerHans Schillstrom1-1/+2
2008-04-22i2c-bfin-twi: Use simpler comment headers and strip out information that is maintained in the scm's logMike Frysinger1-18/+4
2008-04-22i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful informationBryan Wu1-6/+6
2008-04-22i2c-bfin-twi: Add missing pin mux operationBryan Wu1-0/+15
2008-04-22i2c-bfin-twi: Add platform_resource interface to support multi-port TWI controllersBryan Wu1-107/+176
2008-04-22i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c master xfer operationSonic Zhang1-71/+114
2008-01-27i2c-bfin-twi: Register adapter with a specific bus numberKalle Pokki1-1/+2
2007-10-13i2c-bfin-twi: Remove useless twi_lock mutexFrancis Moreau1-16/+0
2007-05-01i2c: Blackfin Two Wire Interface driverBryan Wu1-0/+644