aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/algos
AgeCommit message (Expand)AuthorFilesLines
2023-01-23i2c: algo: bit: allow getsda to be NULLHeiner Kallweit1-42/+35
2021-01-22i2c: algo: bit: use new macro to specifiy capabilitiesWolfram Sang1-3/+1
2020-09-09i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-12/+23
2020-07-31Merge tag 'v5.8-rc7' into i2c/for-5.9Wolfram Sang1-1/+2
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula1-2/+2
2020-07-04i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham1-1/+2
2020-05-15i2c: algo-pca: update contact emailWolfram Sang1-1/+1
2020-03-24i2c: algo: Use generic definitions for bus frequenciesAndy Shevchenko1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner3-29/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-16i2c: algo: bit: add flag to whitelist atomic transfersWolfram Sang1-2/+20
2019-02-05i2c: algo-bit: convert to SPDX headerWolfram Sang1-17/+8
2018-08-30i2c: algos: bit: make the error messages grepableJan Kundrát1-24/+31
2018-06-29i2c: algos: bit: mention our experience about initial statesWolfram Sang1-0/+5
2018-06-29Revert "i2c: algo-bit: init the bus to a known state"Wolfram Sang1-5/+0
2018-05-29i2c: algos: make use of i2c_8bit_addr_from_msgPeter Rosin3-13/+4
2017-12-31i2c: algo-bit: init the bus to a known stateWolfram Sang1-0/+5
2017-06-23i2c: algo-bit: add support for I2C_M_STOPJean Delvare1-3/+10
2016-05-11i2c: algo-bit: declare i2c_bit_quirk_no_clk_stretch as staticMichele Curti1-1/+1
2015-11-30i2c: algo-bit: add I2C_AQ_NO_CLK_STRETCHNicola Corna1-0/+6
2015-06-01i2c: algo-pca: fix typo in commentShailendra Verma1-1/+1
2014-11-07i2c: remove FSF addressWolfram Sang4-21/+1
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+0
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2012-10-08Merge tag 'v3.6-rc7' into i2c-embedded/for-nextWolfram Sang1-3/+3
2012-10-06i2c: algo: pca: Fix chip reset function for PCA9665Thomas Kavanagh1-13/+14
2012-09-14i2c: algo: pca: Fix mode selection for PCA9665Thomas Kavanagh1-3/+3
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-1/+1
2012-03-26i2c-algo-bit: Don't resched on clock stretchingJean Delvare1-1/+1
2012-03-26i2c: Update the FSF addressJean Delvare4-4/+8
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2012-03-15i2c-algo-bit: Fix spurious SCL timeouts under heavy loadVille Syrjala1-1/+7
2012-02-29i2c: export bit-banging algo functionsDaniel Vetter1-1/+2
2011-11-23i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu1-2/+2
2011-10-30i2c-algo-pca: Return standard fault codesJean Delvare1-2/+4
2011-10-30i2c-algo-bit: Return standard fault codesJean Delvare1-7/+7
2011-10-30i2c-algo-bit: Be verbose on bus testing failureJean Delvare1-1/+3
2011-10-30i2c-algo-bit: Let user test buses without failingJean Delvare1-3/+3
2011-04-17i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher1-3/+19
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-10i2c-algo-bit: Complain about masters which can't read SCLJean Delvare1-2/+12
2011-01-10i2c-algo-bit: Refactor adapter registrationJean Delvare1-16/+5
2010-11-22i2c/algos: convert Kconfig to use the menu's `visible' keywordArnaud Lacombe1-1/+1
2010-11-22Revert "i2c: Fix Kconfig dependencies"Arnaud Lacombe1-12/+0
2010-10-24i2c: Change to new flag variablematt mooney1-3/+1
2010-10-24i2c: Fix Kconfig dependenciesJean Delvare1-0/+12
2010-05-21i2c-algo-pca: Fix coding style issuesFarid Hammane1-18/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-2/+0
2010-03-13i2c-algo-bit: Add pre- and post-xfer hooksJean Delvare1-0/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-02i2c-algo-pca: Drop duplicate variableJean Delvare1-2/+0
2010-02-05fix typo "definetly" -> "definitely" in commentUwe Kleine-König1-1/+1
2009-05-05i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)Enrik Berkhan1-0/+11
2009-05-05i2c-algo-bit: Fix timeout testDave Airlie1-1/+1
2009-04-13i2c-algo-pca: Fix use of uninitialized variable in debug messageJean Delvare1-1/+1
2009-04-06i2c: Delete unused i2c-algo-sgi helper moduleJean Delvare3-184/+0
2009-03-28i2c-algo-pca: Use timeout for checking the state machineWolfram Sang1-18/+23
2009-03-28i2c-algo-pca: Rework waiting for a free busWolfram Sang1-7/+10
2009-03-28i2c-algo-pca: Add PCA9665 supportMarco Aurelio da Costa1-14/+166
2009-03-28i2c: Adapt debug macros for KERN_* constantsFrank Seidel1-5/+9
2009-03-28i2c: Set a default timeout value for all adaptersJean Delvare2-4/+1
2009-03-28i2c: Add missing KERN_* constants to printksFrank Seidel1-1/+1
2009-03-28i2c-algo-pcf: Handle timeout correctlyRoel Kluin1-8/+10
2009-03-28i2c-algo-pcf: Style cleanupsRoel Kluin1-135/+115
2008-10-22i2c-algo-pcf: Fix typo in debugging log messageDavid Miller1-1/+1
2008-10-22i2c-algo-pcf: Add adapter hooks around xfer begin and endDavid Miller1-4/+13
2008-10-22i2c-algo-pcf: Pass adapter data into ->waitforpin() methodDavid Miller1-1/+1
2008-08-10i2c: Let users select algorithm drivers manually againJean Delvare1-3/+8
2008-07-14i2c-algo-pcf: Multi-master lost-arbitration improvementEric Brower1-17/+31
2008-07-14i2c-pca-algo: Fix error codeWolfram Sang1-1/+1
2008-07-14i2c: Bus drivers return -Errno not -1David Brownell1-2/+2
2008-04-22i2c-algo-pca: Extend for future driversWolfram Sang2-70/+44
2008-04-22i2c-algo-pca: Remove trailing whitespaces and unnecessary UTFWolfram Sang1-21/+21
2008-04-22i2c: Remove the algorithm drivers from the config menuJean Delvare1-34/+5
2008-01-27i2c-algo-pcf: Delete broken 10-bit address supportJean Delvare1-72/+13
2008-01-27i2c-algo-bit: Fix NAK/ARB commentsDavid Brownell1-4/+20
2008-01-27i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments)David Brownell1-97/+105
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt3-3/+3
2007-09-09i2c-algo-bit: Read block data bugfixDavid Brownell1-20/+32
2007-07-12i2c-rpx: RemoveJean Delvare1-4/+0
2007-05-01Use menuconfig objects - I2CJan Engelhardt1-6/+2
2007-05-01i2c-algo-bit: Improve debuggingJean Delvare1-90/+95
2007-05-01i2c-algo-bit: Implement a 50/50 SCL duty cycleJean Delvare1-20/+22
2007-05-01i2c-algo-sgi: Comment and whitespace cleanupsLadislav Michl1-4/+5
2007-05-01i2c-algo-bit: Add i2c_bit_add_numbered_busJean Delvare1-1/+24
2007-05-01i2c-algo-bit: Emulate SMBus block readJean Delvare1-0/+17
2007-05-01i2c-algo-bit: Always send a stop condition before leavingJean Delvare1-12/+15
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare4-31/+0
2006-12-10i2c: Delete the broken i2c-ite bus driverJean Delvare4-935/+0
2006-09-26i2c: Constify i2c_algorithm declarations, part 1Jean Delvare4-4/+4
2006-09-26i2c-algo-bit: CleanupsJean Delvare1-9/+8
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare1-4/+0
2006-09-26i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare3-193/+0
2006-09-26i2c-algo-sibyte: CleanupsJean Delvare1-30/+1
2006-07-12[PATCH] i2c-algo-bit: Wipe out dead codeUwe Bugla1-1/+0
2006-07-12[PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm driversMark M. Hoffman5-14/+11
2006-02-06[PATCH] i2c: Use module_param in i2c-algo-sibyteEric Sesterhenn1-1/+1
2005-10-28[PATCH] i2c: Discard explicit static initializations to 0Jean Delvare2-2/+2
2005-09-05[PATCH] I2C: Fix sgi_xfer return valueJean Delvare1-1/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare6-11/+0
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare6-6/+0
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (3/7)Jean Delvare6-6/+6
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare6-6/+0
2005-09-05[PATCH] I2C: i2c-algo-pca -- gracefully handle a busy busIan Campbell1-5/+7
2005-07-11[PATCH] I2C: Strip trailing whitespace from stringsJean Delvare1-4/+4
2005-06-21[PATCH] I2C: Spelling fixes for drivers/i2c/algos/i2c-algo-pca.cTobias Klauser1-2/+2
2005-06-21[PATCH] Spelling fixes for drivers/i2c.Steven Cole1-2/+2
2005-06-21[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanupAlexey Dobriyan1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds11-0/+3005