1. 2196d1c i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30) by Enrik Berkhan · 15 years ago
  2. 0cdba07 i2c-algo-bit: Fix timeout test by Dave Airlie · 15 years ago
  3. c454dee i2c-algo-pca: Fix use of uninitialized variable in debug message by Jean Delvare · 15 years ago
  4. abe213d i2c: Delete unused i2c-algo-sgi helper module by Jean Delvare · 15 years ago
  5. 2378bc0 i2c-algo-pca: Use timeout for checking the state machine by Wolfram Sang · 15 years ago
  6. 8e99ada i2c-algo-pca: Rework waiting for a free bus by Wolfram Sang · 15 years ago
  7. eff9ec9 i2c-algo-pca: Add PCA9665 support by Marco Aurelio da Costa · 15 years ago
  8. bac3e7c i2c: Adapt debug macros for KERN_* constants by Frank Seidel · 15 years ago
  9. 8fcfef6 i2c: Set a default timeout value for all adapters by Jean Delvare · 15 years ago
  10. 154d22b i2c: Add missing KERN_* constants to printks by Frank Seidel · 15 years ago
  11. 94d78e1 i2c-algo-pcf: Handle timeout correctly by Roel Kluin · 15 years ago
  12. 0c168ce i2c-algo-pcf: Style cleanups by Roel Kluin · 15 years ago
  13. a672b4c i2c-algo-pcf: Fix typo in debugging log message by David Miller · 16 years ago
  14. 3009140 i2c-algo-pcf: Add adapter hooks around xfer begin and end by David Miller · 16 years ago
  15. 08e5338 i2c-algo-pcf: Pass adapter data into ->waitforpin() method by David Miller · 16 years ago
  16. 8d24f8d i2c: Let users select algorithm drivers manually again by Jean Delvare · 16 years ago
  17. 0573d11 i2c-algo-pcf: Multi-master lost-arbitration improvement by Eric Brower · 16 years ago
  18. c80ebe7 i2c-pca-algo: Fix error code by Wolfram Sang · 16 years ago
  19. 9714034 i2c: Bus drivers return -Errno not -1 by David Brownell · 16 years ago
  20. c01b083 i2c-algo-pca: Extend for future drivers by Wolfram Sang · 16 years ago
  21. 3d43829 i2c-algo-pca: Remove trailing whitespaces and unnecessary UTF by Wolfram Sang · 16 years ago
  22. 3845de2 i2c: Remove the algorithm drivers from the config menu by Jean Delvare · 16 years ago
  23. 6408a83 i2c-algo-pcf: Delete broken 10-bit address support by Jean Delvare · 16 years ago
  24. bf3e2d1 i2c-algo-bit: Fix NAK/ARB comments by David Brownell · 16 years ago
  25. cf978ab i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments) by David Brownell · 16 years ago
  26. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  27. 939bc49 i2c-algo-bit: Read block data bugfix by David Brownell · 17 years ago
  28. 0a85e9a i2c-rpx: Remove by Jean Delvare · 17 years ago
  29. 16538e6 Use menuconfig objects - I2C by Jan Engelhardt · 17 years ago
  30. 494dbb6 i2c-algo-bit: Improve debugging by Jean Delvare · 17 years ago
  31. 424ed67 i2c-algo-bit: Implement a 50/50 SCL duty cycle by Jean Delvare · 17 years ago
  32. 6edac58 i2c-algo-sgi: Comment and whitespace cleanups by Ladislav Michl · 17 years ago
  33. 0f3b483 i2c-algo-bit: Add i2c_bit_add_numbered_bus by Jean Delvare · 17 years ago
  34. 3c4bb24 i2c-algo-bit: Emulate SMBus block read by Jean Delvare · 17 years ago
  35. 1ecac07 i2c-algo-bit: Always send a stop condition before leaving by Jean Delvare · 17 years ago
  36. 3269711 i2c: Discard the i2c algo del_bus wrappers by Jean Delvare · 18 years ago
  37. 51fd554 i2c: Delete the broken i2c-ite bus driver by Jean Delvare · 18 years ago
  38. 9e11a9f i2c: Constify i2c_algorithm declarations, part 1 by Jean Delvare · 18 years ago
  39. 7b288a0 i2c-algo-bit: Cleanups by Jean Delvare · 18 years ago
  40. a0d9c63 i2c-algo-bit: Discard the mdelay data struct member by Jean Delvare · 18 years ago
  41. 51c3711 i2c-algo-sibyte: Merge into i2c-sibyte by Jean Delvare · 18 years ago
  42. 3fd3968 i2c-algo-sibyte: Cleanups by Jean Delvare · 18 years ago
  43. 5313775 [PATCH] i2c-algo-bit: Wipe out dead code by Uwe Bugla · 18 years ago
  44. b39ad0c [PATCH] i2c: Handle i2c_add_adapter failure in i2c algorithm drivers by Mark M. Hoffman · 18 years ago
  45. 8104a9a [PATCH] i2c: Use module_param in i2c-algo-sibyte by Eric Sesterhenn · 18 years ago
  46. 6050709 [PATCH] i2c: Discard explicit static initializations to 0 by Jean Delvare · 19 years ago
  47. a89923f [PATCH] I2C: Fix sgi_xfer return value by Jean Delvare · 19 years ago
  48. c7a4653 [PATCH] I2C: Kill i2c_algorithm.id (5/7) by Jean Delvare · 19 years ago
  49. 1d8b9e1 [PATCH] I2C: Kill i2c_algorithm.id (4/7) by Jean Delvare · 19 years ago
  50. 87c3d7a [PATCH] I2C: Kill i2c_algorithm.id (3/7) by Jean Delvare · 19 years ago
  51. 9751858 [PATCH] I2C: Kill i2c_algorithm.name (1/7) by Jean Delvare · 19 years ago
  52. 48edcb6 [PATCH] I2C: i2c-algo-pca -- gracefully handle a busy bus by Ian Campbell · 19 years ago
  53. 541e6a0 [PATCH] I2C: Strip trailing whitespace from strings by Jean Delvare · 19 years ago
  54. 46b615f [PATCH] I2C: Spelling fixes for drivers/i2c/algos/i2c-algo-pca.c by Tobias Klauser · 19 years ago
  55. 44bbe87 [PATCH] Spelling fixes for drivers/i2c. by Steven Cole · 19 years ago
  56. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago