1. 3991c5c i2c: Switch to using gpiod interface for gpio bus recovery by Phil Reid · 7 years ago
  2. 7b43dd1 i2c: Make i2c_unregister_device() NULL-aware by Andy Shevchenko · 7 years ago
  3. f6d2953 Merge branch 'i2c/sbs-manager' into i2c/for-4.15 by Wolfram Sang · 7 years ago
  4. f8756c6 i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapter by Phil Reid · 7 years ago
  5. 1f35b86 i2c: generic recovery: check SCL before SDA by Claudio Foellmi · 7 years ago
  6. 728fe6c i2c: Allow overriding dev_name through board_info by Hans de Goede · 7 years ago
  7. f4b17a1 i2c: core: Make comment about I2C table requirement to reflect the code by Javier Martinez Canillas · 7 years ago
  8. c64ffff i2c: core: Allow empty id_table in ACPI case as well by Andy Shevchenko · 7 years ago
  9. 61e3d0f i2c: reformat core-base file header by Wolfram Sang · 7 years ago
  10. 16210d0 i2c: remove unneeded includes from core by Wolfram Sang · 7 years ago
  11. 53f8f7c i2c: break out ACPI support into separate file by Wolfram Sang · 7 years ago
  12. 5bf4fa7 i2c: break out OF support into separate file by Wolfram Sang · 7 years ago
  13. 22c78d1 i2c: break out smbus support into separate file by Wolfram Sang · 7 years ago
  14. e4991ec i2c: break out slave support into separate file by Wolfram Sang · 7 years ago
  15. 91ed534 i2c: rename core source file to allow refactorization by Wolfram Sang · 7 years ago[Renamed from drivers/i2c/i2c-core.c]
  16. 16a12fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  17. d1d84bb i2c: core: Allow drivers to disable i2c-core irq mapping by Hans de Goede · 8 years ago
  18. 605f8fc i2c: core: Add new i2c_acpi_new_device helper function by Hans de Goede · 8 years ago
  19. 417f784 i2c: core: Allow getting ACPI info by index by Hans de Goede · 8 years ago
  20. 4124c4e i2c: allow attaching IRQ resources to i2c_board_info by Dmitry Torokhov · 8 years ago
  21. 00a06c2 i2c: export i2c_client_type structure by Dmitry Torokhov · 8 years ago
  22. 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
  23. 786856b Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  24. d3e1b61 i2c: allow specify device properties in i2c_board_info by Dmitry Torokhov · 8 years ago
  25. 622b307 i2c: acpi: Initialize info.type from of_compatible by Dan O'Donovan · 8 years ago
  26. cefae80 i2c: core: helper function to detect slave mode by Luis Oliveira · 8 years ago
  27. 2659161 i2c: fix spelling mistake: "insufficent" -> "insufficient" by Colin Ian King · 8 years ago
  28. 6f724fb i2c: print correct device invalid address by John Garry · 8 years ago
  29. 331c342 i2c: do not enable fall back to Host Notify by default by Dmitry Torokhov · 8 years ago
  30. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  31. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  32. 8cf868a tracing: Have the reg function allow to fail by Steven Rostedt (Red Hat) · 8 years ago
  33. 4d5538f i2c: use an IRQ to report Host Notify events, not alert by Benjamin Tissoires · 8 years ago
  34. b8a1a4c i2c: Provide a temporary .probe_new() call-back type by Lee Jones · 8 years ago
  35. 5f441fc i2c: Export i2c_match_id() for direct use by device drivers by Lee Jones · 8 years ago
  36. da10c06 i2c: Make I2C ID tables non-mandatory for DT'ed devices by Lee Jones · 8 years ago
  37. 298d4de i2c: Match using traditional OF methods, then by vendor-less compatible strings by Lee Jones · 8 years ago
  38. cabcf4f i2c: Add the ability to match device to compatible string without an of_node by Lee Jones · 8 years ago
  39. 811073b i2c: Add pointer dereference protection to i2c_match_id() by Lee Jones · 8 years ago
  40. 147b36d i2c: core: fix NULL pointer dereference under race condition by Vladimir Zapolskiy · 8 years ago
  41. 6a676fb i2c: mark device nodes only in case of successful instantiation by Ralf Ramsauer · 8 years ago
  42. b2edcda Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into i2c/for-next by Wolfram Sang · 8 years ago
  43. 2771dc3 i2c: add a warning to i2c_adapter_depth() by Bartosz Golaszewski · 8 years ago
  44. 8dd1fe1 i2c: export i2c_adapter_depth() by Bartosz Golaszewski · 8 years ago
  45. 318ce27 i2c / ACPI: Do not touch an I2C device if it belongs to another adapter by Mika Westerberg · 8 years ago
  46. b93d3d3 i2c: core: put literals on one line in dev_*() calls by Andy Shevchenko · 8 years ago
  47. d1ed798 i2c: move locking operations to their own struct by Peter Rosin · 8 years ago
  48. 5853b22 i2c: core: Add function for finding the bus speed from ACPI, take 2 by Jarkko Nikula · 8 years ago
  49. aec809f i2c: core: Cleanup I2C ACPI namespace, take 2 by Jarkko Nikula · 8 years ago
  50. fb79e09 i2c: add i2c_trylock_bus wrapper, use it by Peter Rosin · 8 years ago
  51. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  52. 5b40f12 Revert "i2c: core: Cleanup I2C ACPI namespace" by Wolfram Sang · 8 years ago
  53. 38d0fc4 Revert "i2c: core: Add function for finding the bus speed from ACPI" by Wolfram Sang · 8 years ago
  54. 55d38d0 i2c: core: Add function for finding the bus speed from ACPI by Jarkko Nikula · 8 years ago
  55. a7003b6 i2c: core: Cleanup I2C ACPI namespace by Jarkko Nikula · 8 years ago
  56. 44239a5 i2c: use pr_fmt in the core by Wolfram Sang · 8 years ago
  57. be309c3 i2c: print more info when acpi_i2c_space_handler() fails by Wolfram Sang · 8 years ago
  58. 399d62a i2c: print more info when of_i2c_notify fails by Wolfram Sang · 8 years ago
  59. 84d0b61 i2c: add error message when obtaining idr fails by Wolfram Sang · 8 years ago
  60. 8ddfe41 i2c: improve error messages in i2c_register_adapter() by Wolfram Sang · 8 years ago
  61. d3b11d8 i2c: cleanup i2c_register_adapter() by refactoring recovery init by Wolfram Sang · 8 years ago
  62. ce0dffa i2c: free idr when sanity checks in i2c_register_adapter() fail by Wolfram Sang · 8 years ago
  63. 525e6fa i2c / ACPI: add support for ACPI reconfigure notifications by Octavian Purdila · 8 years ago
  64. 7e4c224 i2c: core: Add support for 'i2c-bus' subnode by Jon Hunter · 8 years ago
  65. 0f614d8 i2c: Add generic support passing secondary devices addresses by Jean-Michel Hautbois · 9 years ago
  66. 3a9ddaf i2c: only check scl functions when using generic recovery by Wolfram Sang · 8 years ago
  67. 6ef91fc i2c: mux: relax locking of the top i2c adapter during mux-locked muxing by Peter Rosin · 8 years ago
  68. fa96f0c i2c: muxes always lock the parent adapter by Peter Rosin · 8 years ago
  69. 8320f49 i2c: allow adapter drivers to override the adapter locking by Peter Rosin · 8 years ago
  70. 04f5914 i2c: let I2C masters ignore their children for PM by Linus Walleij · 9 years ago
  71. 041edda i2c: core: use new 8 bit address helper function by Wolfram Sang · 9 years ago
  72. 8dcf321 i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_CORE by Wolfram Sang · 9 years ago
  73. b980a26 i2c: immediately mark ourselves as registered by Wolfram Sang · 9 years ago
  74. 9502665 i2c: do not use internal data from driver core by Sudip Mukherjee · 9 years ago
  75. 53feedf i2c: i2c-core: sort includes by Wolfram Sang · 9 years ago
  76. 9f92416 i2c: always enable RuntimePM for the adapter device by Wolfram Sang · 9 years ago
  77. 54177cc i2c: make i2c_parse_fw_timings() always visible by Wolfram Sang · 9 years ago
  78. e1dba01 i2c: add generic routine to parse DT for timing information by Wolfram Sang · 9 years ago
  79. c18fba2 i2c: fix wakeup irq parsing by Grygorii Strashko · 9 years ago
  80. d55fc37 Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  81. 8eb5c87 i2c: add ACPI support for I2C mux ports by Dustin Byford · 9 years ago
  82. 166c2ba i2c / ACPI: Rework I2C device scanning by Mika Westerberg · 9 years ago
  83. 74cedd3 i2c: return probe deferred status on dev_pm_domain_attach by Kieran Bingham · 9 years ago
  84. 3fffd12 i2c: allow specifying separate wakeup interrupt in device tree by Dmitry Torokhov · 9 years ago
  85. 01eef96 i2c: core: Add support for best effort block read emulation by Irina Tirdea · 9 years ago
  86. c6909d6 i2c: slave: print warning if slave flag not set by Wolfram Sang · 9 years ago
  87. cfa0327 i2c: support 10 bit and slave addresses in sysfs 'new_device' by Wolfram Sang · 9 years ago
  88. 9bccc70 i2c: take address space into account when checking for used addresses by Wolfram Sang · 9 years ago
  89. b4e2f6a i2c: apply DT flags when probing by Wolfram Sang · 9 years ago
  90. c4019b7 i2c: make address check indpendent from client struct by Wolfram Sang · 9 years ago
  91. 66be6056 i2c: rename address check functions by Wolfram Sang · 9 years ago
  92. da899f5 i2c: apply address offset for slaves, too by Wolfram Sang · 9 years ago
  93. 48e9743 i2c: core: add and export of_get_i2c_adapter_by_node() interface by Vladimir Zapolskiy · 9 years ago
  94. 611e12e i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapter by Vladimir Zapolskiy · 9 years ago
  95. e331146 i2c: fix leaked device refcount on of_find_i2c_* error path by Vladimir Zapolskiy · 9 years ago
  96. 8b06260 i2c: core: only use set_scl for bus recovery after calling prepare_recovery by Jan Luebbe · 9 years ago
  97. 4f001fd i2c: Mark instantiated device nodes with OF_POPULATE by Pantelis Antoniou · 10 years ago
  98. 2486748 Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  99. 7ef85f5 i2c: core: Reduce stack size of acpi_i2c_space_handler() by Jarkko Nikula · 9 years ago
  100. 95cc1e3 i2c: core: fix typo in comment by Shailendra Verma · 9 years ago