1. 8b798c4 i2c-au1550: Convert to platform driver by Manuel Lauss · 16 years ago
  2. 91f2795 i2c-au1550: properly terminate zero-byte transfers by Manuel Lauss · 16 years ago
  3. 4bd28eb mpc-i2c: Propagate error values properly by Jon Smirl · 16 years ago
  4. 0d227a7 i2c-viapro: Add support for the VT8237S by Jean Delvare · 16 years ago
  5. 9b7389c i2c-piix4: Drop redundant PCI function number check by Jean Delvare · 16 years ago
  6. 0f07a24 i2c: Let the user specify PCI driver data through new_id by Jean Delvare · 16 years ago
  7. b7a3670 i2c-pxa: Add polling transfer by Mike Rapoport · 16 years ago
  8. 5271071 i2c-sibyte: Remove the bus scan module parameter by Jean Delvare · 16 years ago
  9. 6342064 i2c-i801: Implement I2C block read support by Jean Delvare · 16 years ago
  10. a0921b6 i2c-i801: Clear special mode bits as needed by Jean Delvare · 16 years ago
  11. 369f6f4 i2c-i801: More explicit names for chip features by Jean Delvare · 16 years ago
  12. ae7b049 i2c-i801: Document which chip support what feature by Jean Delvare · 16 years ago
  13. 0f79b72 i2c: Deprecate drivers for I2C buses on video adapters by Jean Delvare · 16 years ago
  14. 2caeac8 i2c: Don't uselessly set i2c_adapter.retries by Jean Delvare · 16 years ago
  15. 59d70df i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x by eric miao · 16 years ago
  16. 7e8b992 i2c: some overdue driver removal by Adrian Bunk · 16 years ago
  17. 569be44 i2c-stub: Use a single array for byte and word operations by Jean Delvare · 16 years ago
  18. 217bcec i2c-ibm_iic: Whitespace cleanup by Stefan Roese · 16 years ago
  19. ccf60d8 i2c-pasemi: use i2c_add_numbered_adapter() by Olof Johansson · 16 years ago
  20. 541b6a7 i2c-nforce2: The nForce2 can do block transactions by Jean Delvare · 16 years ago
  21. 5cd6e67 i2c-sibyte: Fix an error path by Jean Delvare · 17 years ago
  22. 96acafe i2c: Spelling fixes by Joe Perches · 17 years ago
  23. 3e39752 i2c-omap: Fix NULL pointer dereferencing by Tony Lindgren · 17 years ago
  24. fce3ff0 i2c: Add missing spaces in split log messages by Joe Perches · 17 years ago
  25. 50862d9 i2c-gpio: Initialize adapter class by Atsushi Nemoto · 17 years ago
  26. be8a1f7 i2c-pasemi: Fix NACK detection by Olof Johansson · 17 years ago
  27. ff23f3e i2c-pasemi: Replace obsolete "driverfs" reference with "sysfs" by Robert P. J. Day · 17 years ago
  28. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  29. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  30. ed11399 i2c-pxa, rename BIT macro to PXA_BIT by Jiri Slaby · 17 years ago
  31. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  32. 65a6ec0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  33. ac3f575 i2c-nforce2: Declare PEC as supported by Jean Delvare · 17 years ago
  34. d49584c i2c-nforce2: Abort the transaction on error by Oleg Ryjkov · 17 years ago
  35. 4153549 i2c-nforce2: Move status checking to a separate function by Oleg Ryjkov · 17 years ago
  36. a202707 i2c-au1550: Fix a misused register problem by Chris David · 17 years ago
  37. 6662cbb i2c: Rename the PEC functionality bit by David Brownell · 17 years ago
  38. 24d0fb4 i2c-at91: Mark as broken by David Brownell · 17 years ago
  39. 3be27d3 i2c: Remove NOP i2c_algorithm.algo_control() methods by David Brownell · 17 years ago
  40. 9d90c1f i2c-stub: Support multiple chips by Jean Delvare · 17 years ago
  41. 567a244 i2c-bfin-twi: Remove useless twi_lock mutex by Francis Moreau · 17 years ago
  42. e07bc67 i2c-i801: Add support for the Intel Tolapai SMBus by Jason Gaston · 17 years ago
  43. 95a7f10 i2c: Add DaVinci I2C controller support by Vladimir Barinov · 17 years ago
  44. 7589a32 i2c-ibm_iic: Add support for new-style clients by Stefan Roese · 17 years ago
  45. c3cef3f [ARM] pxa: update pxa i2c driver to use clk support by Russell King · 17 years ago
  46. 51e5709 i2c-pxa: Fix adapter number by Jean Delvare · 17 years ago
  47. 9a3180e i2c-gpio: Fix adapter number by David Brownell · 17 years ago
  48. 60693e5 i2c-piix4: Fix SB700 PCI device ID by Shane Huang · 17 years ago
  49. b5d0b4b i2c-s3c2410: Build fix by Ben Dooks · 17 years ago
  50. a07ad1c i2c-mv64xxx: Reinitialize hw and driver on I2C bus hang by Dale Farnsworth · 17 years ago
  51. 5af0e07 i2c-mpc: Don't disable I2C module on stop condition by Domen Puncer · 17 years ago
  52. 432ca99 i2c-iop3xx: Set I2C_CLASS_HWMON to adapter class by Arnaud Patard · 17 years ago
  53. 322454a i2c-mpc: Pass correct dev_id to free_irq on error path by Scott Wood · 17 years ago
  54. 002cf63 i2c-i801: Typo: erroneous by Jean Delvare · 17 years ago
  55. d8e7154 Blackfin arch: add BF54x I2C/TWI TWI0 driver support by Bryan Wu · 17 years ago
  56. 40b42f1 Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 17 years ago
  57. e24b8cb i2c: Delete the i2c-isa pseudo bus driver by Jean Delvare · 17 years ago
  58. 5ee403f parse error, drivers/i2c/busses/i2c-pmcmsp.c by Yoann Padioleau · 17 years ago
  59. 2a9915c make i2c-acorn tristate by Al Viro · 17 years ago
  60. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  61. 0a85e9a i2c-rpx: Remove by Jean Delvare · 17 years ago
  62. 254db9b i2c-mpc: work around missing-9th-clock-pulse bug by Domen Puncer · 17 years ago
  63. 1b144df i2c: New PMC MSP71xx TWI bus driver by Marc St-Jean · 17 years ago
  64. c6e1629 i2c-savage4: Delete many unused defines by Jean Delvare · 17 years ago
  65. b9cdad7 i2c: New bus driver for the TAOS evaluation modules by Jean Delvare · 17 years ago
  66. 7edcb9a i2c-i801: Use the internal 32-byte buffer on ICH4+ by Oleg Ryjkov · 17 years ago
  67. ca8b9e3 i2c-i801: Various cleanups by Oleg Ryjkov · 17 years ago
  68. 066af98 i2c-pxa: Support new-style I2C drivers by Rodolfo Giometti · 17 years ago
  69. 4d6ceed i2c-gpio: Make some internal functions static by Atsushi Nemoto · 17 years ago
  70. 7e69c3a i2c-gpio: Add support for new-style clients by Atsushi Nemoto · 17 years ago
  71. 757ba4c i2c-iop3xx: Switch to static adapter numbering by Martin Michlmayr · 17 years ago
  72. 7375cd8 i2c-sis5595: Resolve resource conflict with sis5595 by Jean Delvare · 17 years ago
  73. b53c822 i2c-nforce2: Add support for SMBus block transactions by Oleg Ryjkov · 17 years ago
  74. 1469fa2 i2c-mpc: Use i2c_add_numbered_adapter by Grant Likely · 17 years ago
  75. 65b22ad i2c-mv64xxx: Use i2c_add_numbered_adapter by Dale Farnsworth · 17 years ago
  76. c29c222 i2c-piix4: Add support for the ATI SB700 by Henry Su · 17 years ago
  77. 4b2643d i2c: Fix the i2c_smbus_read_i2c_block_data() prototype by Jean Delvare · 17 years ago
  78. 9d9c01c scx200_acb: Use mutex instead of semaphore by Matthias Kaehlcke · 17 years ago
  79. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  80. 6776f3d [ARM] 4403/1: Make the PXA-I2C driver work with lockdep validator by Enrico Scholz · 17 years ago
  81. a1ba158 i2c-s3c2410: Fix build warning by Arnaud Patard · 17 years ago
  82. 6a7ce82 i2c-tiny-usb: Fix truncated adapter name by Jean Delvare · 17 years ago
  83. c91e23c i2c-at91: compile fix (IS_ERR) by Alexey Dobriyan · 17 years ago
  84. 6e99806 i2c-at91 supports new-style i2c drivers by David Brownell · 17 years ago
  85. 0cfe61e arm: fix i2c-pxa build by Russell King · 17 years ago
  86. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  87. da67529 layered parport code uses parport->dev by David Brownell · 17 years ago
  88. c6799ad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  89. 89661ad Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  90. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  91. 5b68790 i2c-s3c2410: Fix bug in releasing driver by Ben Dooks · 17 years ago
  92. e00a8cd i2c-s3c2410: Fix I2C SDA to SCL setup time by Ben Dooks · 17 years ago
  93. e8c76ee i2c: New i2c-tiny-usb bus driver by Till Harbaum · 17 years ago
  94. 35532d2 i2c: SPIN_LOCK_UNLOCKED cleanup by Milind Arun Choudhary · 17 years ago
  95. 11de70b i2c: Obsolete i2c-ixp2000, i2c-ixp4xx and scx200_i2c by Jean Delvare · 17 years ago
  96. bcda9f1 i2c: New Simtec I2C bus driver by Ben Dooks · 17 years ago
  97. 1c23af9 i2c: Bitbanging I2C bus driver using the GPIO API by Haavard Skinnemoen · 17 years ago
  98. 16538e6 Use menuconfig objects - I2C by Jan Engelhardt · 17 years ago
  99. 7d05481 i2c-pxa: Clean transaction stop by Jean Delvare · 17 years ago
  100. 7c17549 i2c-omap: Switch to static adapter numbering by David Brownell · 17 years ago