aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/algos
Commit message (Expand)AuthorAgeFilesLines
* i2c-algo-bit: Fix spurious SCL timeouts under heavy loadVille Syrjala2012-03-191-1/+7
* i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu2011-12-091-2/+2
* i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher2011-04-171-3/+19
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* i2c-algo-bit: Complain about masters which can't read SCLJean Delvare2011-01-101-2/+12
* i2c-algo-bit: Refactor adapter registrationJean Delvare2011-01-101-16/+5
* i2c/algos: convert Kconfig to use the menu's `visible' keywordArnaud Lacombe2010-11-221-1/+1
* Revert "i2c: Fix Kconfig dependencies"Arnaud Lacombe2010-11-221-12/+0
* i2c: Change to new flag variablematt mooney2010-10-241-3/+1
* i2c: Fix Kconfig dependenciesJean Delvare2010-10-241-0/+12
* i2c-algo-pca: Fix coding style issuesFarid Hammane2010-05-211-18/+18
* 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