1. 0c17617 i2c: add deprecation warning for class based instantiation by Wolfram Sang · 10 years ago
  2. 25ee33f i2c: update i2c_algorithm documentation by Ben Dooks · 10 years ago
  3. 2fac2b8 i2c: Re-instate body of i2c_parent_is_i2c_adapter() by Stephen Warren · 10 years ago
  4. 0acc2b3 i2c: Remove redundant 'driver' field from the i2c_client struct by Lars-Peter Clausen · 11 years ago
  5. 55e71ed i2c: move ACPI helpers into the core by Mika Westerberg · 11 years ago
  6. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  7. 3923172 i2c: reduce parent checking to a NOOP in non-I2C_MUX case by Phil Carmody · 11 years ago
  8. 7154630 i2c: Make return type of i2c_del_adapter() void by Lars-Peter Clausen · 11 years ago
  9. 19baba4 i2c: Remove detach_adapter by Lars-Peter Clausen · 11 years ago
  10. 5f9296b i2c: Add bus recovery infrastructure by Viresh Kumar · 12 years ago
  11. 907ddf8 i2c / ACPI: add ACPI enumeration support by Mika Westerberg · 12 years ago
  12. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  13. 0ec1386 i2c: Correct struct i2c_driver doc about detection by Vivien Didelot · 12 years ago
  14. 6df419e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  15. d47726c i2c: Add SCCB support by Laurent Pinchart · 12 years ago
  16. b37d2a3 [media] i2c: Export an unlocked flavor of i2c_transfer by Jean Delvare · 12 years ago
  17. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 12 years ago
  18. 643dd09 i2c: implement i2c_verify_adapter by Stephen Warren · 12 years ago
  19. 5694f8a i2c: Update the FSF address by Jean Delvare · 12 years ago
  20. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  21. 6782002 i2c: Delete ANY_I2C_BUS by Jean Delvare · 13 years ago
  22. 7c92784 I2C: Add helper macro for i2c_driver boilerplate by Lars-Peter Clausen · 13 years ago
  23. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  24. eb5589a include: convert various register fcns to macros to avoid include chaining by Paul Gortmaker · 13 years ago
  25. 06a6784 i2c: Functions for byte-swapped smbus_write/read_word_data by Jonathan Cameron · 13 years ago
  26. 774466a hwmon: (jc42) Change detection class by Jean Delvare · 13 years ago
  27. c185a94 i2c: Drop i2c_adapter.id by Jean Delvare · 13 years ago
  28. fe6fc25 i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter by Jean Delvare · 13 years ago
  29. 7ae3148 i2c: Export i2c_for_each_dev by Jean Delvare · 13 years ago
  30. 0c31f8e i2c: Get rid of <linux/i2c-id.h> by Jean Delvare · 13 years ago
  31. d735b34 i2c: make i2c_get_adapter prototype clearer by Jean Delvare · 13 years ago
  32. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 13 years ago
  33. 0cc43a1 i2c: Constify i2c_client where possible by Jean Delvare · 14 years ago
  34. e1e18ee i2c: Mark i2c_adapter.id as deprecated by Jean Delvare · 14 years ago
  35. cbf4bd3 i2c: Drop unused I2C_CLASS_TV flags by Jean Delvare · 14 years ago
  36. 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
  37. d582963 i2c: Simplify i2c_parent_is_i2c_adapter by Jean Delvare · 14 years ago
  38. 0826374 i2c: Multiplexed I2C bus core support by Michael Lawnick · 14 years ago
  39. dafc50d i2c: Use a separate mutex for userspace client lists by Jean Delvare · 14 years ago
  40. fe61e07 i2c: Move adapter locking helpers to i2c-core by Jean Delvare · 14 years ago
  41. d44f19d V4L/DVB: Use custom I2C probing function mechanism by Jean Delvare · 14 years ago
  42. 9a94241 i2c: Add support for custom probe function by Jean Delvare · 14 years ago
  43. 72d2e9f i2c.h: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  44. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  45. 6629dcf i2c-core: Use per-adapter userspace device lists by Jean Delvare · 14 years ago
  46. d12d42f i2c/of: Allow device node to be passed via i2c_board_info by Grant Likely · 14 years ago
  47. 0c43ea5 i2c: Document the message size limit by Zhangfei Gao · 14 years ago
  48. b5527a7 i2c: Add SMBus alert support by Jean Delvare · 14 years ago
  49. 7f50811 i2c: Get rid of I2C_CLIENT_MODULE_PARM by Jean Delvare · 15 years ago
  50. e5e9f44 i2c: Drop I2C_CLIENT_INSMOD_2 to 8 by Jean Delvare · 15 years ago
  51. 1f86df4 i2c: Drop I2C_CLIENT_INSMOD_1 by Jean Delvare · 15 years ago
  52. c3813d6 i2c: Get rid of struct i2c_client_address_data by Jean Delvare · 15 years ago
  53. 310ec79 i2c: Drop the kind parameter from detect callbacks by Jean Delvare · 15 years ago
  54. c7b25a9 i2c: Drop probe, ignore and force module parameters by Jean Delvare · 15 years ago
  55. 194684e i2c: Prevent priority inversion on top of bus lock by Mika Kuoppala · 15 years ago
  56. afa0897 i2c: Add an interface to lock/unlock an I2C bus segment by Jean Delvare · 15 years ago
  57. 6a891a3 i2c: Drop unused i2c_driver.id field by Jean Delvare · 15 years ago
  58. c703667 i2c: New macro to initialize i2c address lists on the fly by Hans Verkuil · 15 years ago
  59. 23af840 i2c: Don't advertise i2c functions when not available by Jean Delvare · 15 years ago
  60. 99cd8e2 i2c: Add a sysfs interface to instantiate devices by Jean Delvare · 15 years ago
  61. e549c2b i2c: Kill the redundant client list by Jean Delvare · 15 years ago
  62. 1e40ac1 i2c: Kill is_newstyle_driver by Jean Delvare · 15 years ago
  63. 36789b5 i2c: Drop i2c_probe function by Jean Delvare · 15 years ago
  64. 729d6dd i2c: Get rid of the legacy binding model by Jean Delvare · 15 years ago
  65. 352da98 i2c: Kill client_register and client_unregister methods by Jean Delvare · 15 years ago
  66. c758e8c i2c: Fix sparse warnings for I2C_BOARD_INFO() by Ben Hutchings · 15 years ago
  67. e3ee703 i2c: Deprecate client_register and client_unregister methods by Jean Delvare · 15 years ago
  68. cd97f39 i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT by Jean Delvare · 15 years ago
  69. 5fb4523 i2c: Warn on deprecated binding model use by Jean Delvare · 15 years ago
  70. b305271 i2c: Drop I2C_CLASS_CAM_DIGITAL by Jean Delvare · 16 years ago
  71. 994a075 i2c: Drop I2C_CLASS_CAM_ANALOG and I2C_CLASS_SOUND by Jean Delvare · 16 years ago
  72. e1995f6 i2c: Drop I2C_CLASS_ALL by Jean Delvare · 16 years ago
  73. 11f1f2a i2c: Add info->archdata field by Anton Vorontsov · 16 years ago
  74. 3ae70de i2c: Clean up <linux/i2c.h> by Jean Delvare · 16 years ago
  75. c0589d4 i2c: Drop 2-byte address block transfer defines by Jean Delvare · 16 years ago
  76. 7d1d899 i2c: Constify i2c_get_clientdata's parameter by Jean Delvare · 16 years ago
  77. 14f55f7 i2c: Make clear what the class field of i2c_adapter is good for by Wolfram Sang · 16 years ago
  78. 96e21e4 i2c: Add missing kerneldoc descriptions by Jean Delvare · 16 years ago
  79. 4735c98 i2c: Add detection capability to new-style drivers by Jean Delvare · 16 years ago
  80. e9ca9eb i2c: Export the i2c_bus_type symbol by Jon Smirl · 16 years ago
  81. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 16 years ago
  82. c1b6b4f i2c: Let framebuffer drivers set their I2C bus class to DDC by Jean Delvare · 16 years ago
  83. ae7193f i2c: Update stray references to smbus_access by Jean Delvare · 16 years ago
  84. 67c2e66 i2c: Delete unused function i2c_smbus_write_quick by Jean Delvare · 16 years ago
  85. 8e29da9 i2c: Fix bad hint about irqs in i2c.h by Wolfram Sang · 16 years ago
  86. eb8a790 i2c: Kill the old driver matching scheme by Jean Delvare · 16 years ago
  87. 60b129d i2c: Match dummy devices by type by Jean Delvare · 16 years ago
  88. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  89. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  90. 2638676 i2c: Make i2c_register_board_info() a NOP when CONFIG_I2C_BOARDINFO=n by David Brownell · 16 years ago
  91. 305183f i2c: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  92. e9f1373 i2c: Add i2c_new_dummy() utility by David Brownell · 16 years ago
  93. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 16 years ago
  94. 026526f i2c: Drop redundant i2c_driver.list by Jean Delvare · 16 years ago
  95. 87c6c22 i2c: Drop redundant i2c_adapter.list by Jean Delvare · 16 years ago
  96. e48d331 i2c: Change prototypes of refcounting functions by Jean Delvare · 16 years ago
  97. bdc511f i2c: Use the driver model reference counting by Jean Delvare · 16 years ago
  98. bfb6df2 i2c: Constify client address data by Mark M. Hoffman · 16 years ago
  99. 5e31c2b i2c: Make i2c_check_addr static by Jean Delvare · 17 years ago
  100. 6662cbb i2c: Rename the PEC functionality bit by David Brownell · 17 years ago