aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/algos
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0
* i2c-algo-bit: Add pre- and post-xfer hooksJean Delvare2010-03-131-0/+9
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * fix typo "definetly" -> "definitely" in commentUwe Kleine-König2010-02-051-1/+1
* | i2c-algo-pca: Drop duplicate variableJean Delvare2010-03-021-2/+0
|/
* i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)Enrik Berkhan2009-05-051-0/+11
* i2c-algo-bit: Fix timeout testDave Airlie2009-05-051-1/+1
* i2c-algo-pca: Fix use of uninitialized variable in debug messageJean Delvare2009-04-131-1/+1
* i2c: Delete unused i2c-algo-sgi helper moduleJean Delvare2009-04-063-184/+0
* i2c-algo-pca: Use timeout for checking the state machineWolfram Sang2009-03-281-18/+23
* i2c-algo-pca: Rework waiting for a free busWolfram Sang2009-03-281-7/+10
* i2c-algo-pca: Add PCA9665 supportMarco Aurelio da Costa2009-03-281-14/+166
* i2c: Adapt debug macros for KERN_* constantsFrank Seidel2009-03-281-5/+9
* i2c: Set a default timeout value for all adaptersJean Delvare2009-03-282-4/+1
* i2c: Add missing KERN_* constants to printksFrank Seidel2009-03-281-1/+1
* i2c-algo-pcf: Handle timeout correctlyRoel Kluin2009-03-281-8/+10
* i2c-algo-pcf: Style cleanupsRoel Kluin2009-03-281-135/+115
* i2c-algo-pcf: Fix typo in debugging log messageDavid Miller2008-10-221-1/+1
* i2c-algo-pcf: Add adapter hooks around xfer begin and endDavid Miller2008-10-221-4/+13
* i2c-algo-pcf: Pass adapter data into ->waitforpin() methodDavid Miller2008-10-221-1/+1
* i2c: Let users select algorithm drivers manually againJean Delvare2008-08-101-3/+8
* i2c-algo-pcf: Multi-master lost-arbitration improvementEric Brower2008-07-141-17/+31
* i2c-pca-algo: Fix error codeWolfram Sang2008-07-141-1/+1
* i2c: Bus drivers return -Errno not -1David Brownell2008-07-141-2/+2
* i2c-algo-pca: Extend for future driversWolfram Sang2008-04-222-70/+44
* i2c-algo-pca: Remove trailing whitespaces and unnecessary UTFWolfram Sang2008-04-221-21/+21
* i2c: Remove the algorithm drivers from the config menuJean Delvare2008-04-221-34/+5
* i2c-algo-pcf: Delete broken 10-bit address supportJean Delvare2008-01-271-72/+13
* i2c-algo-bit: Fix NAK/ARB commentsDavid Brownell2008-01-271-4/+20
* i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments)David Brownell2008-01-271-97/+105
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-193-3/+3
* i2c-algo-bit: Read block data bugfixDavid Brownell2007-09-091-20/+32
* i2c-rpx: RemoveJean Delvare2007-07-121-4/+0
* Use menuconfig objects - I2CJan Engelhardt2007-05-011-6/+2
* i2c-algo-bit: Improve debuggingJean Delvare2007-05-011-90/+95
* i2c-algo-bit: Implement a 50/50 SCL duty cycleJean Delvare2007-05-011-20/+22
* i2c-algo-sgi: Comment and whitespace cleanupsLadislav Michl2007-05-011-4/+5
* i2c-algo-bit: Add i2c_bit_add_numbered_busJean Delvare2007-05-011-1/+24
* i2c-algo-bit: Emulate SMBus block readJean Delvare2007-05-011-0/+17
* i2c-algo-bit: Always send a stop condition before leavingJean Delvare2007-05-011-12/+15
* i2c: Discard the i2c algo del_bus wrappersJean Delvare2006-12-104-31/+0
* i2c: Delete the broken i2c-ite bus driverJean Delvare2006-12-104-935/+0
* i2c: Constify i2c_algorithm declarations, part 1Jean Delvare2006-09-264-4/+4
* i2c-algo-bit: CleanupsJean Delvare2006-09-261-9/+8
* i2c-algo-bit: Discard the mdelay data struct memberJean Delvare2006-09-261-4/+0
* i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare2006-09-263-193/+0
* i2c-algo-sibyte: CleanupsJean Delvare2006-09-261-30/+1
* [PATCH] i2c-algo-bit: Wipe out dead codeUwe Bugla2006-07-121-1/+0
* [PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm driversMark M. Hoffman2006-07-125-14/+11
* [PATCH] i2c: Use module_param in i2c-algo-sibyteEric Sesterhenn2006-02-061-1/+1