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. e9f1373 i2c: Add i2c_new_dummy() utility by David Brownell · 16 years ago
  5. 0b987dc i2c: Drop legacy locking in i2c_new_probed_device by Jean Delvare · 16 years ago
  6. 9ddced1 i2c: Limit locking scope in i2c_detach_client by Jean Delvare · 16 years ago
  7. 86ec5ec i2c-remove-redundant-i2c_client-list.patch by David Brownell · 16 years ago
  8. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 16 years ago
  9. 0d227a7 i2c-viapro: Add support for the VT8237S by Jean Delvare · 16 years ago
  10. 9b7389c i2c-piix4: Drop redundant PCI function number check by Jean Delvare · 16 years ago
  11. 0f07a24 i2c: Let the user specify PCI driver data through new_id by Jean Delvare · 16 years ago
  12. b7a3670 i2c-pxa: Add polling transfer by Mike Rapoport · 16 years ago
  13. cea443a i2c: Support i2c_transfer in atomic contexts by Mike Rapoport · 16 years ago
  14. 5271071 i2c-sibyte: Remove the bus scan module parameter by Jean Delvare · 16 years ago
  15. 6342064 i2c-i801: Implement I2C block read support by Jean Delvare · 16 years ago
  16. a0921b6 i2c-i801: Clear special mode bits as needed by Jean Delvare · 16 years ago
  17. 369f6f4 i2c-i801: More explicit names for chip features by Jean Delvare · 16 years ago
  18. ae7b049 i2c-i801: Document which chip support what feature by Jean Delvare · 16 years ago
  19. 6d16bfb i2c/tps65010: move header to <linux/i2c/...> by David Brownell · 16 years ago
  20. caada32 i2c: Rename main mutex by Jean Delvare · 16 years ago
  21. 026526f i2c: Drop redundant i2c_driver.list by Jean Delvare · 16 years ago
  22. 87c6c22 i2c: Drop redundant i2c_adapter.list by Jean Delvare · 16 years ago
  23. e48d331 i2c: Change prototypes of refcounting functions by Jean Delvare · 16 years ago
  24. bdc511f i2c: Use the driver model reference counting by Jean Delvare · 16 years ago
  25. 0f79b72 i2c: Deprecate drivers for I2C buses on video adapters by Jean Delvare · 16 years ago
  26. 2caeac8 i2c: Don't uselessly set i2c_adapter.retries by Jean Delvare · 16 years ago
  27. 2cdddeb i2c: normal_i2c can be made const (remaining drivers) by Jean Delvare · 16 years ago
  28. bfb6df2 i2c: Constify client address data by Mark M. Hoffman · 16 years ago
  29. 6408a83 i2c-algo-pcf: Delete broken 10-bit address support by Jean Delvare · 16 years ago
  30. bf3e2d1 i2c-algo-bit: Fix NAK/ARB comments by David Brownell · 16 years ago
  31. cf978ab i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments) by David Brownell · 16 years ago
  32. 59d70df i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x by eric miao · 16 years ago
  33. 7e8b992 i2c: some overdue driver removal by Adrian Bunk · 16 years ago
  34. eee87d3 i2c: the scheduled I2C RTC driver removal by Adrian Bunk · 16 years ago
  35. 569be44 i2c-stub: Use a single array for byte and word operations by Jean Delvare · 16 years ago
  36. 1b3e5ba i2c/tsl2550: Add power management added by Rodolfo Giometti · 16 years ago
  37. 5864ae0 i2c: Add support for the PCF8575 chip by Bart Van Assche · 16 years ago
  38. 217bcec i2c-ibm_iic: Whitespace cleanup by Stefan Roese · 16 years ago
  39. ccf60d8 i2c-pasemi: use i2c_add_numbered_adapter() by Olof Johansson · 16 years ago
  40. 541b6a7 i2c-nforce2: The nForce2 can do block transactions by Jean Delvare · 16 years ago
  41. 7b8712e driver core: Make the dev_*() family of macros in device.h complete by Emil Medve · 17 years ago
  42. 5cd6e67 i2c-sibyte: Fix an error path by Jean Delvare · 17 years ago
  43. 96acafe i2c: Spelling fixes by Joe Perches · 17 years ago
  44. 3e39752 i2c-omap: Fix NULL pointer dereferencing by Tony Lindgren · 17 years ago
  45. 187426e i2c/isp1301_omap: Build fix by David Brownell · 17 years ago
  46. fce3ff0 i2c: Add missing spaces in split log messages by Joe Perches · 17 years ago
  47. 50862d9 i2c-gpio: Initialize adapter class by Atsushi Nemoto · 17 years ago
  48. 8b925a3 i2c/eeprom: Recognize VGN as a valid Sony Vaio name prefix by Jean Delvare · 17 years ago
  49. 0f2cbd3 i2c/eeprom: Hide Sony Vaio serial numbers by Jean Delvare · 17 years ago
  50. be8a1f7 i2c-pasemi: Fix NACK detection by Olof Johansson · 17 years ago
  51. ff23f3e i2c-pasemi: Replace obsolete "driverfs" reference with "sysfs" by Robert P. J. Day · 17 years ago
  52. 5e31c2b i2c: Make i2c_check_addr static by Jean Delvare · 17 years ago
  53. bd4217d i2c-dev: Unbound new-style i2c clients aren't busy by Jean Delvare · 17 years ago
  54. 907135a i2c-dev: "how does it work" comments by David Brownell · 17 years ago
  55. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  56. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  57. ed11399 i2c-pxa, rename BIT macro to PXA_BIT by Jiri Slaby · 17 years ago
  58. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  59. 1f7c823 Make the pr_*() family of macros in kernel.h complete by Emil Medve · 17 years ago
  60. 65a6ec0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  61. ac3f575 i2c-nforce2: Declare PEC as supported by Jean Delvare · 17 years ago
  62. d49584c i2c-nforce2: Abort the transaction on error by Oleg Ryjkov · 17 years ago
  63. 4153549 i2c-nforce2: Move status checking to a separate function by Oleg Ryjkov · 17 years ago
  64. a202707 i2c-au1550: Fix a misused register problem by Chris David · 17 years ago
  65. 6662cbb i2c: Rename the PEC functionality bit by David Brownell · 17 years ago
  66. 24d0fb4 i2c-at91: Mark as broken by David Brownell · 17 years ago
  67. 53be795 i2c: Remove i2c_algorithm.algo_control() by David Brownell · 17 years ago
  68. 3be27d3 i2c: Remove NOP i2c_algorithm.algo_control() methods by David Brownell · 17 years ago
  69. e265cfa i2c-dev: Reject I2C_M_RECV_LEN by David Brownell · 17 years ago
  70. 9d90c1f i2c-stub: Support multiple chips by Jean Delvare · 17 years ago
  71. 567a244 i2c-bfin-twi: Remove useless twi_lock mutex by Francis Moreau · 17 years ago
  72. e07bc67 i2c-i801: Add support for the Intel Tolapai SMBus by Jason Gaston · 17 years ago
  73. a64ec07 i2c: Document struct i2c_msg by David Brownell · 17 years ago
  74. 553515e i2c/pcf8574: No arbitrary initialization by Jean Delvare · 17 years ago
  75. 95a7f10 i2c: Add DaVinci I2C controller support by Vladimir Barinov · 17 years ago
  76. 7589a32 i2c-ibm_iic: Add support for new-style clients by Stefan Roese · 17 years ago
  77. 8056c6c i2c/tps65010: New-style driver updates, part 2 by David Brownell · 17 years ago
  78. b5067f8 i2c/tps65010: New-style driver updates, part 1 by David Brownell · 17 years ago
  79. 83eaaed i2c-core: Make some code static by Adrian Bunk · 17 years ago
  80. 3bbb835 i2c: New-style devices can support driver model wakeup flags by David Brownell · 17 years ago
  81. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  82. c3cef3f [ARM] pxa: update pxa i2c driver to use clk support by Russell King · 17 years ago
  83. 939bc49 i2c-algo-bit: Read block data bugfix by David Brownell · 17 years ago
  84. 51e5709 i2c-pxa: Fix adapter number by Jean Delvare · 17 years ago
  85. 9a3180e i2c-gpio: Fix adapter number by David Brownell · 17 years ago
  86. 60693e5 i2c-piix4: Fix SB700 PCI device ID by Shane Huang · 17 years ago
  87. b5d0b4b i2c-s3c2410: Build fix by Ben Dooks · 17 years ago
  88. c1147cc i2c/menelaus: Build fix by David Brownell · 17 years ago
  89. a07ad1c i2c-mv64xxx: Reinitialize hw and driver on I2C bus hang by Dale Farnsworth · 17 years ago
  90. 5af0e07 i2c-mpc: Don't disable I2C module on stop condition by Domen Puncer · 17 years ago
  91. 432ca99 i2c-iop3xx: Set I2C_CLASS_HWMON to adapter class by Arnaud Patard · 17 years ago
  92. 25da383 i2c/isp1301_omap: Build fixes, whitespace by David Brownell · 17 years ago
  93. 322454a i2c-mpc: Pass correct dev_id to free_irq on error path by Scott Wood · 17 years ago
  94. 002cf63 i2c-i801: Typo: erroneous by Jean Delvare · 17 years ago
  95. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  96. 7b55737 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  97. f52e0ef i2c: ds1682 warning fix by Andrew Morton · 17 years ago
  98. d8e7154 Blackfin arch: add BF54x I2C/TWI TWI0 driver support by Bryan Wu · 17 years ago
  99. 40b42f1 Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 17 years ago
  100. e24b8cb i2c: Delete the i2c-isa pseudo bus driver by Jean Delvare · 17 years ago