1. 689f535 i2c: make i2c_unregister_device() ERR_PTR safe by Wolfram Sang · 5 years ago
  2. 273cbf61 Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  3. 6e76cb7 i2c: core: Tidy up handling of init_irq by Charles Keepax · 6 years ago
  4. 8466b61 i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq by Charles Keepax · 6 years ago
  5. 16c9db1 i2c: core: Move ACPI IRQ handling to probe time by Charles Keepax · 6 years ago
  6. 1d7534b i2c: core: Allow whole core to use i2c_dev_irq_from_resources by Charles Keepax · 6 years ago
  7. 550113d i2c: add newly exported functions to the header, too by Wolfram Sang · 6 years ago
  8. edd7a56 i2c: core: always have a named variable in arguments by Wolfram Sang · 6 years ago
  9. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  10. b8f5fe3 i2c: core: add device-managed version of i2c_new_dummy by Heiner Kallweit · 6 years ago
  11. 7159dbda i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy by Heiner Kallweit · 6 years ago
  12. 45182e4 Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  13. 8246343 Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  14. 5d75611 i2c: core: apply 'is_suspended' check for SMBus, too by Wolfram Sang · 6 years ago
  15. 4db61c2 i2c: core: ratelimit 'transfer when suspended' errors by Wolfram Sang · 6 years ago
  16. 72bfcee i2c: Prevent runtime suspend of adapter when Host Notify is required by Jarkko Nikula · 6 years ago
  17. cf67690 gcc-9: don't warn about uninitialized variable by Linus Torvalds · 6 years ago
  18. 63b9698 i2c: core: introduce callbacks for atomic transfers by Wolfram Sang · 6 years ago
  19. 83c4221 i2c: core: use I2C locking behaviour also for SMBUS by Wolfram Sang · 6 years ago
  20. bae1d3a i2c: core: remove use of in_atomic() by Wolfram Sang · 6 years ago
  21. bf263c3 i2c: add extra check to safe DMA buffer helper by Wolfram Sang · 6 years ago
  22. 93b6604 i2c: Allow recovery of the initial IRQ by an I2C client device. by Jim Broadus · 6 years ago
  23. 9ac6cb5 i2c: add suspended flag and accessors for i2c adapters by Wolfram Sang · 6 years ago
  24. 6f108dd i2c: Clear client->irq in i2c_device_remove by Charles Keepax · 6 years ago
  25. b9bb3fd i2c: Remove unnecessary call to irq_find_mapping by Charles Keepax · 6 years ago
  26. 57dbde6 Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  27. 34d1b82 i2c: Fix kerneldoc for renamed i2c dma put function by Stephen Boyd · 6 years ago
  28. cc52612 i2c: core: remove level of indentation in i2c_transfer by Wolfram Sang · 6 years ago
  29. a7163dc i2c: core: remove outdated DEBUG output by Wolfram Sang · 6 years ago
  30. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 6 years ago
  31. 0c36dd3 i2c: remove deprecated attach_adapter callback by Wolfram Sang · 6 years ago
  32. 99cc7ad Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  33. 4717be7 i2c: core: Parse SDA hold time from firmware by Andy Shevchenko · 6 years ago
  34. d9cfe2c i2c: quirks: add zero length checks by Wolfram Sang · 6 years ago
  35. 7b94ea5 i2c/mux, locking/core: Annotate the nested rt_mutex usage by Peter Rosin · 6 years ago
  36. c4ae05b i2c: recovery: make pin init look like STOP by Wolfram Sang · 6 years ago
  37. f7ff75e i2c: recovery: rename variable for easier understanding by Wolfram Sang · 7 years ago
  38. 7ca5f6b i2c: recovery: add get_bus_free callback by Wolfram Sang · 7 years ago
  39. 0b71026 i2c: recovery: refactor recovery function by Wolfram Sang · 7 years ago
  40. ffc59c4 i2c: recovery: require either get_sda or set_sda by Wolfram Sang · 7 years ago
  41. abe4118 i2c: recovery: if possible send STOP with recovery pulses by Wolfram Sang · 7 years ago
  42. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  43. 0478226 i2c: Retain info->of_node in i2c_new_device() by Boris Brezillon · 7 years ago
  44. 4fad886 i2c: Get rid of i2c_board_info->archdata by Boris Brezillon · 7 years ago
  45. e6a20b6 i2c: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 7 years ago
  46. 1eace83 i2c: add param sanity check to i2c_transfer() by Ard Biesheuvel · 7 years ago
  47. 50888b0 i2c: Update i2c_trace_msg static key to modern api by Davidlohr Bueso · 7 years ago
  48. 4a3f769 i2c: fix parameter of trace_i2c_result by Ahbong Chang · 7 years ago
  49. 398432e i2c: make i2c_check_addr_validity() static by Wolfram Sang · 7 years ago
  50. 8efb11a Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.17 by Wolfram Sang · 7 years ago
  51. dde67eb i2c: add i2c_get_device_id() to get the standard i2c device id by Peter Rosin · 7 years ago
  52. af50371 i2c: core: report OF style module alias for devices registered via OF by Javier Martinez Canillas · 7 years ago
  53. 4141cf6 Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  54. e0638fa i2c: core: decrease reference count of device node in i2c_unregister_device by Lixin Wang · 7 years ago
  55. 2806e6a i2c: send STOP after successful bus recovery by Wolfram Sang · 7 years ago
  56. 72b08fc i2c: ensure SDA is released in recovery if SDA is controllable by Wolfram Sang · 7 years ago
  57. 8092178 i2c: add 'set_sda' to bus_recovery_info by Wolfram Sang · 7 years ago
  58. 8a91732 i2c: refactor i2c_master_{send_recv} by Wolfram Sang · 7 years ago
  59. e94bc5d i2c: add helpers to ease DMA handling by Wolfram Sang · 7 years ago
  60. 10c9ef0 i2c: core: fix compile issue related to incorrect gpio header by Phil Reid · 7 years ago
  61. e1eb7d2 i2c: remove legacy integer scl/sda gpio for recovery by Phil Reid · 7 years ago
  62. 3991c5c i2c: Switch to using gpiod interface for gpio bus recovery by Phil Reid · 7 years ago
  63. 7b43dd1 i2c: Make i2c_unregister_device() NULL-aware by Andy Shevchenko · 7 years ago
  64. f6d2953 Merge branch 'i2c/sbs-manager' into i2c/for-4.15 by Wolfram Sang · 7 years ago
  65. f8756c6 i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapter by Phil Reid · 7 years ago
  66. 1f35b86 i2c: generic recovery: check SCL before SDA by Claudio Foellmi · 7 years ago
  67. 728fe6c i2c: Allow overriding dev_name through board_info by Hans de Goede · 7 years ago
  68. f4b17a1 i2c: core: Make comment about I2C table requirement to reflect the code by Javier Martinez Canillas · 7 years ago
  69. c64ffff i2c: core: Allow empty id_table in ACPI case as well by Andy Shevchenko · 7 years ago
  70. 61e3d0f i2c: reformat core-base file header by Wolfram Sang · 8 years ago
  71. 16210d0 i2c: remove unneeded includes from core by Wolfram Sang · 8 years ago
  72. 53f8f7c i2c: break out ACPI support into separate file by Wolfram Sang · 8 years ago
  73. 5bf4fa7 i2c: break out OF support into separate file by Wolfram Sang · 8 years ago
  74. 22c78d1 i2c: break out smbus support into separate file by Wolfram Sang · 8 years ago
  75. e4991ec i2c: break out slave support into separate file by Wolfram Sang · 8 years ago
  76. 91ed534 i2c: rename core source file to allow refactorization by Wolfram Sang · 8 years ago[Renamed from drivers/i2c/i2c-core.c]
  77. 16a12fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  78. d1d84bb i2c: core: Allow drivers to disable i2c-core irq mapping by Hans de Goede · 8 years ago
  79. 605f8fc i2c: core: Add new i2c_acpi_new_device helper function by Hans de Goede · 8 years ago
  80. 417f784 i2c: core: Allow getting ACPI info by index by Hans de Goede · 8 years ago
  81. 4124c4e i2c: allow attaching IRQ resources to i2c_board_info by Dmitry Torokhov · 8 years ago
  82. 00a06c2 i2c: export i2c_client_type structure by Dmitry Torokhov · 8 years ago
  83. 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
  84. 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
  85. d3e1b61 i2c: allow specify device properties in i2c_board_info by Dmitry Torokhov · 8 years ago
  86. 622b307 i2c: acpi: Initialize info.type from of_compatible by Dan O'Donovan · 8 years ago
  87. cefae80 i2c: core: helper function to detect slave mode by Luis Oliveira · 8 years ago
  88. 2659161 i2c: fix spelling mistake: "insufficent" -> "insufficient" by Colin Ian King · 8 years ago
  89. 6f724fb i2c: print correct device invalid address by John Garry · 8 years ago
  90. 331c342 i2c: do not enable fall back to Host Notify by default by Dmitry Torokhov · 8 years ago
  91. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  92. 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
  93. 8cf868a tracing: Have the reg function allow to fail by Steven Rostedt (Red Hat) · 8 years ago
  94. 4d5538f i2c: use an IRQ to report Host Notify events, not alert by Benjamin Tissoires · 8 years ago
  95. b8a1a4c i2c: Provide a temporary .probe_new() call-back type by Lee Jones · 8 years ago
  96. 5f441fc i2c: Export i2c_match_id() for direct use by device drivers by Lee Jones · 8 years ago
  97. da10c06 i2c: Make I2C ID tables non-mandatory for DT'ed devices by Lee Jones · 8 years ago
  98. 298d4de i2c: Match using traditional OF methods, then by vendor-less compatible strings by Lee Jones · 8 years ago
  99. cabcf4f i2c: Add the ability to match device to compatible string without an of_node by Lee Jones · 8 years ago
  100. 811073b i2c: Add pointer dereference protection to i2c_match_id() by Lee Jones · 8 years ago