Age | Commit message (Expand) | Author | Files | Lines |
2018-08-31 | i2c: algos: bit: make the error messages grepable | Jan Kundrát | 1 | -24/+31 |
2018-06-29 | i2c: algos: bit: mention our experience about initial states | Wolfram Sang | 1 | -0/+5 |
2018-06-29 | Revert "i2c: algo-bit: init the bus to a known state" | Wolfram Sang | 1 | -5/+0 |
2018-05-29 | i2c: algos: make use of i2c_8bit_addr_from_msg | Peter Rosin | 1 | -3/+1 |
2017-12-31 | i2c: algo-bit: init the bus to a known state | Wolfram Sang | 1 | -0/+5 |
2017-06-23 | i2c: algo-bit: add support for I2C_M_STOP | Jean Delvare | 1 | -3/+10 |
2016-05-11 | i2c: algo-bit: declare i2c_bit_quirk_no_clk_stretch as static | Michele Curti | 1 | -1/+1 |
2015-11-30 | i2c: algo-bit: add I2C_AQ_NO_CLK_STRETCH | Nicola Corna | 1 | -0/+6 |
2014-11-07 | i2c: remove FSF address | Wolfram Sang | 1 | -5/+0 |
2014-01-30 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
2014-01-29 | Update Jean Delvare's e-mail address | Jean Delvare | 1 | -1/+1 |
2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2012-05-30 | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING | Mark Brown | 1 | -1/+1 |
2012-03-26 | i2c-algo-bit: Don't resched on clock stretching | Jean Delvare | 1 | -1/+1 |
2012-03-26 | i2c: Update the FSF address | Jean Delvare | 1 | -1/+2 |
2012-03-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+2 |
2012-03-15 | i2c-algo-bit: Fix spurious SCL timeouts under heavy load | Ville Syrjala | 1 | -1/+7 |
2012-02-29 | i2c: export bit-banging algo functions | Daniel Vetter | 1 | -1/+2 |
2011-11-23 | i2c-algo-bit: Generate correct i2c address sequence for 10-bit target | Jeffrey (Sheng-Hui) Chu | 1 | -2/+2 |
2011-10-30 | i2c-algo-bit: Return standard fault codes | Jean Delvare | 1 | -7/+7 |
2011-10-30 | i2c-algo-bit: Be verbose on bus testing failure | Jean Delvare | 1 | -1/+3 |
2011-10-30 | i2c-algo-bit: Let user test buses without failing | Jean Delvare | 1 | -3/+3 |
2011-04-17 | i2c-algo-bit: Call pre/post_xfer for bit_test | Alex Deucher | 1 | -3/+19 |
2011-01-11 | i2c-algo-bit: Complain about masters which can't read SCL | Jean Delvare | 1 | -2/+12 |
2011-01-11 | i2c-algo-bit: Refactor adapter registration | Jean Delvare | 1 | -16/+5 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-03-13 | i2c-algo-bit: Add pre- and post-xfer hooks | Jean Delvare | 1 | -0/+9 |
2009-05-05 | i2c-algo-bit: Fix timeout test | Dave Airlie | 1 | -1/+1 |
2009-03-28 | i2c: Set a default timeout value for all adapters | Jean Delvare | 1 | -3/+1 |
2008-07-15 | i2c: Bus drivers return -Errno not -1 | David Brownell | 1 | -2/+2 |
2008-01-27 | i2c-algo-bit: Fix NAK/ARB comments | David Brownell | 1 | -4/+20 |
2008-01-27 | i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments) | David Brownell | 1 | -97/+105 |
2007-10-20 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 1 | -1/+1 |
2007-09-10 | i2c-algo-bit: Read block data bugfix | David Brownell | 1 | -20/+32 |
2007-05-02 | i2c-algo-bit: Improve debugging | Jean Delvare | 1 | -90/+95 |
2007-05-02 | i2c-algo-bit: Implement a 50/50 SCL duty cycle | Jean Delvare | 1 | -20/+22 |
2007-05-02 | i2c-algo-bit: Add i2c_bit_add_numbered_bus | Jean Delvare | 1 | -1/+24 |
2007-05-02 | i2c-algo-bit: Emulate SMBus block read | Jean Delvare | 1 | -0/+17 |
2007-05-02 | i2c-algo-bit: Always send a stop condition before leaving | Jean Delvare | 1 | -12/+15 |
2006-12-10 | i2c: Discard the i2c algo del_bus wrappers | Jean Delvare | 1 | -8/+0 |
2006-09-27 | i2c: Constify i2c_algorithm declarations, part 1 | Jean Delvare | 1 | -1/+1 |
2006-09-27 | i2c-algo-bit: Cleanups | Jean Delvare | 1 | -9/+8 |
2006-09-27 | i2c-algo-bit: Discard the mdelay data struct member | Jean Delvare | 1 | -4/+0 |
2006-07-13 | [PATCH] i2c-algo-bit: Wipe out dead code | Uwe Bugla | 1 | -1/+0 |
2006-07-13 | [PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm drivers | Mark M. Hoffman | 1 | -2/+1 |
2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.id (5/7) | Jean Delvare | 1 | -2/+0 |
2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.id (4/7) | Jean Delvare | 1 | -1/+0 |
2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.id (3/7) | Jean Delvare | 1 | -1/+1 |
2005-09-05 | [PATCH] I2C: Kill i2c_algorithm.name (1/7) | Jean Delvare | 1 | -1/+0 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+573 |