1. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 6 years ago
  2. 0c36dd3 i2c: remove deprecated attach_adapter callback by Wolfram Sang · 6 years ago
  3. 4717be7 i2c: core: Parse SDA hold time from firmware by Andy Shevchenko · 6 years ago
  4. d9cfe2c i2c: quirks: add zero length checks by Wolfram Sang · 6 years ago
  5. 7ca5f6b i2c: recovery: add get_bus_free callback by Wolfram Sang · 7 years ago
  6. ffc59c4 i2c: recovery: require either get_sda or set_sda by Wolfram Sang · 7 years ago
  7. fb2896a Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19 by Wolfram Sang · 7 years ago
  8. 3f3a89e i2c: remove i2c_lock_adapter and use i2c_lock_bus directly by Peter Rosin · 7 years ago
  9. 63453b5 i2c: smbus: add unlocked __i2c_smbus_xfer variant by Peter Rosin · 7 years ago
  10. da0086d i2c: Export of_i2c_get_board_info() by Boris Brezillon · 7 years ago
  11. 4fad886 i2c: Get rid of i2c_board_info->archdata by Boris Brezillon · 7 years ago
  12. dde67eb i2c: add i2c_get_device_id() to get the standard i2c device id by Peter Rosin · 7 years ago
  13. 8092178 i2c: add 'set_sda' to bus_recovery_info by Wolfram Sang · 7 years ago
  14. 6c92204 i2c: add identifier in declarations for i2c_bus_recovery by Wolfram Sang · 7 years ago
  15. 766a4f2 i2c: make kerneldoc about bus recovery more precise by Wolfram Sang · 7 years ago
  16. ba98645 i2c: add i2c_master_{send|recv}_dmasafe by Wolfram Sang · 7 years ago
  17. 8a91732 i2c: refactor i2c_master_{send_recv} by Wolfram Sang · 7 years ago
  18. e94bc5d i2c: add helpers to ease DMA handling by Wolfram Sang · 7 years ago
  19. e1eb7d2 i2c: remove legacy integer scl/sda gpio for recovery by Phil Reid · 7 years ago
  20. 3991c5c i2c: Switch to using gpiod interface for gpio bus recovery by Phil Reid · 7 years ago
  21. 901a891f i2c: use macro IS_ENABLED in header i2c.h by Stefan Lengfeld · 7 years ago
  22. 728fe6c i2c: Allow overriding dev_name through board_info by Hans de Goede · 7 years ago
  23. 9c80034 i2c: rephrase explanation of I2C_CLASS_DEPRECATED by Wolfram Sang · 7 years ago
  24. 8f1a357 i2c: Provide a stub for i2c_detect_slave_mode() by Andy Shevchenko · 8 years ago
  25. 16a12fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  26. d1d84bb i2c: core: Allow drivers to disable i2c-core irq mapping by Hans de Goede · 8 years ago
  27. 605f8fc i2c: core: Add new i2c_acpi_new_device helper function by Hans de Goede · 8 years ago
  28. 4124c4e i2c: allow attaching IRQ resources to i2c_board_info by Dmitry Torokhov · 8 years ago
  29. 00a06c2 i2c: export i2c_client_type structure by Dmitry Torokhov · 8 years ago
  30. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  31. 7067739 Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  32. d3e1b61 i2c: allow specify device properties in i2c_board_info by Dmitry Torokhov · 8 years ago
  33. cefae80 i2c: core: helper function to detect slave mode by Luis Oliveira · 8 years ago
  34. 331c342 i2c: do not enable fall back to Host Notify by default by Dmitry Torokhov · 8 years ago
  35. 4d5538f i2c: use an IRQ to report Host Notify events, not alert by Benjamin Tissoires · 8 years ago
  36. b8a1a4c i2c: Provide a temporary .probe_new() call-back type by Lee Jones · 8 years ago
  37. 5f441fc i2c: Export i2c_match_id() for direct use by device drivers by Lee Jones · 8 years ago
  38. 298d4de i2c: Match using traditional OF methods, then by vendor-less compatible strings by Lee Jones · 8 years ago
  39. 8dd1fe1 i2c: export i2c_adapter_depth() by Bartosz Golaszewski · 8 years ago
  40. d1ed798 i2c: move locking operations to their own struct by Peter Rosin · 8 years ago
  41. 5853b22 i2c: core: Add function for finding the bus speed from ACPI, take 2 by Jarkko Nikula · 8 years ago
  42. fb79e09 i2c: add i2c_trylock_bus wrapper, use it by Peter Rosin · 9 years ago
  43. 38d0fc4 Revert "i2c: core: Add function for finding the bus speed from ACPI" by Wolfram Sang · 8 years ago
  44. 55d38d06 i2c: core: Add function for finding the bus speed from ACPI by Jarkko Nikula · 9 years ago
  45. e456cd3 i2c: smbus: add SMBus Host Notify support by Benjamin Tissoires · 9 years ago
  46. b4f2105 i2c: add a protocol parameter to the alert callback by Benjamin Tissoires · 9 years ago
  47. 0f614d8 i2c: Add generic support passing secondary devices addresses by Jean-Michel Hautbois · 9 years ago
  48. 6ef91fc i2c: mux: relax locking of the top i2c adapter during mux-locked muxing by Peter Rosin · 9 years ago
  49. 8320f49 i2c: allow adapter drivers to override the adapter locking by Peter Rosin · 9 years ago
  50. a16d6eb i2c: introduce helper function to get 8 bit address from a message by Wolfram Sang · 9 years ago
  51. c698d63 i2c: create builtin_i2c_driver to avoid registration boilerplate by Paul Gortmaker · 9 years ago
  52. e1dba01 i2c: add generic routine to parse DT for timing information by Wolfram Sang · 9 years ago
  53. cfa576d i2c: add i2c_check_quirks helper function by Nicola Corna · 9 years ago
  54. 749de3d i2c: add i2c quirk flag for unsupported clock stretching by Nicola Corna · 9 years ago
  55. 01eef96 i2c: core: Add support for best effort block read emulation by Irina Tirdea · 9 years ago
  56. c5ebb38 i2c: add a flag to mark clients as slaves by Wolfram Sang · 10 years ago
  57. 48e9743 i2c: core: add and export of_get_i2c_adapter_by_node() interface by Vladimir Zapolskiy · 9 years ago
  58. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  59. 2b2190a i2c: change input parameter to i2c_adapter for prepare/unprepare_recovery by Grygorii Strashko · 10 years ago
  60. 5b77d16 i2c: slave: rework the slave API by Wolfram Sang · 10 years ago
  61. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 10 years ago
  62. 2187f03 i2c: add quirk structure to describe adapter flaws by Wolfram Sang · 10 years ago
  63. 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  64. d5fd120 i2c: Only include slave support if selected by Jean Delvare · 10 years ago
  65. 523c5b8 i2c: Remove support for legacy PM by Lars-Peter Clausen · 10 years ago
  66. 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
  67. 4b1acc4 i2c: core changes for slave support by Wolfram Sang · 10 years ago
  68. f353d71 treewide: Fix typo in Documentation/DocBook/device-drivers by Masanari Iida · 10 years ago
  69. 17f4a5c i2c: move acpi code back into the core by Wolfram Sang · 10 years ago
  70. 3660475 i2c: rework kernel config I2C_ACPI by Lan Tianyu · 10 years ago
  71. da3c664 I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config by Lan Tianyu · 11 years ago
  72. 5d98e61 I2C/ACPI: Add i2c ACPI operation region support by Lan Tianyu · 11 years ago
  73. 0c17617 i2c: add deprecation warning for class based instantiation by Wolfram Sang · 11 years ago
  74. 25ee33f i2c: update i2c_algorithm documentation by Ben Dooks · 11 years ago
  75. 2fac2b8 i2c: Re-instate body of i2c_parent_is_i2c_adapter() by Stephen Warren · 11 years ago
  76. 0acc2b3 i2c: Remove redundant 'driver' field from the i2c_client struct by Lars-Peter Clausen · 11 years ago
  77. 55e71ed i2c: move ACPI helpers into the core by Mika Westerberg · 11 years ago
  78. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 12 years ago
  79. 3923172 i2c: reduce parent checking to a NOOP in non-I2C_MUX case by Phil Carmody · 12 years ago
  80. 7154630 i2c: Make return type of i2c_del_adapter() void by Lars-Peter Clausen · 12 years ago
  81. 19baba4 i2c: Remove detach_adapter by Lars-Peter Clausen · 12 years ago
  82. 5f9296b i2c: Add bus recovery infrastructure by Viresh Kumar · 13 years ago
  83. 907ddf8 i2c / ACPI: add ACPI enumeration support by Mika Westerberg · 12 years ago
  84. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  85. 0ec1386 i2c: Correct struct i2c_driver doc about detection by Vivien Didelot · 12 years ago
  86. 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
  87. d47726c i2c: Add SCCB support by Laurent Pinchart · 12 years ago
  88. b37d2a3 [media] i2c: Export an unlocked flavor of i2c_transfer by Jean Delvare · 13 years ago
  89. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 13 years ago
  90. 643dd09 i2c: implement i2c_verify_adapter by Stephen Warren · 13 years ago
  91. 5694f8a i2c: Update the FSF address by Jean Delvare · 13 years ago
  92. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  93. 6782002 i2c: Delete ANY_I2C_BUS by Jean Delvare · 13 years ago
  94. 7c92784 I2C: Add helper macro for i2c_driver boilerplate by Lars-Peter Clausen · 13 years ago
  95. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 14 years ago
  96. eb5589a include: convert various register fcns to macros to avoid include chaining by Paul Gortmaker · 14 years ago
  97. 06a6784 i2c: Functions for byte-swapped smbus_write/read_word_data by Jonathan Cameron · 13 years ago
  98. 774466a hwmon: (jc42) Change detection class by Jean Delvare · 14 years ago
  99. c185a94 i2c: Drop i2c_adapter.id by Jean Delvare · 14 years ago
  100. fe6fc25 i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter by Jean Delvare · 14 years ago