1. eb8a790 i2c: Kill the old driver matching scheme by Jean Delvare · 16 years ago
  2. 60b129d i2c: Match dummy devices by type by Jean Delvare · 16 years ago
  3. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  4. 08882d2 i2c: Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  5. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  6. 8c07e46 i2c: Fix docbook problem by Randy Dunlap · 16 years ago
  7. 50c3304 i2c: Keep client->driver and client->dev.driver in sync by Hans Verkuil · 16 years ago
  8. e9f1373 i2c: Add i2c_new_dummy() utility by David Brownell · 16 years ago
  9. 0b987dc i2c: Drop legacy locking in i2c_new_probed_device by Jean Delvare · 16 years ago
  10. 9ddced1 i2c: Limit locking scope in i2c_detach_client by Jean Delvare · 16 years ago
  11. 86ec5ec i2c-remove-redundant-i2c_client-list.patch by David Brownell · 16 years ago
  12. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 16 years ago
  13. cea443a i2c: Support i2c_transfer in atomic contexts by Mike Rapoport · 16 years ago
  14. caada32 i2c: Rename main mutex by Jean Delvare · 16 years ago
  15. 026526f i2c: Drop redundant i2c_driver.list by Jean Delvare · 16 years ago
  16. 87c6c22 i2c: Drop redundant i2c_adapter.list by Jean Delvare · 16 years ago
  17. e48d331 i2c: Change prototypes of refcounting functions by Jean Delvare · 16 years ago
  18. bdc511f i2c: Use the driver model reference counting by Jean Delvare · 16 years ago
  19. bfb6df2 i2c: Constify client address data by Mark M. Hoffman · 16 years ago
  20. 5e31c2b i2c: Make i2c_check_addr static by Jean Delvare · 17 years ago
  21. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  22. 53be795 i2c: Remove i2c_algorithm.algo_control() by David Brownell · 17 years ago
  23. a64ec07 i2c: Document struct i2c_msg by David Brownell · 17 years ago
  24. 83eaaed i2c-core: Make some code static by Adrian Bunk · 17 years ago
  25. 3bbb835 i2c: New-style devices can support driver model wakeup flags by David Brownell · 17 years ago
  26. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  27. 40b42f1 Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 17 years ago
  28. e24b8cb i2c: Delete the i2c-isa pseudo bus driver by Jean Delvare · 17 years ago
  29. 4b2643d i2c: Fix the i2c_smbus_read_i2c_block_data() prototype by Jean Delvare · 17 years ago
  30. d64f73b i2c: Add kernel documentation by David Brownell · 17 years ago
  31. de81d2a i2c: Legacy i2c drivers shouldn't issue uevents by David Brownell · 17 years ago
  32. b86a1bc i2c: Restore i2c_smbus_read_block_data by Jean Delvare · 17 years ago
  33. b3e8209 i2c: Make i2c_del_driver a void function by Jean Delvare · 17 years ago
  34. 12b5053a i2c: Add i2c_new_probed_device() by Jean Delvare · 17 years ago
  35. c056460 i2c: i2c EXPORT_SYMBOL cleanup by David Brownell · 17 years ago
  36. 6e13e64 i2c: Add i2c_add_numbered_adapter() by David Brownell · 17 years ago
  37. 9c1600e i2c: Add i2c_board_info and i2c_new_device() by David Brownell · 17 years ago
  38. a1d9e6e i2c: i2c stack can remove() by David Brownell · 17 years ago
  39. 7b4fbc5 i2c: i2c stack can probe() by David Brownell · 17 years ago
  40. 209d27c i2c: Emulate SMBus block read over I2C by Jean Delvare · 17 years ago
  41. ef2c8321 i2c: Rename dev_to_i2c_adapter() by David Brownell · 17 years ago
  42. 16ffadf i2c: Class attribute cleanup by David Brownell · 17 years ago
  43. 4ad4eac i2c: i2c_register_driver() cleanup by David Brownell · 17 years ago
  44. b31366f i2c: i2c_adapter devices need no driver by Jean Delvare · 17 years ago
  45. fccb56e i2c: Kill i2c_adapter.class_dev by Jean Delvare · 17 years ago
  46. fe2c8d5 i2c: Remove the warning on missing adapter device by Jean Delvare · 17 years ago
  47. f37dd80 i2c: Add driver suspend/resume/shutdown support by David Brownell · 17 years ago
  48. b8d6f45 i2c: completion header cleanups by Jean Delvare · 17 years ago
  49. b119dc3 i2c: Migration aids for i2c_adapter.dev removal by David Brownell · 17 years ago
  50. 7b77d06 i2c: Use the __ATTR macro where possible by Jean Delvare · 18 years ago
  51. 438d6c2 i2c: Whitespace cleanups by David Brownell · 18 years ago
  52. 6ea2303 i2c: Add support for nested i2c bus locking by Jiri Kosina · 18 years ago
  53. 77ed74d [PATCH] i2c: Prevent deadlock on i2c client registration by Jean Delvare · 18 years ago
  54. 114fd18 i2c: Warn on i2c client creation failure by Jean Delvare · 18 years ago
  55. 7eff82c i2c-core: Drop useless bitmaskings by Jean Delvare · 18 years ago
  56. b119c6c i2c: __must_check fixes (core drivers) by Jean Delvare · 18 years ago
  57. 2369df9 [PATCH] i2c: Fix 'ignore' module parameter handling in i2c-core by Mark M. Hoffman · 18 years ago
  58. 46f5ed7 [PATCH] i2c: Mark block write buffers as const by Krzysztof Halasa · 18 years ago
  59. 7eebcb7 [PATCH] i2c: Optimize core_lists mutex usage by Jean Delvare · 18 years ago
  60. 5c085d3 [PATCH] i2c: Semaphore to mutex conversions, part 2 by Ingo Molnar · 18 years ago
  61. 7656032 [PATCH] i2c: Speed up block transfers by Jean Delvare · 18 years ago
  62. b3585e4 [PATCH] I2C: Convert i2c to mutexes by Arjan van de Ven · 18 years ago
  63. 21bbd69 [PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data. by Jean Delvare · 18 years ago
  64. b864c7d [PATCH] Add i2c_bus_type probe and remove methods by Russell King · 18 years ago
  65. 3fb81a3 [PATCH] i2c: I2C_DF_NOTIFY removal comment cleanups by Jean Delvare · 19 years ago
  66. de59cf9 [PATCH] I2C: Make i2c_add_driver automatically set the proper module owner by Greg Kroah-Hartman · 19 years ago
  67. 35d8b2e [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 by Laurent Riffard · 19 years ago
  68. cf02df7 [PATCH] i2c: Rework client usage count, 3 of 3 by Jean Delvare · 19 years ago
  69. cde7859 [PATCH] i2c: Rework client usage count, 2 of 3 by Jean Delvare · 19 years ago
  70. cb748fb [PATCH] i2c: Rework client usage count, 1 of 3 by Jean Delvare · 19 years ago
  71. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
  72. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  73. 421ef47 [PATCH] i2c: SMBus PEC support rewrite, 2 of 3 by Jean Delvare · 19 years ago
  74. 6586bcd [PATCH] Owner field additions to many i2c drivers, 4 of 5 by Laurent Riffard · 19 years ago
  75. 30dac74 [PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX by Jean Delvare · 19 years ago
  76. 5c50d18 [PATCH] i2c: Several PEC-related fixes in software SMBus emulation by Hideki Iwamoto · 19 years ago
  77. 4366dc9 [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICK by Jean Delvare · 19 years ago
  78. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  79. 4c9337d [PATCH] I2C: Centralize 24RF08 corruption prevention by Jean Delvare · 19 years ago
  80. a89ba0b [PATCH] I2C: Rewrite i2c_probe by Jean Delvare · 19 years ago
  81. 9fc6adf [PATCH] hwmon: hwmon vs i2c, second round (01/11) by Jean Delvare · 19 years ago
  82. b6d7b3d [PATCH] I2C: Improve core debugging messages by Jean Delvare · 19 years ago
  83. cdcb192 [PATCH] I2C: inline i2c_adapter_id by Jean Delvare · 19 years ago
  84. 7bef559 [PATCH] I2C: refactor message in i2c_detach_client by Jean Delvare · 19 years ago
  85. efde723 [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (1/9) by Jean Delvare · 19 years ago
  86. 86749e8 [PATCH] I2C: missing new lines in i2c-core messages by Jean Delvare · 19 years ago
  87. a0920e1 [PATCH] i2c: make better use of IDR in i2c-core by Mark M. Hoffman · 19 years ago
  88. a551acc [PATCH] I2C: Spelling fixes for drivers/i2c/i2c-core.c by Tobias Klauser · 19 years ago
  89. 815f55f [PATCH] I2C: Remove redundancy from i2c-core.c by Jean Delvare · 19 years ago
  90. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 19 years ago
  91. b3d5496e [PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers by Jean Delvare · 19 years ago
  92. e404e27 [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago