summaryrefslogtreecommitdiff
path: root/drivers/i2c/algos/i2c-algo-bit.c
AgeCommit message (Expand)Author
2017-12-31i2c: algo-bit: init the bus to a known stateWolfram Sang
2017-06-23i2c: algo-bit: add support for I2C_M_STOPJean Delvare
2016-05-11i2c: algo-bit: declare i2c_bit_quirk_no_clk_stretch as staticMichele Curti
2015-11-30i2c: algo-bit: add I2C_AQ_NO_CLK_STRETCHNicola Corna
2014-11-07i2c: remove FSF addressWolfram Sang
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-29Update Jean Delvare's e-mail addressJean Delvare
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown
2012-03-26i2c-algo-bit: Don't resched on clock stretchingJean Delvare
2012-03-26i2c: Update the FSF addressJean Delvare
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-15i2c-algo-bit: Fix spurious SCL timeouts under heavy loadVille Syrjala
2012-02-29i2c: export bit-banging algo functionsDaniel Vetter
2011-11-23i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu
2011-10-30i2c-algo-bit: Return standard fault codesJean Delvare
2011-10-30i2c-algo-bit: Be verbose on bus testing failureJean Delvare
2011-10-30i2c-algo-bit: Let user test buses without failingJean Delvare
2011-04-17i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher
2011-01-10i2c-algo-bit: Complain about masters which can't read SCLJean Delvare
2011-01-10i2c-algo-bit: Refactor adapter registrationJean Delvare
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-13i2c-algo-bit: Add pre- and post-xfer hooksJean Delvare
2009-05-05i2c-algo-bit: Fix timeout testDave Airlie
2009-03-28i2c: Set a default timeout value for all adaptersJean Delvare
2008-07-14i2c: Bus drivers return -Errno not -1David Brownell
2008-01-27i2c-algo-bit: Fix NAK/ARB commentsDavid Brownell
2008-01-27i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments)David Brownell
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-09-09i2c-algo-bit: Read block data bugfixDavid Brownell
2007-05-01i2c-algo-bit: Improve debuggingJean Delvare
2007-05-01i2c-algo-bit: Implement a 50/50 SCL duty cycleJean Delvare
2007-05-01i2c-algo-bit: Add i2c_bit_add_numbered_busJean Delvare
2007-05-01i2c-algo-bit: Emulate SMBus block readJean Delvare
2007-05-01i2c-algo-bit: Always send a stop condition before leavingJean Delvare
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare
2006-09-26i2c: Constify i2c_algorithm declarations, part 1Jean Delvare
2006-09-26i2c-algo-bit: CleanupsJean Delvare
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare
2006-07-12[PATCH] i2c-algo-bit: Wipe out dead codeUwe Bugla
2006-07-12[PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm driversMark M. Hoffman
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (3/7)Jean Delvare
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare
2005-04-16Linux-2.6.12-rc2Linus Torvalds