1. c1c21f4 i2c: core: Export bus recovery functions by Mark Brown · 9 years ago
  2. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  3. c3a416a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  4. 2b2190a i2c: change input parameter to i2c_adapter for prepare/unprepare_recovery by Grygorii Strashko · 9 years ago
  5. 03bde7c i2c: busses with dynamic ids should start after fixed ids for DT by Wolfram Sang · 9 years ago
  6. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 9 years ago
  7. b7f6258 i2c: add quirk checks to core by Wolfram Sang · 9 years ago
  8. a494457 Revert "i2c: core: Dispose OF IRQ mapping at client removal time" by Jakub Kicinski · 9 years ago
  9. 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  10. 26680ee i2c: clarify comments about the dev_released completion by Wolfram Sang · 9 years ago
  11. d5fd120 i2c: Only include slave support if selected by Jean Delvare · 9 years ago
  12. c680eed i2c: do not try to load modules for of-registered devices by Dmitry Torokhov · 9 years ago
  13. a5eb71b i2c: simplify boilerplate code for attribute groups by Wolfram Sang · 9 years ago
  14. 393cc1c i2c: ACPI: Pick the first address if device has multiple by Mika Westerberg · 9 years ago
  15. 523c5b8 i2c: Remove support for legacy PM by Lars-Peter Clausen · 10 years ago
  16. 9689519 Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  17. 4b1acc4 i2c: core changes for slave support by Wolfram Sang · 10 years ago
  18. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  19. ea7513b i2c/of: Add OF_RECONFIG notifier handler by Pantelis Antoniou · 10 years ago
  20. a430a345 i2c/of: Factor out Devicetree registration code by Pantelis Antoniou · 10 years ago
  21. 40e7fcb ACPI: Add _DEP support to fix battery issue on Asus T100TA by Lan Tianyu · 10 years ago
  22. 4470c72 i2c: acpi: remove unneeded variable initialization by Wolfram Sang · 10 years ago
  23. 6f34be7 i2c: core: Fix probing of i2c slaves without interrupts by Geert Uytterhoeven · 10 years ago
  24. 2fd36c55 i2c: core: Map OF IRQ at probe time by Laurent Pinchart · 10 years ago
  25. e4df3a0 i2c: core: Dispose OF IRQ mapping at client removal time by Laurent Pinchart · 10 years ago
  26. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  27. 49a09c9 Merge branch 'pm-domains' by Rafael J. Wysocki · 10 years ago
  28. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  29. 0aef44e i2c: acpi: Fix NULL Pointer dereference by Peter Hüwe · 10 years ago
  30. 17f4a5c i2c: move acpi code back into the core by Wolfram Sang · 10 years ago
  31. e09b0d4 i2c: core: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
  32. f7dbaef Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  33. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 10 years ago
  34. 4555227 i2c: add debug info when class instantiation was dropped by Wolfram Sang · 10 years ago
  35. da3c664 I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config by Lan Tianyu · 10 years ago
  36. 5d98e61 I2C/ACPI: Add i2c ACPI operation region support by Lan Tianyu · 10 years ago
  37. 8a32599 i2c: Add message transfer tracepoints for SMBUS [ver #2] by David Howells · 10 years ago
  38. d9a83d6 i2c: Add message transfer tracepoints for I2C by David Howells · 10 years ago
  39. 0c17617 i2c: add deprecation warning for class based instantiation by Wolfram Sang · 10 years ago
  40. f7a6ad9 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  41. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  42. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 10 years ago
  43. 72fa818 i2c: rely on driver core when sanitizing devices by Wolfram Sang · 10 years ago
  44. 8c4ff6d ACPI: fix module autoloading for ACPI enumerated devices by Zhang Rui · 10 years ago
  45. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  46. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  47. 70762ab i2c: Use stable dev_name for ACPI enumerated I2C slaves by Jarkko Nikula · 11 years ago
  48. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  49. dd6c26b Merge branch 'acpi-pm' by Rafael J. Wysocki · 11 years ago
  50. a76e9bd i2c: attach/detach I2C client device to the ACPI power domain by Lv Zheng · 11 years ago
  51. 47b6e477 i2c: Not all adapters have a parent by Jean Delvare · 11 years ago
  52. 0acc2b3 i2c: Remove redundant 'driver' field from the i2c_client struct by Lars-Peter Clausen · 11 years ago
  53. 55e71ed i2c: move ACPI helpers into the core by Mika Westerberg · 11 years ago
  54. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  55. d63a9e8 i2c: Improve logging on failure to probe for ->class devices by Andy Lutomirski · 11 years ago
  56. c66c4cc i2c: add sanity check to i2c_put_adapter by Sebastian Hesselbarth · 11 years ago
  57. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  58. e9b526f i2c: suppress lockdep warning on delete_device by Alexander Sverdlin · 11 years ago
  59. e5a7074 i2c: remove CONFIG_HOTPLUG ifdefs by Yijing Wang · 11 years ago
  60. 7154630 i2c: Make return type of i2c_del_adapter() void by Lars-Peter Clausen · 11 years ago
  61. f5fb082 i2c: i2c_del_adapter: Don't treat removing a non-registered adapter as error by Lars-Peter Clausen · 11 years ago
  62. 19baba4 i2c: Remove detach_adapter by Lars-Peter Clausen · 11 years ago
  63. 5f9296b i2c: Add bus recovery infrastructure by Viresh Kumar · 12 years ago
  64. ee5c274 i2c: core: Pick i2c bus number from dt alias if present by Doug Anderson · 11 years ago
  65. e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 11 years ago
  66. 4ae42b0f i2c: convert to idr_alloc() by Tejun Heo · 11 years ago
  67. c811093 i2c: core: Remove definition of i2c_smbus_process_call by Tushar Behera · 12 years ago
  68. 907ddf8 i2c / ACPI: add ACPI enumeration support by Mika Westerberg · 12 years ago
  69. 230da09 i2c: Convert struct i2c_msg initialization to C99 format by Shubhrajyoti D · 12 years ago
  70. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  71. 390946b i2c-core: Fix for lockdep validator by Jean Delvare · 12 years ago
  72. 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
  73. 72fc2c7 i2c: Fall back to emulated SMBus if the operation isn't supported natively by Laurent Pinchart · 12 years ago
  74. d47726c i2c: Add SCCB support by Laurent Pinchart · 12 years ago
  75. b37d2a3 [media] i2c: Export an unlocked flavor of i2c_transfer by Jean Delvare · 12 years ago
  76. 643dd09 i2c: implement i2c_verify_adapter by Stephen Warren · 12 years ago
  77. 5694f8a i2c: Update the FSF address by Jean Delvare · 12 years ago
  78. 834aa6f i2c-core: Comment says "transmitted" but means "received" by Wolfram Sang · 12 years ago
  79. cbb4451 i2c: Fix device name for 10-bit slave address by Jean Delvare · 13 years ago
  80. 488bf31 i2c: Allow i2c_add_numbered_adapter() to assign a bus id by Grant Likely · 13 years ago
  81. a920ff4 i2c: Improve deprecation warnings by Jean Delvare · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. fe6fc25 i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter by Jean Delvare · 13 years ago
  84. 7ae3148 i2c: Export i2c_for_each_dev by Jean Delvare · 13 years ago
  85. d735b34 i2c: make i2c_get_adapter prototype clearer by Jean Delvare · 13 years ago
  86. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 13 years ago
  87. f4e8db3 i2c: Encourage move to dev_pm_ops by warning on use of legacy methods by Mark Brown · 13 years ago
  88. d529de2 i2c: Factor out runtime suspend checks from PM operations by Mark Brown · 13 years ago
  89. 5219bf8 i2c: Unregister dummy devices last on adapter removal by Jean Delvare · 13 years ago
  90. 0cc43a1 i2c: Constify i2c_client where possible by Jean Delvare · 13 years ago
  91. 2236baa i2c: Sanity checks on adapter registration by Jean Delvare · 14 years ago
  92. 51b54ba i2c: Optimize function i2c_detect() by Jean Delvare · 14 years ago
  93. d57558d i2c: Discard warning message on device instantiation from user-space by Jean Delvare · 14 years ago
  94. 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
  95. 925bb9c of/i2c: Fix module load order issue caused by of_i2c.c by Grant Likely · 14 years ago
  96. 64b4782 i2c: Fix checks which cause legacy suspend to never get called by Rajendra Nayak · 14 years ago
  97. 753419f i2c: Fix for suspend/resume issue by Vishwanath BS · 14 years ago
  98. 0826374 i2c: Multiplexed I2C bus core support by Michael Lawnick · 14 years ago
  99. dafc50d i2c: Use a separate mutex for userspace client lists by Jean Delvare · 14 years ago
  100. 8031d79 i2c: Make i2c_default_probe self-sufficient by Jean Delvare · 14 years ago