index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
algos
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c-algo-bit: Add pre- and post-xfer hooks
Jean Delvare
2010-03-13
1
-0
/
+9
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
\
|
*
fix typo "definetly" -> "definitely" in comment
Uwe Kleine-König
2010-02-05
1
-1
/
+1
*
|
i2c-algo-pca: Drop duplicate variable
Jean Delvare
2010-03-02
1
-2
/
+0
|
/
*
i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)
Enrik Berkhan
2009-05-05
1
-0
/
+11
*
i2c-algo-bit: Fix timeout test
Dave Airlie
2009-05-05
1
-1
/
+1
*
i2c-algo-pca: Fix use of uninitialized variable in debug message
Jean Delvare
2009-04-13
1
-1
/
+1
*
i2c: Delete unused i2c-algo-sgi helper module
Jean Delvare
2009-04-06
3
-184
/
+0
*
i2c-algo-pca: Use timeout for checking the state machine
Wolfram Sang
2009-03-28
1
-18
/
+23
*
i2c-algo-pca: Rework waiting for a free bus
Wolfram Sang
2009-03-28
1
-7
/
+10
*
i2c-algo-pca: Add PCA9665 support
Marco Aurelio da Costa
2009-03-28
1
-14
/
+166
*
i2c: Adapt debug macros for KERN_* constants
Frank Seidel
2009-03-28
1
-5
/
+9
*
i2c: Set a default timeout value for all adapters
Jean Delvare
2009-03-28
2
-4
/
+1
*
i2c: Add missing KERN_* constants to printks
Frank Seidel
2009-03-28
1
-1
/
+1
*
i2c-algo-pcf: Handle timeout correctly
Roel Kluin
2009-03-28
1
-8
/
+10
*
i2c-algo-pcf: Style cleanups
Roel Kluin
2009-03-28
1
-135
/
+115
*
i2c-algo-pcf: Fix typo in debugging log message
David Miller
2008-10-22
1
-1
/
+1
*
i2c-algo-pcf: Add adapter hooks around xfer begin and end
David Miller
2008-10-22
1
-4
/
+13
*
i2c-algo-pcf: Pass adapter data into ->waitforpin() method
David Miller
2008-10-22
1
-1
/
+1
*
i2c: Let users select algorithm drivers manually again
Jean Delvare
2008-08-10
1
-3
/
+8
*
i2c-algo-pcf: Multi-master lost-arbitration improvement
Eric Brower
2008-07-14
1
-17
/
+31
*
i2c-pca-algo: Fix error code
Wolfram Sang
2008-07-14
1
-1
/
+1
*
i2c: Bus drivers return -Errno not -1
David Brownell
2008-07-14
1
-2
/
+2
*
i2c-algo-pca: Extend for future drivers
Wolfram Sang
2008-04-22
2
-70
/
+44
*
i2c-algo-pca: Remove trailing whitespaces and unnecessary UTF
Wolfram Sang
2008-04-22
1
-21
/
+21
*
i2c: Remove the algorithm drivers from the config menu
Jean Delvare
2008-04-22
1
-34
/
+5
*
i2c-algo-pcf: Delete broken 10-bit address support
Jean Delvare
2008-01-27
1
-72
/
+13
*
i2c-algo-bit: Fix NAK/ARB comments
David Brownell
2008-01-27
1
-4
/
+20
*
i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments)
David Brownell
2008-01-27
1
-97
/
+105
*
Convert files to UTF-8 and some cleanups
Jan Engelhardt
2007-10-19
3
-3
/
+3
*
i2c-algo-bit: Read block data bugfix
David Brownell
2007-09-09
1
-20
/
+32
*
i2c-rpx: Remove
Jean Delvare
2007-07-12
1
-4
/
+0
*
Use menuconfig objects - I2C
Jan Engelhardt
2007-05-01
1
-6
/
+2
*
i2c-algo-bit: Improve debugging
Jean Delvare
2007-05-01
1
-90
/
+95
*
i2c-algo-bit: Implement a 50/50 SCL duty cycle
Jean Delvare
2007-05-01
1
-20
/
+22
*
i2c-algo-sgi: Comment and whitespace cleanups
Ladislav Michl
2007-05-01
1
-4
/
+5
*
i2c-algo-bit: Add i2c_bit_add_numbered_bus
Jean Delvare
2007-05-01
1
-1
/
+24
*
i2c-algo-bit: Emulate SMBus block read
Jean Delvare
2007-05-01
1
-0
/
+17
*
i2c-algo-bit: Always send a stop condition before leaving
Jean Delvare
2007-05-01
1
-12
/
+15
*
i2c: Discard the i2c algo del_bus wrappers
Jean Delvare
2006-12-10
4
-31
/
+0
*
i2c: Delete the broken i2c-ite bus driver
Jean Delvare
2006-12-10
4
-935
/
+0
*
i2c: Constify i2c_algorithm declarations, part 1
Jean Delvare
2006-09-26
4
-4
/
+4
*
i2c-algo-bit: Cleanups
Jean Delvare
2006-09-26
1
-9
/
+8
*
i2c-algo-bit: Discard the mdelay data struct member
Jean Delvare
2006-09-26
1
-4
/
+0
*
i2c-algo-sibyte: Merge into i2c-sibyte
Jean Delvare
2006-09-26
3
-193
/
+0
*
i2c-algo-sibyte: Cleanups
Jean Delvare
2006-09-26
1
-30
/
+1
*
[PATCH] i2c-algo-bit: Wipe out dead code
Uwe Bugla
2006-07-12
1
-1
/
+0
*
[PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm drivers
Mark M. Hoffman
2006-07-12
5
-14
/
+11
*
[PATCH] i2c: Use module_param in i2c-algo-sibyte
Eric Sesterhenn
2006-02-06
1
-1
/
+1
*
[PATCH] i2c: Discard explicit static initializations to 0
Jean Delvare
2005-10-28
2
-2
/
+2
[next]